Table of Contents

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

Installation

  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

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

v1.0

Thanks