Instuctions available (moved) at REMOTE ORIGIN website: Extract Subtitles From mkv
Forked from bmaeser/subtitle-extract.txt
Last active
June 16, 2025 06:11
-
Star
(141)
You must be signed in to star a gist -
Fork
(23)
You must be signed in to fork a gist
-
-
Save pavelbinar/20a3366b54f41e355d2745c89091ec46 to your computer and use it in GitHub Desktop.
Extract subtitles from .mkv files on Mac OS X
Very simple and work, it's really work well. Thank you very much
There's a Mac application called Subtitle Extractor in the App Store that does this
Thank you for this @larryy ! I needed an SRT to translate subtitles into another language and needed precise time codes, this app does it!
Yeah, it costs $15, too!
Check out the Python script that victornpb posted here, it works perfectly! All you have to do is change the text of the script to whatever version of MKVToolNix you have and then run it with an MKV file in the same folder. I got it to work on the first try... easy, peasy.
Don't forget to buy him a coffee via the link on his page to say thanks.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks a lot!