summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-05-14 12:15:20 +0200
committerPaul B Mahol <onemda@gmail.com>2023-05-14 20:58:07 +0200
commit7a63add0eaf0f890b4af990114710c6fabcfb4d7 (patch)
treeecb4fab99417f1145b374fc95590385f12c4c7f4 /doc
parent30c71ef98e6b0d3b5d303388a81676a5bd963227 (diff)
downloadffmpeg-7a63add0eaf0f890b4af990114710c6fabcfb4d7.tar.gz
avfilter/f_loop: add time option, for loop start in seconds
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 9ada73bab0..28acbe3509 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2363,6 +2363,10 @@ Set maximal number of samples. Default is 0.
@item start
Set first sample of loop. Default is 0.
+
+@item time
+Set the time of loop start in seconds.
+Only used if option named @var{start} is set to @code{-1}.
@end table
@anchor{amerge}
@@ -16759,6 +16763,10 @@ Set maximal size in number of frames. Default is 0.
@item start
Set first frame of loop. Default is 0.
+
+@item time
+Set the time of loop start in seconds.
+Only used if option named @var{start} is set to @code{-1}.
@end table
@subsection Examples