>
cheatref
tmux
ffmpeg
> ffmpeg
/
concatenation
/
loop-a-video-n-times
Loop a video N times
concatenation
// shell
$
ffmpeg -stream_loop 3 -i input.mp4 -c copy output.mp4
// related commands
> concatenate-videos-from-a-file-list
> merge-audio-and-video-from-separate-files
> join-videos-with-different-codecs-using-re-encoding
> view all concatenation commands