Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
705b30e2
Commit
705b30e2
authored
Sep 21, 2013
by
Carl Eugen Hoyos
Committed by
Michael Niedermayer
Sep 21, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve pullup documentation.
Mention that the fps filter should be used after pullup.
parent
68f328fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
filters.texi
doc/filters.texi
+9
-0
No files found.
doc/filters.texi
View file @
705b30e2
...
@@ -6193,6 +6193,10 @@ its decisions. This filter is stateless in the sense that it does not lock
...
@@ -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
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment