Extract MKV subtitles and attachments directly from the browser: https://qgustavor.github.io/mkv-extract/
- Open or drop a MKV file
- Wait a while...
- ???
- Profit!
No downloads or uploads, no extensions, no plugins, no complicated things. Extract .ASS and .SRT subtitles and also any kind of attachment.
Note: if you found any issue using this tool read this issue for more info.
Built with:
- node-ebml, for MKV parsing;
- filereader-stream, for streaming files;
- progress-stream, for statistics;
- jszip, because it's simpler downloading one file than a lot of files;
- filesaver.js, because it's easy to use;
- parcel, because it's simple;
- typescript, to avoid bugs;
- standard, why not?
Design based on this pen from Prasanjit Singh.