doc/filters: add some examples for the fps filter

Signed-off-by: burek <burek021@gmail.com>
This commit is contained in:
burek 2013-05-14 01:42:39 +02:00 committed by Paul B Mahol
parent 37d9784083
commit 56ba331257
1 changed files with 16 additions and 0 deletions

View File

@ -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.