Commit 56ba3312 authored by burek's avatar burek Committed by Paul B Mahol

doc/filters: add some examples for the fps filter

Signed-off-by: 's avatarburek <burek021@gmail.com>
parent 37d97840
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment