Skip to content

Instantly share code, notes, and snippets.

@rrd108
Created June 23, 2021 08:14
Show Gist options
  • Save rrd108/882826becbec2eb8ebf052ca6ffc6712 to your computer and use it in GitHub Desktop.
Save rrd108/882826becbec2eb8ebf052ca6ffc6712 to your computer and use it in GitHub Desktop.
concentenate mp4
$ cat mylist.txt
file '/path/to/file1'
file '/path/to/file2'
file '/path/to/file3'
$ ffmpeg -f concat -safe 0 -i mylist.txt -c copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment