mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-11 17:30:00 +01:00
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 6d90a5c149)
This commit is contained in:
committed by
Carl Eugen Hoyos
parent
e5e048bbf7
commit
5c8845a554
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user