Skip to content

Instantly share code, notes, and snippets.

@dansomething
Last active July 11, 2017 01:04
Show Gist options
  • Save dansomething/8e5e6353cbf9c52575c6a26a72245915 to your computer and use it in GitHub Desktop.
Save dansomething/8e5e6353cbf9c52575c6a26a72245915 to your computer and use it in GitHub Desktop.
Combine multiple mkv files
mkvmerge -o FINAL.mkv PART_1.mkv +PART_2.mkv +PART_3.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment