Skip to content

Instantly share code, notes, and snippets.

@tru2dagame
Created April 6, 2018 09:06
Show Gist options
  • Save tru2dagame/20e2965e4dd4838eff94595eb93200bf to your computer and use it in GitHub Desktop.
Save tru2dagame/20e2965e4dd4838eff94595eb93200bf to your computer and use it in GitHub Desktop.
Extract mkv to get the built-in subtitle
brew install --with-qt5 mkvtoolnix
mkvextract movie.mkv chapters --simple "My Chapters.txt" tracks -c MS-ANSI "2:My Subtitles.srt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment