Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > New and alternative a/v containers

Reply
 
Thread Tools Display Modes
Old 24th June 2025, 08:24   #581  |  Link
sbrblz
Registered User
 
Join Date: Nov 2024
Posts: 3
Thank you!
sbrblz is offline   Reply With Quote
Old 1st August 2025, 18:02   #582  |  Link
gpower2
gMKVExtractGUI author
 
gpower2's Avatar
 
Join Date: Aug 2003
Location: Greece / Thessaloniki
Posts: 277
Hello everyone!

Happy August, with a happy new release!

This is a quite big release, since I refactored a lot of the core logic, preparing for the upgrade to a newer .NET Framework version, 4.7, which will also bring the end of support for Windows XP.
I know that some folks will not be happy about that, so I tried to tackle any remaining issues and feature requests in this version, so that Win XP users will have all the goodies and not feel left out.

Changelog is one of the biggest since the first release, containing new features, fixes and the huge refactoring of the core.
That means, that I may have introduced a regression bug, so if you notice anything out of place, please mention it here, or in Github, in order for me to tackle it ASAP.

Note: You can also create issues in the Github repo, in order to have better tracking and visibility.

Download link:
https://github.com/Gpower2/gMKVExtra...GUI.v2.11.0.7z

Changelog

v2.11.0
  • feat: Add tooltips and an option to disable/enable them. Closes #21 (#24)
  • feat: Support checking/unchecking all Forced tracks per track type.
  • feat: Add support for the Forced track property. Closes #20
  • feat: Add option for overwriting existing files when extracting. This closes #18 (#19)
  • feat(tags): Add output filename options for tags. Closes #12
  • feat: Changed the output file extension for the OGM chapter type from "ogm.txt" to "txt" in the `gMKVToolNix.MkvExtract` namespace. Closes #4
  • fix(linux): Fix some more possible Linux issues with P/Invoke
  • fix(linux): correctly fix gRichTextBox issue in Linux
  • fix(linux): Fix some issues in Linux by excluding paths with P/Invoke.
  • docs: Enhance README and add docs folder with a basic User Manual
  • tests: Introduce Unit Tests and refactor part of the code for testability and performance (#11)
  • perf: Improve context menu creation
  • perf: Core refactor
  • Huge refactor of parsing state, practically making parsing stateless
  • Refactored the process output handling, by using List instead of StringBuilder to avoid splitting into individual line strings afterwards
  • Removed file existence checks for batch requests to minimize the IO operations
  • Various code optimizations in string operations
  • Various code formatting improvements
  • Refactor gMKVMerge, option handling and codec private data logic (#15)
  • Refactor gMKVInfo, fix typos and improve parsing (#14)
  • Refactor gMKVExtract and related components (#13)


As always, I hope you enjoy this release as much as I did! Thank you all for your valuable feedback!
gpower2 is offline   Reply With Quote
Old 7th August 2025, 17:21   #583  |  Link
THGhost
Registered User
 
Join Date: Apr 2025
Posts: 5
Having completely forgotten about the slow dark mode context menu issue, I came back here and to my delight it has now been fixed Thanks very much
THGhost is offline   Reply With Quote
Old 16th August 2025, 11:24   #584  |  Link
gpower2
gMKVExtractGUI author
 
gpower2's Avatar
 
Join Date: Aug 2003
Location: Greece / Thessaloniki
Posts: 277
Hello everyone!

A new bugfix version is out, thanks to @arestarh report!

Download link:
https://github.com/Gpower2/gMKVExtra...GUI.v2.11.1.7z

Changelog

v2.11.1
  • fix: Fix issue with Job manager when adding tracks that don't have CodecPrivate data, like PGS subs. thanks arestarh

Last edited by gpower2; 17th August 2025 at 02:41.
gpower2 is offline   Reply With Quote
Old 16th August 2025, 20:17   #585  |  Link
oniiz86
Registered User
 
Join Date: Oct 2019
Posts: 90
@gpower2 so much for the recent updates, I believe it should read v2.11.1 above as well as the home page, the changelog does not mention v2.11.1 for this small revision update.
oniiz86 is offline   Reply With Quote
Old 17th August 2025, 02:42   #586  |  Link
gpower2
gMKVExtractGUI author
 
gpower2's Avatar
 
Join Date: Aug 2003
Location: Greece / Thessaloniki
Posts: 277
Quote:
Originally Posted by oniiz86 View Post
@gpower2 so much for the recent updates, I believe it should read v2.11.1 above as well as the home page, the changelog does not mention v2.11.1 for this small revision update.
Thanks for the support and feedback! The typos were fixed!
gpower2 is offline   Reply With Quote
Old 5th January 2026, 22:54   #587  |  Link
gpower2
gMKVExtractGUI author
 
gpower2's Avatar
 
Join Date: Aug 2003
Location: Greece / Thessaloniki
Posts: 277
v2.12.0

Hello everyone!

Happy new year, with a happy new release!

Some nice new functionalities were added, hopefully these will help some people who want more advanced options.

Note: You can also create issues in the Github repo, in order to have better tracking and visibility.

Download link:
https://github.com/Gpower2/gMKVExtra...GUI.v2.12.0.7z

Changelog

v2.12.0
  • doc: Update the user manual with the new Advanced Options.
  • fix: The Defaults button in Options form now resets the new Advanced Options too.
  • feat: Add support for raw and fullraw track extraction modes. This closes #22 (#33)
  • feat: Add option to disable BOM for text files (v96.0+) #31 (#32)
  • fix: Fix key overrides of custom TextBox controls for Ctrl+A and Ctrl+C
  • fix: Changed txtLog to gRichTextBox and removed unused code
  • feat: Add a Select button that displays the Context Menu as another entry point for it. #27 (#30)
  • fix: fix MkvToolnixPath detection when Settings path is empty (#29) Thanks @lapluis


As always, I hope you enjoy this release as much as I did! Thank you all for your valuable feedback!
gpower2 is offline   Reply With Quote
Old 6th January 2026, 02:39   #588  |  Link
Lathe
Registered User
 
Lathe's Avatar
 
Join Date: Aug 2005
Posts: 1,382
Quote:
Originally Posted by gpower2 View Post
Hello everyone!

Happy new year, with a happy new release!

Some nice new functionalities were added, hopefully these will help some people who want more advanced options.

Note: You can also create issues in the Github repo, in order to have better tracking and visibility.

Download link:
https://github.com/Gpower2/gMKVExtra...GUI.v2.12.0.7z

Changelog

v2.12.0
  • doc: Update the user manual with the new Advanced Options.
  • fix: The Defaults button in Options form now resets the new Advanced Options too.
  • feat: Add support for raw and fullraw track extraction modes. This closes #22 (#33)
  • feat: Add option to disable BOM for text files (v96.0+) #31 (#32)
  • fix: Fix key overrides of custom TextBox controls for Ctrl+A and Ctrl+C
  • fix: Changed txtLog to gRichTextBox and removed unused code
  • feat: Add a Select button that displays the Context Menu as another entry point for it. #27 (#30)
  • fix: fix MkvToolnixPath detection when Settings path is empty (#29) Thanks @lapluis


As always, I hope you enjoy this release as much as I did! Thank you all for your valuable feedback!
Thanks for all your hard work Bro!
Lathe is offline   Reply With Quote
Old 6th January 2026, 06:45   #589  |  Link
oniiz86
Registered User
 
Join Date: Oct 2019
Posts: 90
@gpower2 Happy New Year & thanks so very much for the new update, it's a very welcome update indeed, one small thing the current version on the home page should read v2.12.0
oniiz86 is offline   Reply With Quote
Old 6th January 2026, 23:33   #590  |  Link
gpower2
gMKVExtractGUI author
 
gpower2's Avatar
 
Join Date: Aug 2003
Location: Greece / Thessaloniki
Posts: 277
Quote:
Originally Posted by oniiz86 View Post
@gpower2 Happy New Year & thanks so very much for the new update, it's a very welcome update indeed, one small thing the current version on the home page should read v2.12.0
Damn, I totally forgot about that! 😅

Fixed now, thank you so much! 🤗
gpower2 is offline   Reply With Quote
Reply

Tags
extractor, gmkvextractgui, matroska, mkv, mkv extract, mkvextract, mkvextractgui

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:50.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.