Skip to content

Instantly share code, notes, and snippets.

@osuritz
Last active January 26, 2018 06:25
Show Gist options
  • Save osuritz/f1039f260584cc4f37b216e9e86e1e93 to your computer and use it in GitHub Desktop.
Save osuritz/f1039f260584cc4f37b216e9e86e1e93 to your computer and use it in GitHub Desktop.
Adding subtitles to an existing MKV file
mkvmerge --default-language eng -o output_file.mkv input_file.mkv --language 0:eng english_subs.srt --language 0:fre french_subs.srt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment