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 Search this Thread Display Modes
Old 26th July 2019, 10:55   #401  |  Link
gent
Registered User
 
Join Date: Jul 2019
Posts: 9
Quote:
Originally Posted by gonca View Post
If you mean the sub tracks, is it possible the tracks are burned in?
???? I dont know, I have to install inviska mkv extract, but its the slowest I've seen in my life and only to extract subtitles!!!! I dont know if it would a movie, I thought that gMKVExtractGUI would be faster....but I can't open the mkv with that....
gent is offline   Reply With Quote
Old 26th July 2019, 10:58   #402  |  Link
gent
Registered User
 
Join Date: Jul 2019
Posts: 9
Quote:
Originally Posted by gent View Post
???? I dont know, I have to install inviska mkv extract, but its the slowest I've seen in my life and only to extract subtitles!!!! I dont know if it would a movie, I thought that gMKVExtractGUI would be faster....but I can't open the mkv with that....
Perhaps would MKVcleaver faster?
gent is offline   Reply With Quote
Old 26th July 2019, 21:47   #403  |  Link
gonca
Registered User
 
Join Date: Jul 2012
Posts: 1,213
If you can't open the actual MKV, try first remuxing with MKVToolNix and then using gMKVExtract
gonca is offline   Reply With Quote
Old 27th July 2019, 21:12   #404  |  Link
gent
Registered User
 
Join Date: Jul 2019
Posts: 9
Quote:
Originally Posted by gonca View Post
If you can't open the actual MKV, try first remuxing with MKVToolNix and then using gMKVExtract
ok thanks
gent is offline   Reply With Quote
Old 18th August 2019, 04:52   #405  |  Link
shag00
Registered User
 
Join Date: May 2014
Posts: 14
Attempting to get this to work on Kubuntu 19.04 without any success. Are there any instructions? I have extracted the zip file successfully, right clicked the exe file and selected open with Mono and the nothing happens.
shag00 is offline   Reply With Quote
Old 24th August 2019, 14:37   #406  |  Link
rmlazzari
Registered User
 
Join Date: Dec 2013
Location: Sao Paulo, Brazil
Posts: 5
My doubt is similar as shag00's: I'd like to use gMKVExtractGUI under Linux but I don't know how.

When I used Windows, I just copyed the three files to the same directory of MKVToolNix and created both, a link for the .EXE in the desktop and associated .MKV files to be opened by gMKVExtractGUI. Can you help me, please?

My Linux configuration is Linux Mint 19.1 Tessa 64 - Base Ubuntu 18.4 bionic - Cinnamon 4.0.10 - Kernel 4.15.0-55-generic - Intel Core i3-2328M CPU @ - 2.20GHz x 2 - Mem 3.7GiB - Monitor 1366x768
rmlazzari is offline   Reply With Quote
Old 31st August 2019, 20:49   #407  |  Link
gpower2
gMKVExtractGUI author
 
gpower2's Avatar
 
Join Date: Aug 2003
Location: Greece / Thessaloniki
Posts: 251
Hi guys, sorry for the late reply!
Unfortunately is not my area of expertise, I just made the code platform-aware in order to support Linux and theoretically OSX.
However my personal experienc was only with an Ubuntu Virtual Machine that simply worked out of the box. I actually executed the exe with mono and it simply worked!

Perhaps some other linux user could enlighten us on the subject?
gpower2 is offline   Reply With Quote
Old 9th September 2019, 05:19   #408  |  Link
darksen
Registered User
 
Join Date: Apr 2019
Posts: 64
Thanks for all your work. I've been using your GUI for a couple of years.
darksen is offline   Reply With Quote
Old 7th November 2019, 14:32   #409  |  Link
2-perf
Registered User
 
Join Date: Feb 2016
Location: Montreal
Posts: 23
I have this .mkv here that is crashing gMKVExtract. It seems to be related to this audio track which has a delay value of 10000 ms (10 sec). I can extract that same .mkv with MeGUI and tsMuxer. If I remuxe it with MKVToolNix with no delay it works. Is there any audio delay limit value? Otherwise, thanks for the GUI!!
2-perf is offline   Reply With Quote
Old 9th November 2019, 17:17   #410  |  Link
gpower2
gMKVExtractGUI author
 
gpower2's Avatar
 
Join Date: Aug 2003
Location: Greece / Thessaloniki
Posts: 251
Quote:
Originally Posted by 2-perf View Post
I have this .mkv here that is crashing gMKVExtract. It seems to be related to this audio track which has a delay value of 10000 ms (10 sec). I can extract that same .mkv with MeGUI and tsMuxer. If I remuxe it with MKVToolNix with no delay it works. Is there any audio delay limit value? Otherwise, thanks for the GUI!!
Hey there! Could you provide with the Log text when you experience this behaviour? Or could you send me a pm with a sample video to reproduce the error?
Thanks for your feedback!
gpower2 is offline   Reply With Quote
Old 10th November 2019, 13:50   #411  |  Link
2-perf
Registered User
 
