agni451
29th December 2012, 04:58
My input videos are either 720p @ 59.94fps or 1080i @ 29.97fps. I would like to use ffmpeg to decimate that down to 23.976, but the -r 24000/1001 command returns a choppy video. If I run the original atsc video through avisynth with TDecimate(cycle=2).TDecimate(cycle=5) or the ntsc with just TDecimate(cycle=5), I get the 23.976 and it isn't choppy. Is there any way to use ffmpeg to smoothly decimate the video like with avisynth?