Skip to content

Instantly share code, notes, and snippets.

@Oceanswave
Created June 23, 2015 10:10
Show Gist options
  • Save Oceanswave/a9146ba607e4965e9a2f to your computer and use it in GitHub Desktop.
Save Oceanswave/a9146ba607e4965e9a2f to your computer and use it in GitHub Desktop.
FFMPEG Concat
mylist.txt:
file stx-am-2.mp4
file stx-pm-2.mp4
ffmpeg -f concat -i mylist.txt -c copy output.mpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment