mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 18:32:22 +00:00
doc: clarify option on looping infinitely in movie filter
Clarify that setting loop=0 is required to make the stream loop infinitely, rather than saying that a value "less than 1" is needed. Signed-off-by: Lou Logan <lou@lrcd.com>
This commit is contained in:
parent
c347b28699
commit
8addd56554
@ -18134,7 +18134,7 @@ audio instead of video.
|
|||||||
|
|
||||||
@item loop
|
@item loop
|
||||||
Specifies how many times to read the stream in sequence.
|
Specifies how many times to read the stream in sequence.
|
||||||
If the value is less than 1, the stream will be read again and again.
|
If the value is 0, the stream will be looped infinitely.
|
||||||
Default value is "1".
|
Default value is "1".
|
||||||
|
|
||||||
Note that when the movie is looped the source timestamps are not
|
Note that when the movie is looped the source timestamps are not
|
||||||
|
Loading…
Reference in New Issue
Block a user