diff options
author | burek <burek021@gmail.com> | 2013-05-14 01:42:39 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-05-14 00:33:52 +0000 |
commit | 56ba3312574fee02c037066aeed861a1be53f1cd (patch) | |
tree | 84faaa5383eeef448becc154932be100b3b7eaab | |
parent | 37d97840832497defc6bdb0de4e9159edb5a65dc (diff) | |
download | ffmpeg-56ba3312574fee02c037066aeed861a1be53f1cd.tar.gz |
doc/filters: add some examples for the fps filter
Signed-off-by: burek <burek021@gmail.com>
-rw-r--r-- | doc/filters.texi | 16 |
1 files changed, 16 insertions, 0 deletions
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. |