diff options
author | William Yu <genwillyu@gmail.com> | 2012-03-15 19:45:26 +0800 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-03-18 21:19:09 +0100 |
commit | d19d52d4a11547cc70bcbc3a2f8b83ccd24bb951 (patch) | |
tree | 4aafc8893051edd7ee15a00622fef0723110d09b /doc/filters.texi | |
parent | 0ca15aa066f1fad20853f5a560f13688d095ea81 (diff) | |
download | ffmpeg-d19d52d4a11547cc70bcbc3a2f8b83ccd24bb951.tar.gz |
lavfi/movie: add loop parameter
Signed-off-by: William Yu <genwillyu@gmail.com>
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 0a6af0530f..9aedb01bb2 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3104,6 +3104,13 @@ Specifies the index of the video stream to read. If the value is -1, the best suited video stream will be automatically selected. Default value is "-1". +@item loop +Specifies how many times to read the video stream in sequence. +If the value is less than 1, the stream will be read again and again. +Default value is "1". + +Note that when the movie is looped the source timestamps are not +changed, so it will generate non monotonically increasing timestamps. @end table This filter allows to overlay a second video on top of main input of |