Browse Source

doc/filters: add some examples for the fps filter

Signed-off-by: burek <burek021@gmail.com>
tags/n2.0
burek Paul B Mahol 12 years ago
parent
commit
56ba331257
1 changed files with 16 additions and 0 deletions
  1. +16
    -0
      doc/filters.texi

+ 16
- 0
doc/filters.texi View File

@@ -3855,6 +3855,22 @@ Alternatively, the options can be specified as a flat string:


See also the @ref{setpts} filter. See also the @ref{setpts} filter.


@subsection Examples

@itemize
@item
A typical usage in order to set the fps to 25:
@example
fps=fps=25
@end example

@item
Sets the fps to 24, using abbreviation and rounding method to round to nearest:
@example
fps=fps=film:round=near
@end example
@end itemize

@section framestep @section framestep


Select one frame every N-th frame. Select one frame every N-th frame.


Loading…
Cancel
Save