MKVExtract Gambas GUI
Preview Status
Discontinued Discontinued
Platforms
Linux
Download
v2.0 (BIN)

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).

  1. Install the dependencies:
    mkvtoolnix, gambas3-runtime, gambas3-gb-gtk, gambas3-gb-qt4, gambas3-gb-form, gambas3-gb-settings and gambas3-gb-desktop

    Note: gambas3-gb-qt4 is optional, install it only if you need the QT support for KDE.

  2. Download the package containing the binaries (BIN)
  3. Give the execution rights to the binary file:
    chmod +x MKVExtractGGUI.gambas
  4. Run the binary file double-clicking on it or typing in a terminal:
    ./MKVExtractGGUI.gambas

You can report any bugs or issues, as well as suggestions for enhancements and proposals, using the project's official page on BitBucket.

  • Changed the development environment from Gambas2 to Gambas3
  • 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
  • To Gambas creators.
  • To mkvtoolnix creators.
  • To my girlfriend for her patience.