You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Improve pullup documentation.
Mention that the fps filter should be used after pullup.
This commit is contained in:
committed by
Michael Niedermayer
parent
68f328fcdd
commit
705b30e24f
@@ -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
|
onto a pattern to follow, but it instead looks forward to the following
|
||||||
fields in order to identify matches and rebuild progressive frames.
|
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,
|
||||||
|
@code{fps=24} for 30fps and the (rare) telecined 25fps input.
|
||||||
|
|
||||||
The filter accepts the following options:
|
The filter accepts the following options:
|
||||||
|
|
||||||
@table @option
|
@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.
|
load and make pullup usable in realtime on slow machines.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
For example to inverse telecined NTSC input:
|
||||||
|
@example
|
||||||
|
-vf pullup,fps=24000/1001
|
||||||
|
@end example
|
||||||
|
|
||||||
@section removelogo
|
@section removelogo
|
||||||
|
|
||||||
Suppress a TV station logo, using an image file to determine which
|
Suppress a TV station logo, using an image file to determine which
|
||||||
|
Reference in New Issue
Block a user