[FFmpeg-user] Inverse Telecine with fieldmatch filter

Lou lou at lrcd.com
Wed Jun 26 00:18:27 CEST 2013


On Tue, 25 Jun 2013 16:16:12 -0500
"L. Lee" <llee040 at sbcglobal.net> wrote:

> 720p, 2.35X1 source
> ffmpeg -i input.mp4 -vf
> "crop=1264:528:6:100,interlace,fieldmatch=order=tff:combmatch=full,
> yadif=deint=interlaced, decimate" -pix_fmt yuv420p -c:v libx264 -preset
> slower -tune film -qp 20 -r 24000/1001 output.mp4

Please show the complete console output.

Unrelated: since you are already filtering consider using the "format"
filter instead of -pix_fmt so you have more control where in your
filterchain you want to apply the pixel format conversion. Same with
"fps" replacing -r.

http://ffmpeg.org/ffmpeg-filters.html#format-1
http://ffmpeg.org/ffmpeg-filters.html#fps

Also, why -qp instead of -crf?

> 1080i, 16X9 source:
> ffmpeg -i input.mp4 -vf "fieldmatch=order=tff:combmatch=none, decimate,
> scale=1280:-1" -pix_fmt yuv420p -c:v libx264 -preset slower -tune film -qp
> 20 -r 24000/1001 output.mp4

Please show the complete console output here too.


More information about the ffmpeg-user mailing list