llee782 <llee040 <at> sbcglobal.net> writes: > ffmpeg -i 2024_telecine_source.mpg -pix_fmt yuv420p > -c:v libx264 -vf yadif=deint=interlaced -r 24000/1001 > -c:a copy 2024_ffmpeg_detelecine.m4v
While this works fine for your sample (it is exactly equivalent to not specifying a filter at all), please remember that many videos are marked as "interlaced" although they show progressive content. Every deinterlacer will permanently damage the images in these cases. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
