2023-08-30, 08:51 PM
(This post was last modified: 2023-08-30, 08:53 PM by TheDreadPirate. Edited 1 time in total.)
@nyanmisaka
What is the syntax for having both deinterlacing and crop filters? Right now whichever is last in the command gets run (currently crop).
An example deinterlace parameter
-vf yadif=1
My crop parameter
-vf crop=w=1920:h=848:x=0:y=116"
How would they look together, if possible?
What is the syntax for having both deinterlacing and crop filters? Right now whichever is last in the command gets run (currently crop).
Quote:Multiple -filter, -af or -vf options specified for stream 0, only the last option '-filter:v crop=w=716:h=480:x=0:y=0' will be used.
An example deinterlace parameter
-vf yadif=1
My crop parameter
-vf crop=w=1920:h=848:x=0:y=116"
How would they look together, if possible?