Hi
I am trying to use a watermark and apply Yadif using complex filter, but I cannot figure out how to apply Yadif with the following syntax
ffmpeg -i "source:" -i C:\logo.png -c:v libx264 -preset veryfast -s 1920x1080 -b:v 4000k -minrate 4000k -maxrate 4000k -bufsize 11835k -crf 18 -acodec mp3 -ab 128k -filter_complex [0:v][1:v]overlay=main_w-overlay_w-10:main_h-overlay_h-10[out] -map [out] -f mpegts "dest"
Can anyone point me in the right direction?
Thanks
+ Reply to Thread
Results 1 to 5 of 5
-
-
Just add yadif to the end of your filterchain. See "Filtergraph syntax."
-
There is simpler (IMHO) way - just use movie filter and no complex filter call required.
https://www.ffmpeg.org/ffmpeg-filters.html#movie-1
Side to this yadif is deinterlacer and as such must be added as first filter in chain.
Similar Threads
-
Help ffmpeg with complex filter and boxblur
By Punchcard in forum EditingReplies: 1Last Post: 29th Jan 2016, 15:20 -
ffmpeg does not apply parameters with libx265
By z-machine95 in forum Video ConversionReplies: 15Last Post: 19th Aug 2015, 04:29 -
How to apply time stretch filter to avi file in VirtualDub
By ezcapper in forum Video ConversionReplies: 0Last Post: 29th Jun 2015, 22:43 -
ffmpeg do not apply parameters with libx265
By z-machine95 in forum Video ConversionReplies: 1Last Post: 28th Jun 2015, 16:57 -
VirtualDub Deinterlace Filter yadif vs blend
By kreg in forum Capturing and VCRReplies: 1Last Post: 22nd Jul 2011, 12:42