aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-04-11 00:03:23 +0000
committerPaul B Mahol <onemda@gmail.com>2013-04-11 00:18:28 +0000
commitf77db72965f834141a5c7cc405ff4b15b70eeacb (patch)
tree76e81f7face0956b41b5a3dda9f5529e17ca5bbd /doc
parentac217bda30a79177c8a47713b3db12dc9e9bd45b (diff)
downloadffmpeg-f77db72965f834141a5c7cc405ff4b15b70eeacb.tar.gz
lavfi/framestep: switch to an AVOptions-based system
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 5f85ac006a..c37529c6bc 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3216,10 +3216,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