[FFmpeg-cvslog] Improve pullup documentation.
Carl Eugen Hoyos
git at videolan.org
Sat Sep 21 03:25:40 CEST 2013
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat Sep 21 02:06:19 2013 +0200| [705b30e24f9ba88d36bb887fbe0cf5218914b160] | committer: Michael Niedermayer
Improve pullup documentation.
Mention that the fps filter should be used after pullup.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=705b30e24f9ba88d36bb887fbe0cf5218914b160
---
doc/filters.texi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/doc/filters.texi b/doc/filters.texi
index eb3a493..6575454 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -6193,6 +6193,10 @@ its decisions. This filter is stateless in the sense that it does not lock
onto a pattern to follow, but it instead looks forward to the following
fields in order to identify matches and rebuild progressive frames.
+To produce content with an even framerate, insert the fps filter after
+pullup, use @code{fps=24000/1001} if the input frame rate is 29.97fps,
+ at code{fps=24} for 30fps and the (rare) telecined 25fps input.
+
The filter accepts the following options:
@table @option
@@ -6235,6 +6239,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:
+ at example
+-vf pullup,fps=24000/1001
+ at end example
+
@section removelogo
Suppress a TV station logo, using an image file to determine which
More information about the ffmpeg-cvslog
mailing list