QuoteDescription
A GUI for mkvextract utility (part of MKVToolNix) which incorporates most (if not all) functionality of mkvextract and mkvinfo utilities.
Written in C# .NET 2.0, in order to attain high compatibility with Windows OS (WinXP and newer Windows), as well as Linux through Mono (v1.6.4 and newer), and perhaps OSX (not tested).
Key features:
- Use almost 100% of mkvextract functionality (supports extraction of tracks, attachments, chapters in XML, OGM and CUE, timecodes, tags and CUE sheet)
- Use mkvinfo to analyse mkv elements really really fast
- Automatically detects MKVToolnix installation directory from registry
- It doesn't require the executable to be placed inside MKVToolnix directory, but it still checks for it if registry search fails
- Uses file extensions for tracks according to CODEC_ID as defined in official mkvextract documentation
- Uses separate thread for invoking mkvextract in order to have a responsive GUI
- It incorporates a job mode for batch extracting (new in v1.6)
- Supports Linux through MONO (new in v1.6.4)
Screenshot
Changelog
- Change minimum size in main form
- Play Windows Asterisk sound when success popup does not show
- Make mkvinfo's output parsing more robust
- Add parsing of mkvmerge's new output data (thanks Mosu!!!)
- Add as many fallback mechanisms as possible, in order to maintain compatibility with older versions
- Clear input file textBox in main form, when MKVToolNix path is changed
- Clear status and progress bar in main form, when an error has occured during extraction and no popup was selected
- Add new setting for showing popup message in success in job manager
- Fix some UI issues in Job Manager form
- Add a workaround for buggy output from mkvmerge in older versions (v4.0)
- Changed the main form's minimum size to 400x400
- Added horizontal scroll bar to mkv track list
- Add job counter in the text of the jobs groupbox
- Make Jobs Grid Columns Autofill
Links