From 56ba3312574fee02c037066aeed861a1be53f1cd Mon Sep 17 00:00:00 2001 From: burek Date: Tue, 14 May 2013 01:42:39 +0200 Subject: [PATCH] doc/filters: add some examples for the fps filter Signed-off-by: burek --- doc/filters.texi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/filters.texi b/doc/filters.texi index dbd97f5741..3f7034b698 100644 --- a/doc/filters.texi +++ b/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.