Commit 6d90a5c1 authored by Lou Logan's avatar Lou Logan Committed by Carl Eugen Hoyos

Fix example in pullup documentation.

The pullup filter does not work well with the fps filter, it
currently needs -r
Signed-off-by: 's avatarCarl Eugen Hoyos <cehoyos@ag.or.at>
parent da9d3605
......@@ -6445,9 +6445,11 @@ The main purpose of setting @option{mp} to a chroma plane is to reduce CPU
load and make pullup usable in realtime on slow machines.
@end table
For example to inverse telecined NTSC input:
For best results (without duplicated frames in the output file) it is
necessary to change the output frame rate. For example, to inverse
telecine NTSC input:
@example
pullup,fps=24000/1001
ffmpeg -i input -vf pullup -r 24000/1001 ...
@end example
@section removelogo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment