Hallo Christoph, On Fri, Oct 23, 2015 at 15:01:30 +0200, Christoph Gerstbauer wrote: > I am using following syntax to deinterlace TFF content, but I only get > 25p output. How can I force ffplay to output 50p? "-r 50" is not working. > > ffplay -i test.avi -vf "yadif=0:0" -loglevel debug
$ ffplay -i test.avi -vf "yadif=0:0,fps=50" should do the trick. Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
