Skip to content

Instantly share code, notes, and snippets.

@yyoshiki41
Created January 20, 2019 11:47
Show Gist options
  • Save yyoshiki41/ef49bfdd0e6484030afb10c09c53f905 to your computer and use it in GitHub Desktop.
Save yyoshiki41/ef49bfdd0e6484030afb10c09c53f905 to your computer and use it in GitHub Desktop.
ffmpeg concat
  1. concat.txt
# this is a comment
file '/path/to/one.mov'
file '/path/to/two.mov'
  1. Run command
$ ffmpeg -safe 0 -f concat -i /path/to/concat.txt -c:a copy -map 0:a dest.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment