[FFmpeg-cvslog] doc/filters: add some examples for the fps filter
burek
git at videolan.org
Tue May 14 02:35:07 CEST 2013
ffmpeg | branch: master | burek <burek021 at gmail.com> | Tue May 14 01:42:39 2013 +0200| [56ba3312574fee02c037066aeed861a1be53f1cd] | committer: Paul B Mahol
doc/filters: add some examples for the fps filter
Signed-off-by: burek <burek021 at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=56ba3312574fee02c037066aeed861a1be53f1cd
---
doc/filters.texi | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/doc/filters.texi b/doc/filters.texi
index dbd97f5..3f7034b 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.
+ at subsection Examples
+
+ at itemize
+ at item
+A typical usage in order to set the fps to 25:
+ at example
+fps=fps=25
+ at end example
+
+ at item
+Sets the fps to 24, using abbreviation and rounding method to round to nearest:
+ at example
+fps=fps=film:round=near
+ at end example
+ at end itemize
+
@section framestep
Select one frame every N-th frame.
More information about the ffmpeg-cvslog
mailing list