Skip to content

Instantly share code, notes, and snippets.

@habibun
Created December 27, 2017 09:24
Show Gist options
  • Select an option

  • Save habibun/ebf818c42436c75be72590486c2d27ee to your computer and use it in GitHub Desktop.

Select an option

Save habibun/ebf818c42436c75be72590486c2d27ee to your computer and use it in GitHub Desktop.
Merge multiple mp4 files into a single video via the terminal
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