Skip to content

Instantly share code, notes, and snippets.

@guimello
Created April 19, 2019 19:41
Show Gist options
  • Save guimello/39cb1503df83592b80604fe58d174ded to your computer and use it in GitHub Desktop.
Save guimello/39cb1503df83592b80604fe58d174ded to your computer and use it in GitHub Desktop.
Concat pm4 files lossless
# add a txt file with the files path, eg.
file GOPR1629.MP4
file GP011629.MP4
file GP021629.MP4
file GP031629.MP4
# then
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