Skip to content

Instantly share code, notes, and snippets.

@aferriss
Last active July 3, 2020 23:55
Show Gist options
  • Save aferriss/0de20c6c943086889e02 to your computer and use it in GitHub Desktop.
Save aferriss/0de20c6c943086889e02 to your computer and use it in GitHub Desktop.
ffmpeg loop video
for i in {1..60}; do printf "file '%s'\n" 128Mov2.mp4 >>list.txt; done
ffmpeg -f concat -i list.txt -c copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment