[FFmpeg-user] How to deinterlace a 25fps (50i tff content) video with FFplay and output it as 50p?
Moritz Barsnick
barsnick at gmx.net
Fri Oct 23 15:07:52 CEST 2015
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
More information about the ffmpeg-user
mailing list