aboutsummaryrefslogtreecommitdiffstats
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-11 02:23:01 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-04-11 02:31:14 +0200
commit5e5ef6e8aecd299e4550e6c59ae5ce8db27358de (patch)
tree4d1fd8ab7f142ddf5f579f3576a13f1e9a560e2a /doc/filters.texi
parentf17651bd160d28d3a34c08c7aa537ef86defcc94 (diff)
parent7c79ec66b6cc25a150d33d7397c8f4310b77e70f (diff)
downloadffmpeg-5e5ef6e8aecd299e4550e6c59ae5ce8db27358de.tar.gz
Merge remote-tracking branch 'richardpl/framestep'
* richardpl/framestep: lavfi/framestep: remove request_frame hack lavfi/framestep: switch to an AVOptions-based system Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index de0e0716eb..c27a58febc 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3212,10 +3212,14 @@ See also the @ref{setpts} filter.
@section framestep
-Select one frame every N.
+Select one frame every N-th frame.
-This filter accepts in input a string representing a positive
-integer. Default argument is @code{1}.
+This filter accepts the following option:
+@table @option
+@item step
+Select frame after every @code{step} frames.
+Allowed values are positive integers higher than 0. Default value is @code{1}.
+@end table
@anchor{frei0r}
@section frei0r