Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
b2f2321c
Commit
b2f2321c
authored
Dec 11, 2012
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/filters: extend fps documentation.
parent
0e0e3db1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
2 deletions
+23
-2
filters.texi
doc/filters.texi
+23
-2
No files found.
doc/filters.texi
View file @
b2f2321c
...
...
@@ -2408,13 +2408,33 @@ This filter accepts the following named parameters:
@table @option
@item fps
Desired output framerate.
Desired output framerate.
The default is @code{25}.
@item round
Rounding method. The default is @code{near}.
Rounding method.
Possible values are:
@table @option
@item zero
zero round towards 0
@item inf
round away from 0
@item down
round towards -infinity
@item up
round towards +infinity
@item near
round to nearest
@end table
The default is @code{near}.
@end table
Alternatively, the options can be specified as a flat string:
@var{fps}[:@var{round}].
See also the @ref{setpts} filter.
@section framestep
Select one frame every N.
...
...
@@ -4867,6 +4887,7 @@ sendcmd=f=test.cmd,drawtext=fontfile=FreeSerif.ttf:text='',hue
@end example
@end itemize
@anchor{setpts}
@section asetpts, setpts
Change the PTS (presentation timestamp) of the input frames.
...
...
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