diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-08-31 11:04:38 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-08-31 11:09:53 +0200 |
commit | eb9fa00bcc7138516009c6e060e07b510806fe61 (patch) | |
tree | f49c55e93a63ab300f7ebc980d95c5e4ff72d53b /doc/filters.texi | |
parent | 823eb009cb93b9717e3532e4325233bf85946a73 (diff) | |
download | ffmpeg-eb9fa00bcc7138516009c6e060e07b510806fe61.tar.gz |
avfilter/vsrc_gradients: add speed option
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 40d493fcae..5074538e9a 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -22577,6 +22577,9 @@ for the accepted syntax. If not specified, or the expressed duration is negative, the video is supposed to be generated forever. + +@item speed +Set speed of gradients rotation. @end table |