Christian Johannesen <chrisjohannesen <at> gmail.com> writes: > ffmpeg.exe -r 30000/1001 -i D:\media\test_720x486i_dotcrawl.mov
Please remove the input option -r unless you know exactly what you are doing. > -filter_complex [0:0]crop=704:480:8:6,pullup As already written, you have to tell the (automatically inserted) scale filter that your input is not progressive to avoid artefacts. But the real issue is that detelecine's start_frame option does not work;-( Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
