ffmpeg - Loop
Loop a video n times
ffmpeg
-stream_loop
<
n
>
-i
<
input
>
-c
copy
<
output
>
NOTE:
Loop 0 means no loop.
Loop -1 means infinite loop.