############## MKVextractGUI 1.5.4 #################

MKVextractGUI is a Matroska demultiplexer tool.
MKVextractGUI must be copied in Mosu's MKVtoonix folder.
This tool is under development, so bugs can be present.


Changelog from 1.5.3.1:
-MKVextractGUI can be found at CoreCodec.org.
-Add pre-selection of output path to MKVextractGUI folder, source folder or other path.
-Add new folder creation, name edition, etc in ouput path selection dialog (Browse button). 
-Some tips have been translated to english/spanish.
-Add CoreCodec MKVextractGUI project ("http://corecodec.org/projects/mkvextractgui/") link in Help menu.
-Fixed "File no found" extracting bug (in rares cases) when Matroska file and output path have been selected manually.
-Some minor improvements in exceptions and internal bugs.
-Thanks to CanalXviD team's member DarkDudae and Doom9 forum's members planet1 and NikWing.

Changelog from v.1.5.3:
-Improvements in Drag&Drop function. Now only Matroska files (.mkv/.mka/.mks) are allowed.
-Translation of some tip depending on language (English/Spanish) used.

Changelog from v.1.5.2:
-Fixed bug if Select MatroskaFile was closed without any selection.
-Partially support for Drag&Drop function (Is not limited to matroska files yet).
-Reset button in File Menu.
-GUI redesigned.
-MKVextractGUI folder is the default path to extract the tracks.
-Added automatic recognition of VOBSUB subtitles.

Changelog since MKVExtract GUI 1.5.1 (changes made by seth)
-English and Spanish languages in the same exe file.
-Added XP Style.

Changelog since MKVExtract GUI 1.5.0
-Fixed chapter parser bug. (No more problems detecting different matroska streams/attachments...)
-Fixed ouput folder selection bug.
-Some help tips added.
-.mka and .mks loading added.

Changelog since MKVExtract GUI 1.2:
-Added chapters and tags extraction support. (They will be showed like the rest of tracks/attachments). Chapters can be extracted in XML and Simple(OGG)txt formats. Tags only can be extracted in xml.
-A lot of internal corrections.
-Monospace font for CommandLines.
-Added RM files extraction.(Added in latest mkvtoolnix 0.8.7)
-Added new formats system that will allow you to customize the GUI for future A/V formats actually not supported by mkvextract. For example: QUICKTIME A/V extraction is not supported by mkvtoolnix 0.8.7, but it is for sure that future versions will do. If you check in MKVExtract GUI a track like this:

Track ID 1 (V_QUICKTIME)
Then the program will ask you what output extension you want to assing to that sort of track. (In this case qtv) So the next time you find that sort of track, the program will remember it and will assing the output ext automatically. The new formats are saved into Formats.txt file, so you can edit/delete/add them easily.
(TRACK_TYPE) ext
------------------------------
Example of Formats.txt file:
(V_QUICKTIME) qtv
(A_QUICKTIME/QDM2) qta
------------------------------