[FFmpeg-user] Detelecine: I got the right result from the wrong command?

Huspnet llee040 at sbcglobal.net
Fri May 23 05:04:06 EEST 2025


> On May 17, 2025, at 9:52 AM, edit 'B <bouke at editb.nl> wrote:
> 
>>> If you want to get the progressive mode :
>>> 
>>> ffmpeg -i "interlacevideo.mkv" -vcodec libx264 -crf 18 -preset slow -vf
>>> yadif -c:a copy "progressivevideo.mkv"
>>> 
>>> Richard
>>> 


Here's a detelecine alternative method that might be worth trying.

ffmpeg -i detelecine_input.mkv -map 0:0 -vf fieldmatch=order=tff:combmatch=none,decimate,crop=640:480:0:0 -c:v h264_videotoolbox -b:v 2800k -color_primaries:v bt709 -color_trc:v bt709 -colorspace:v bt709 -metadata:s:v "title=" -disposition:v default -map 0:1 -c:a:0 copy -metadata:s:a:0 "title=" -disposition:a:0 default -metadata:g "title=" -r 24 -movflags disable_chpl detelecine_output.mkv

L. Lee






More information about the ffmpeg-user mailing list