aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2013-11-12 14:22:15 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-11-18 14:20:01 +0100
commit5c8845a55478c4963e663e288f7ce6009780a49a (patch)
tree53894cacce56e84744f5f1c6fb0a3087334e431d
parente5e048bbf7d3445159bcd5bb6627dad6a9772243 (diff)
downloadffmpeg-5c8845a55478c4963e663e288f7ce6009780a49a.tar.gz
Fix example in pullup documentation.
The pullup filter does not work well with the fps filter, it currently needs -r Signed-off-by: Carl Eugen Hoyos <cehoyos@ag.or.at> (cherry picked from commit 6d90a5c149fbdf9678c3f03fac820f835665b985)
-rw-r--r--doc/filters.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 14692a2148..0cf53aeb6f 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -6422,9 +6422,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