Created
December 27, 2017 09:24
-
-
Save habibun/ebf818c42436c75be72590486c2d27ee to your computer and use it in GitHub Desktop.
Merge multiple mp4 files into a single video via the terminal
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
| MP4Box -cat a.mp4 -cat b.mp4 -cat c.mp4 -cat d.mp4 -cat e.mp4 -new joinedfile.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment