Created
April 19, 2019 19:41
-
-
Save guimello/39cb1503df83592b80604fe58d174ded to your computer and use it in GitHub Desktop.
Concat pm4 files lossless
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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