1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-06 08:29:25 +02:00

avfilter/vsrc_gradients: add duration option

This commit is contained in:
Paul B Mahol
2020-08-31 10:46:42 +02:00
parent 4a11a6f4cc
commit 64e93025f0
2 changed files with 19 additions and 1 deletions

View File

@@ -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