Join Date: Feb 2016
Location: Montreal
Posts: 23
Well, just mux any audio track with a 5 digit delay value and voilą, it will crash gMKVExtractGUI as soon as you drag & drop the resulting file in the gui.

I found out some other interesting weird stuff looking at this. Not related to gMKVExtractGUI but interesting.

See how MPC-HC starts messing up with how it displays the ac3 specs with a delay value higher than 7487.

No delay:
A: French [fre] (ac3, 48000 Hz, stereo, 192 kb/s)[default]




Delay value of 7487:
A: French [fre] (ac3, 48000 Hz, stereo, 192 kb/s)[default]




Delay value of 7488:
A: French [fre] (ac3, 48000 Hz, 2 channels)[default]


Last edited by 2-perf; 10th November 2019 at 14:46.
2-perf is offline   Reply With Quote
Old 10th November 2019, 14:55   #412  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
Quote:
Originally Posted by 2-perf View Post
Well, just mux any audio track with a 5 digit delay value and voilą, it will crash gMKVExtractGUI as soon as you drag & drop the resulting file in the gui.
Might be related to mkvmerge -J only outputting the minimum_timestamp if it's less than 10 seconds?
(See posts #211 - #216)


Quote:
Originally Posted by 2-perf View Post
I found out some other interesting weird stuff looking at this. Not related to gMKVExtractGUI but interesting.

See how MPC-HC starts messing up how it displays the ac3 specs with a delay value higher than 7487.
I guess there is a maximum probe size. It only analyzes the beginning of the file and if the first AC3 packet is not within the first N Bytes then it is not scanned.
sneaker_ger is offline   Reply With Quote
Old 17th November 2019, 18:33   #413  |  Link
gpower2
gMKVExtractGUI author
 
gpower2's Avatar
 
Join Date: Aug 2003
Location: Greece / Thessaloniki
Posts: 251
OK, that was a nasty one!

Indeed, like @sneaker_ger noticed, mkvmerge searches for delays of up to 10sec. However, gMKVExtractGUI being more tenacious, fires up mkvinfo and tries to search the delay the hard way. Then 2 bugs emerged:
1. The mkvinfo output string was changed and I never noticed it till now!
2. That part of the code tried to find delays for all tracks, while some of them could already be found from mkvmerge (<10sec delays).

Those bugs were fixed and pushed in trunk, new version will follow sometime soon.

Thanks @2-perf and @sneaker_ger for your valuable feedback!
gpower2 is offline   Reply With Quote
Old 7th January 2020, 12:27   #414  |  Link
Bozotheclown
Registered User
 
Join Date: Mar 2014
Posts: 17
Hello,

Recently get this error during audio track extracting:

CodecID 'A_MS/ACM' is not supported

Name:  pcm_error.png
Views: 1607
Size:  7.0 KB

This is program or user fault?
Bozotheclown is offline   Reply With Quote
Old 7th January 2020, 19:40   #415  |  Link
gpower2
gMKVExtractGUI author
 
gpower2's Avatar
 
Join Date: Aug 2003
Location: Greece / Thessaloniki
Posts: 251
Quote:
Originally Posted by Bozotheclown View Post
Hello,

Recently get this error during audio track extracting:

CodecID 'A_MS/ACM' is not supported

Attachment 17122

This is program or user fault?
Hello, this audio codec is not supported by mkvextract, you could ask in the MKVToolNix thread for support.
gpower2 is offline   Reply With Quote
Old 10th January 2020, 10:59   #416  |  Link
Bozotheclown
Registered User
 
Join Date: Mar 2014
Posts: 17
Is fine now, I managed to do it by mkvtoolnix to mka -> eac3to
Bozotheclown is offline   Reply With Quote
Old 10th January 2020, 13:44   #417  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,537
Is there a way to avoid "Success!" pop up at the end of the extraction?
__________________
@turment on Telegram
tormento is offline   Reply With Quote
Old 11th January 2020, 07:49   #418  |  Link
gpower2
gMKVExtractGUI author
 
gpower2's Avatar
 
Join Date: Aug 2003
Location: Greece / Thessaloniki
Posts: 251
Quote:
Originally Posted by tormento View Post
Is there a way to avoid "Success!" pop up at the end of the extraction?
Sure! You can just uncheck the "Popup" checkbox in the bottom left part of the screen:
gpower2 is offline   Reply With Quote
Old 11th January 2020, 10:31   #419  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,537
Quote:
Originally Posted by gpower2 View Post
Sure! You can just uncheck the "Popup" checkbox in the bottom left part of the screen:

Lol I did not notice it!

Thanks!
__________________
@turment on Telegram
tormento is offline   Reply With Quote
Old 11th January 2020, 14:41   #420  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,297
Quote:
Originally Posted by gpower2 View Post
Those bugs were fixed and pushed in trunk, new version will follow sometime soon.
Hello, thanks for your tool.

Any idea of rough ETA of the "soon", as this information is now 2 months old ?
__________________
My github.
jpsdr is offline   Reply With Quote
Reply

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

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 15:01.


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