[FFmpeg-user] FFMpeg problem using fieldmatch and decimate filters to IVTC

L. Lee llee040 at sbcglobal.net
Mon May 26 06:53:38 CEST 2014


On 5/23/14, 9:39 AM, "Carl Eugen Hoyos" <cehoyos at ag.or.at> wrote:


>> or any other command for ³long.sample.vob".
>
>What did you test?
>
>Carl Eugen

I tried several fieldmatch variations such as:

ffmpeg -i long.sample.vob -vf
“fps=60001/1001,fieldmatch,yadif=deint=interlaced,decimate,fps=24000/1001"
-pix_fmt yuv420p -c:v libx264 -preset slower -tune film -crf 18 -x264opts
keyint=40:bitrate=2100:qpmin=8:qpmax=38:qpstep=4 long.sample.m4v

But just changing the frame rate seemed to have as much success:

ffmpeg -i long.sample.vob -vf fps=24001/1001 -c:v libx264 -preset veryfast
-level 41 -tune film -crf 22 -c:a libfdk_aac long.sample.m4v

What didn’t work very well was the filtergraph without “fps=60001/1001” at
the beginning:

-vf “fieldmatch,yadif=deint=interlaced,decimate,fps=24000/1001”

Laine Lee





More information about the ffmpeg-user mailing list