doc/filters: add some examples for the fps filter

Signed-off-by: burek <burek021@gmail.com>
pull/18/head
burek 12 years ago committed by Paul B Mahol
parent 37d9784083
commit 56ba331257
  1. 16
      doc/filters.texi

@ -3855,6 +3855,22 @@ Alternatively, the options can be specified as a flat string:
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
Select one frame every N-th frame.

Loading…
Cancel
Save