ffmpeg | branch: master | Paul B Mahol <[email protected]> | Mon Oct 14 13:08:13 2019 +0200| [746c8e7c9d91cf2511348577be06b8ef5498b3a0] | committer: Paul B Mahol
doc/filters: document scroll commands > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=746c8e7c9d91cf2511348577be06b8ef5498b3a0 --- doc/filters.texi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/filters.texi b/doc/filters.texi index 8c1482ed1f..1447325341 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -15835,6 +15835,16 @@ Set the initial horizontal scrolling position. Default is 0. Allowed range is fr Set the initial vertical scrolling position. Default is 0. Allowed range is from 0 to 1. @end table +@subsection Commands + +This filter supports the following @ref{commands}: +@table @option +@item horizontal, h +Set the horizontal scrolling speed. +@item vertical, v +Set the vertical scrolling speed. +@end table + @anchor{selectivecolor} @section selectivecolor _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
