diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-08-31 10:46:42 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-08-31 11:09:53 +0200 |
commit | 64e93025f002c137c6b8baa8c7112482ce5df857 (patch) | |
tree | b8c82c30dd0927fc7ae9d28ee63139902dce13b9 /doc/filters.texi | |
parent | 4a11a6f4ccc7c56ccc82adf0c3ab4054d4c22d1e (diff) | |
download | ffmpeg-64e93025f002c137c6b8baa8c7112482ce5df857.tar.gz |
avfilter/vsrc_gradients: add duration option
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b0cdf92845..40d493fcae 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -22569,6 +22569,14 @@ Set number of colors to use at once. Allowed range is from 2 to 8. Default value @item seed Set seed for picking gradient line points. + +@item duration, d +Set the duration of the sourced video. See +@ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils} +for the accepted syntax. + +If not specified, or the expressed duration is negative, the video is +supposed to be generated forever. @end table |