Add bwdif deinterlacing
This commit is contained in:
@@ -62,7 +62,7 @@ class VideoStream(BaseModel):
|
|||||||
"-svtav1-params",
|
"-svtav1-params",
|
||||||
f"tune=0:film-grain={self.film_grain}:scd=1",
|
f"tune=0:film-grain={self.film_grain}:scd=1",
|
||||||
"-vf",
|
"-vf",
|
||||||
"'scale=iw*sar:ih,setsar=1,scale=-2:ih:lanczos'",
|
"'bwdif=mode=0,scale=iw*sar:ih,setsar=1,scale=-2:ih:lanczos'",
|
||||||
"-g",
|
"-g",
|
||||||
str(round(self.fps) * 5),
|
str(round(self.fps) * 5),
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user