MKVExtract Gambas GUI | |
---|---|
![]() |
Status |
Discontinued ![]() |
|
Platforms | |
![]() |
|
Download | |
MKVExtract Gambas GUI is a simple GUI written in Gambas for mkvextract tool. Using this program you can extract quickly any track (video, audio or subtitles), the chapters and the attachments contained in a Matroska Video file (MKV).
Installation
- Download the package containing the binaries (BIN)
- Give the execution rights to the binary file:
chmod +x MKVExtractGGUI.gambas
- Run the binary file double-clicking on it or typing in a terminal:
./MKVExtractGGUI.gambas
Bugs, Issues, Enhancements and Proposals
You can report any bugs or issues, as well as suggestions for enhancements and proposals, using the project's official page on BitBucket.
Changelog
v2.0
- Changed the development environment from Gambas2 to Gambas3
v1.0
- First public release
- Possibility to extract any track (video, audio or subtitles) contained in a Matroska Video file (MKV)
- Possibility to extract chapters from a Matroska Video file (MKV)
- Possibility to extract any attachment contained in a Matroska Video file (MKV)
- More details about track will be displayed by the program to make easier for the user to identify the correct track
- Automatic identification for the output format of the various tracks with automatic choise of the correct extension
- Possibility to set an output folder even different from the input file's one
- Two languages available in the program: Italian and English
Thanks
- To Gambas creators.
- To mkvtoolnix creators.
- To my girlfriend for her patience.