Possible Duplicate:
Remove embedded subtitles from an .mkv file?
How can I remove soft coded subtitles from a .mkv file?
Possible Duplicate:
Remove embedded subtitles from an .mkv file?
How can I remove soft coded subtitles from a .mkv file?
Install MKVtoolnix. It's a set of free tools for Windows, Linux and Mac OS X.
mkvtoolnix and mkvtoolnix-gui in your repository, or alternatively download them from the homepage.mkvtoolnix through Homebrew.After installing, you just need to run:
mkvmerge --no-subtitles input.mkv -o output.mkv
As easy as that. There's also a GUI, which allows you to remux streams as you like.
