View Full Version : mkvtoolnix 4.1.1 released
Mosu
28th August 2009, 16:13
No, sorry.
73ChargerFan
28th August 2009, 16:27
Mosu, it works fine under x64, right? I'm moving from xp to Win7 64 soon.
Mosu
28th August 2009, 16:59
I don't have any first hand experience with 64bit Windows as I don't have such an installation. But I haven't heard of it not working on 64bit Windows yet, so my guess is that yes, it does work.
Thunderbolt8
30th August 2009, 15:15
a small request, would it be possible to add the field 'var (various)' in the language field of tracks? atm the only other option is undetermined, but this is just different from saying that this tracks features more than just 1 language.
Mosu
30th August 2009, 15:59
No, sorry. The Matroska specs list which values are acceptable for the 'track language' element, and those are the ISO639-2 codes and 'und'.
m3mbran3
31st August 2009, 07:42
I am having trouble with the Header Editor on Vista x64 and mkvmerge 2.9.8. I open up my .mkv file created with x264 and make a couple of changes, but when I hit save the program crashes. I have even tried opening the file and saving it without making any changes but it still crashes. logfile is below, any help appreciated.
Problem signature:
Problem Event Name: APPCRASH
Application Name: mmg.exe
Application Version: 2.9.8.0
Application Timestamp: 4a83f000
Fault Module Name: mmg.exe
Fault Module Version: 2.9.8.0
Fault Module Timestamp: 4a83f000
Exception Code: c0000005
Exception Offset: 000e0ec5
OS Version: 6.0.6002.2.2.0.768.3
Locale ID: 3081
Additional Information 1: fd00
Additional Information 2: ea6f5fe8924aaa756324d57f87834160
Additional Information 3: fd00
Additional Information 4: ea6f5fe8924aaa756324d57f87834160
Read our privacy statement:
http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409
Mosu
31st August 2009, 08:16
Please try to create a small(er) file with x264 for which the header editor crashes. Then upload that file to my FTP server and I'll take a look at it. Thanks.
LeMoi
31st August 2009, 08:36
a small request, would it be possible to add the field 'var (various)' in the language field of tracks? atm the only other option is undetermined, but this is just different from saying that this tracks features more than just 1 language.
You have 'mul' = multiple languages, doesn' fit ?
Mosu
31st August 2009, 08:53
Nice one, LeMoi. I didn't know that was in there already :) Looks like that one came directly from the official ISO639-2 list because I certainly don't remember adding it manually.
stax76
31st August 2009, 15:38
Hi mosu, is it OK to package mkvtoolnix without GUI stuff? My package is 20 MB and I want to keep it as small as possible so I've removed mmg.exe and files starting with wx as I assumed wxwidgets is only used in mmg. A user reported a crash due to missing wx files so it seems at least one of the command line applications uses a wx file.
Mosu
31st August 2009, 19:03
mkvmerge, mkvextract and mkvpropedit (new application coming soon) are all text-only and don't need any of the wxWidgets libraries. mmg and mkvinfo both need the libraries even though mkvinfo can be compiled without GUI support -- but my Windows build isn't.
You can safely leave out the wxWidgets DLLs. But please remember to include at least the doc\README.txt and the doc\COPYING.txt files -- they contain the license and are NOT optional for a binary distribution.
stax76
31st August 2009, 19:09
Thanks, do you know where I can download a mkvinfo build that don't need wx? Maybe this was the reason for the issue reported (http://forum.doom9.org/showthread.php?p=1320372#post1320372) by a StaRip user.
Mosu
31st August 2009, 19:24
There is none at the moment. I could build one from time to time, but as it doubles the compilation time up to 15 minutes I will not do that regularly.
stax76
31st August 2009, 19:58
IIRC RipBot264 uses mkvinfo without any wx files as well so I wonder if it's such a wx free built, I'll ask the author.
Mosu
1st September 2009, 11:15
http://www.bunkus.org/videotools/mkvtoolnix/win32/mkvinfo-nogui-2.9.8.7z
This is mkvinfo.exe without the GUI dependencies.
m3mbran3
1st September 2009, 12:26
Please try to create a small(er) file with x264 for which the header editor crashes. Then upload that file to my FTP server and I'll take a look at it. Thanks.
Hi mosu, I appreciate your effort looking into my problem.
I have uploaded a file to your ftp m3mbran3_headereditor.mkv that I have been having trouble with.
I downloaded a fresh copy of 2.9.8 and it still didn't work. Other than that I am using Vista x64, not sure what other dependencies are important though.
stax76
1st September 2009, 12:34
Danke!
stax76
1st September 2009, 20:57
Do I need the --aac-is-sbr switch for m4a files or does mkvmerge read this from the mp4 container?
Mosu
1st September 2009, 21:06
Quoting the documentation (http://www.bunkus.org/videotools/mkvtoolnix/doc/mkvmerge.html):
This options is needed if a) the source file is an AAC file (NOT for a Matroska file) and b) the AAC file contains SBR AAC data.
However, this is indeed not as clear as it could be. For AAC tracks in MP4 files you usually do not need this flag as the type can be derived from the track's private data. The same is true for AAC in Matroska files. The "usual" is due to the fact that there are badly mastered files which contain the wrong private data -- e.g. if you add AAC to Matroska files using the wrong option for --aac-is-sbr.
However, there are other contains which do not contain said private data. Amongst them are AVI, OGM, raw AAC files. For those you definitely need the option if the AAC track is in fact SBR/HE. If it isn't then you don't need it :)
So in order to answer your question: Most likely you don't need the option.
microchip8
1st September 2009, 21:22
@Mosu, you forgot to update this thread's title. mkvtoolnix is at version 2.9.8 while thread title still says 2.9.7 ;)
Mosu
1st September 2009, 21:50
I know. I'll update it with the next release. Too lazy to do it now ;)
m3mbran3
2nd September 2009, 01:37
Another thing. I noticed that the Windows 2.9.8 version zip archive version from your site reports that it is 2.9.5 in its debug window. I also downloaded and installed 2.9.8 with the installer and it reports that it is 2.9.8 in the debug window.
Both versions still crash when I try and use the header editor though.
Mosu
2nd September 2009, 13:54
That's not correct. The 7z version of the 2.9.8 release (!) reports 2.9.8 as well -- especially as both archives (the exe and the 7z) are built from the very same compiled files. If you're using the 7z version and the debug window shows 2.9.5 then you're actually using an older mkvmerge.exe lying around somewhere in your file system. Check mmg's preferences dialog in such a case in order to find out which mkvmerge executable it is calling.
What is possible is that both the installer and the 7z version of "pre" builds report the wrong version number. This is due to the fact that they're built directly from my development directory (whereas the release versions of the installer and the 7z are built from a freshly extracted directory of the release source code archive) and I sometimes forget to re-build everything after a version number change.
But again -- http://www.bunkus.org/videotools/mkvtoolnix/win32/mkvtoolnix-unicode-2.9.8.7z reports 2.9.8 in the debug window as well for a proper installation (I just checked to make sure).
Mosu
2nd September 2009, 13:55
About your crash: I can reproduce it, and I know what causes it. But I don't have a lot of time at the moment, so fixing it will take a couple of days.
Vincent Vega
4th September 2009, 06:16
i have an avi with 1 xvid, 2 ac3 and 2 srt tracks. no matter whether i check both srt tracks or just one of them or uncheck both mmg still muxes both subtitle tracks into the .mkv. tried versions 2.9.7 and 2.9.8
p.s. i posted the same on gmane/user a few days back but there was no reply
Liisachan
4th September 2009, 09:12
p.s. i posted the same on gmane/user a few days back but there was no reply
Sorry about that. Actually I read your mail but only I could have said in my reply would have been "I have no idea." Does mmg/mkvmerge recognize SRT in AVI, as in muxed with AviSubMux?
Also, Vincent, you asked another question there, right?
"Is there any way to convert V_MPEG4/ISO/ASP 'back' to V_MS/VFW/FOURCC?"
I don't think I'd do that myself, but I'm curious. Mosu, can we somehow do that, directly or indirectly, using mkvextract?
Mosu
4th September 2009, 09:55
i have an avi with 1 xvid, 2 ac3 and 2 srt tracks. no matter whether i check both srt tracks or just one of them or uncheck both mmg still muxes both subtitle tracks into the .mkv. tried versions 2.9.7 and 2.9.8
p.s. i posted the same on gmane/user a few days back but there was no reply
This is a bug that I've already tracked down, but I don't have any AVI to test at the moment. I'll try to create one later today and check whether or not my fix works.
Mosu
4th September 2009, 09:58
Also, Vincent, you asked another question there, right?
"Is there any way to convert V_MPEG4/ISO/ASP 'back' to V_MS/VFW/FOURCC?"
I don't think I'd do that myself, but I'm curious. Mosu, can we somehow do that, directly or indirectly, using mkvextract?
I don't think that there's an easy way to do it (if at all). I'm aware that mkvmerge does not contain code to convert back from ASP to VFW mode, and that will not change. What might be possible is extraction with mkvextract in raw or full raw mode and then importing the file with some MP4 tool (mp4creator, MP4Box) into a MP4 and from there to AVI, but I've never tried it myself.
SeeMoreDigital
4th September 2009, 13:08
I don't think that there's an easy way to do it (if at all). I'm aware that mkvmerge does not contain code to convert back from ASP to VFW mode, and that will not change. What might be possible is extraction with mkvextract in raw or full raw mode and then importing the file with some MP4 tool (mp4creator, MP4Box) into a MP4 and from there to AVI, but I've never tried it myself.Just so as you know...
MP4box provides an option to de/re-mux MPEG-4 Part-2 (SP/ASP) streams from .MP4 directly to the .AVI container. It will add Xvid fourCC codes by default too.
Cheers
microchip8
4th September 2009, 17:33
Hi Moritz
Maybe a somewhat stupid question but I was wondering a bit here. I know that one can set movie titles (with --title) and track names (with --track-name) but there's no --genre option present. I know I can use an XML tag file (and I just added that to h264enc) to set the genre and much more, but I was wondering if a --genre option could be added for when I don't want to create an XML just for that. It'll be also nice for audio files in MKA's
Thunderbolt8
4th September 2009, 18:19
You have 'mul' = multiple languages, doesn' fit ?never saw that one before, thanks.
Mosu
4th September 2009, 19:55
Maybe a somewhat stupid question but I was wondering a bit here. I know that one can set movie titles (with --title) and track names (with --track-name) but there's no --genre option present. I know I can use an XML tag file (and I just added that to h264enc) to set the genre and much more, but I was wondering if a --genre option could be added for when I don't want to create an XML just for that. It'll be also nice for audio files in MKA's
No, sorry. I will not add any option for directly modifying tags. One of the reasons is that such an option would either be very simple and therefore completly situational (which usually leads to a lot more requests like "but I want it to do xyz" and "but I also need abc") or it's powerful and very complicated to use (which in turn leads to the users requesting a simple GUI component in mmg for it which then is supposed to turn into a full-blown tag editor).
microchip8
4th September 2009, 19:59
Fair enough. It's just strange that there's --title and --track-name options but --genre is completely missing (which is pretty important for audio files). I'll use the XML then
Mosu
4th September 2009, 20:13
Fair enough. It's just strange that there's --title and --track-name options but --genre is completely missing (which is pretty important for audio files). I'll use the XML then
That's because the title and track name elements are actual header elements and not stored in tags.
microchip8
4th September 2009, 20:21
I see. Can't genre be a header element too or does this violate something?
Mosu
4th September 2009, 20:24
The Matroska specs don't contain such an element in the track headers, and I cannot simply add one. Back when we created the specs we consciously decided against creating a multitude of tag-like header elements because all we'd accomplish is either creating a huge list of elements that almost no one ever used or we'd end up with a list that would notoriously lack one or the other. Therefore we settled for the most important elements, a title/track name, languages. The rest is supposed to be stored in tags.
microchip8
4th September 2009, 20:32
Makes sense. Thanks for clarification. Indeed XML is pretty powerful on itself and very flexible so I can see why such decision was made. Thanks again ;)
Mosu
7th September 2009, 17:46
i have an avi with 1 xvid, 2 ac3 and 2 srt tracks. no matter whether i check both srt tracks or just one of them or uncheck both mmg still muxes both subtitle tracks into the .mkv. tried versions 2.9.7 and 2.9.8
The following build fixes this issue:
http://www.bunkus.org/videotools/mkvtoolnix/win32/pre/mkvtoolnix-unicode-2.9.8-build20090906-171-setup.exe
Vincent Vega
28th September 2009, 06:20
The following build fixes this issue:
http://www.bunkus.org/videotools/mkvtoolnix/win32/pre/mkvtoolnix-unicode-2.9.8-build20090906-171-setup.exe
thank you Mosu for the new build, sorry didnt have a chance to see and try it earlier. worked fine for me this time srt-wise.
there's one other glitch i noticed: original file was xvid+5.1ac3+5.1ac3+srt.avi -> xvid+5.1ac3.mkv. mkvinfo and matroska shell extension show audio in the mkv not as 5.1 but as 5 channels. though ac3filter still plays it fine as 5.1
juGGaKNot
28th September 2009, 07:23
Rename the thread.
Warpman
5th October 2009, 12:02
Rename the thread.
http://forum.doom9.org/showpost.php?p=1321014&postcount=1171
Palikrovol
5th October 2009, 20:31
Hello Mosu.
Little problem:
I have a mkv with some attachments (images). When remuxing it with mmg (version 2.9.8 or 2.9.8 build 171) the output mkv doesn't have the files.
In the "Attachments" tab the files are checked before muxing.
To check if the mkv has the files i use the matroska shell extension or open it with mmg and take a look at the "Attachments" tab.
The image files are 'jpg' between 50 kB and 400 kB.
The input MKVs that i've tried had between 1 and 24 image files.
Any idea?
Thanks
Mosu
5th October 2009, 20:47
Works fine for me (I've just re-tested it).
1. Make sure your mmg is using the correct mkvmerge.exe executable and that you don't have an older version lying around somewhere.
2. What does "mkvmerge --identify-for-mmg the-remuxed-file.mkv" say?
3. What does "mkvmerge -o remuxed-test.mkv original-source-file.mkv" followed by "mkvmerge --identify-for-mmg remuxed-test.mkv" say?
Add paths to mkvmerge/the files where appropriate.
Palikrovol
5th October 2009, 23:07
Works fine for me (I've just re-tested it).
1. Make sure your mmg is using the correct mkvmerge.exe executable and that you don't have an older version lying around somewhere.
2. What does "mkvmerge --identify-for-mmg the-remuxed-file.mkv" say?
3. What does "mkvmerge -o remuxed-test.mkv original-source-file.mkv" followed by "mkvmerge --identify-for-mmg remuxed-test.mkv" say?
Add paths to mkvmerge/the files where appropriate.
Hi.
I have uninstalled and reinstalled version 2.9.8 build 1.7.1.
"D:\AdP\_Video_\Mkvtoolnix\"
The first test is the commad line used in mmg "Muxing -> Copy command line to clipboard"
mkvmerge is called from its original folder (no use of "path" env var).
Output: Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos).mkv
F:\>"D:\AdP\_Video_\Mkvtoolnix\mkvmerge.exe" -o "F:\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos).mkv" "--track-name" "1:Quantum of Solace" "--default-track" "1:yes" "--forced-track" "1:no" "--display-dimensions" "1:720x304" "--language" "2:spa" "--track-name" "2:(AC3 5.1)" "--default-track" "2:yes" "--forced-track" "2:no" "--language" "3:eng" "--track-name" "3:(AC3 5.1)" "--default-track" "3:no" "--forced-track" "3:no" "--language" "4:spa" "--default-track" "4:no" "--forced-track" "4:no" "--language" "5:eng" "--default-track" "5:no" "--forced-track" "5:no" "-a" "2,3" "-d" "1" "-s" "4,5" "--attachments" "8389311906485108737,8389311906485108738,8389311906485108739,8389311906485108740" "-T" "--no-global-tags" "--no-chapters" "G:\\Peliculas\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos).mkv" "--track-order" "0:1,0:2,0:3,0:4,0:5" "--title" "Quantum of Solace"
mkvmerge v2.9.8 ('C'est le bon') built on Sep 6 2009 21:40:12
'G:\\Peliculas\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos).mkv': Using the Matroska demultiplexer.
'G:\\Peliculas\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos).mkv' track 1: Using the MPEG-4 part 2 video output module.
'G:\\Peliculas\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos).mkv' track 2: Using the AC3 output module.
'G:\\Peliculas\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos).mkv' track 3: Using the AC3 output module.
'G:\\Peliculas\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos).mkv' track 4: Using the text subtitle output module.
'G:\\Peliculas\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos).mkv' track 5: Using the text subtitle output module.
The file 'F:\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos).mkv' has been opened for writing.
Progress: 100%
The cue entries (the index) are being written...
Muxing took 31 seconds.
And the "--identify-for-mmg"
(The result is the same if mkv is muxed within mmg instead of command line)
F:\>"D:\AdP\_Video_\Mkvtoolnix\mkvmerge.exe" --identify-for-mmg "F:\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos).mkv"
File 'F:\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos).mkv': container: Matroska [title:Quantum\sof\sSolace duration:6374280000000]
Track ID 1: video (V_MS/VFW/FOURCC, XVID) [language:und track_name:Quantum\sof\sSolace display_dimensions:720x304 default_track:1 forced_track:0]
Track ID 2: audio (A_AC3) [language:spa track_name:(AC3\s5.1) default_track:1 forced_track:0]
Track ID 3: audio (A_AC3) [language:eng track_name:(AC3\s5.1) default_track:0 forced_track:0]
Track ID 4: subtitles (S_TEXT/UTF8) [language:spa default_track:0 forced_track:0]
Track ID 5: subtitles (S_TEXT/UTF8) [language:eng default_track:0 forced_track:0]
The Second test (your test)
Output: Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos)2.mkv
F:\>"D:\AdP\_Video_\Mkvtoolnix\mkvmerge.exe" -o "F:\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos)2.mkv" "G:\\Peliculas\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos).mkv"
mkvmerge v2.9.8 ('C'est le bon') built on Sep 6 2009 21:40:12
'G:\\Peliculas\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos).mkv': Using the Matroska demultiplexer.
'G:\\Peliculas\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos).mkv' track 1: Using the MPEG-4 part 2 video output module.
'G:\\Peliculas\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos).mkv' track 2: Using the AC3 output module.
'G:\\Peliculas\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos).mkv' track 3: Using the AC3 output module.
'G:\\Peliculas\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos).mkv' track 4: Using the text subtitle output module.
'G:\\Peliculas\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos).mkv' track 5: Using the text subtitle output module.
The file 'F:\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos)2.mkv' has been opened for writing.
Progress: 100%
The cue entries (the index) are being written...
Muxing took 31 seconds.
And the "--identify-for-mmg"
F:\>"D:\AdP\_Video_\Mkvtoolnix\mkvmerge.exe" --identify-for-mmg "F:\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos)2.mkv"
File 'F:\\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos)2.mkv': container: Matroska [title:Quantum\sof\sSolace duration:6374280000000]
Track ID 1: video (V_MS/VFW/FOURCC, XVID) [language:und track_name:Quantum\sof\sSolace display_dimensions:720x304 default_track:1 forced_track:0]
Track ID 2: audio (A_AC3) [language:spa track_name:(AC3\s5.1) default_track:1 forced_track:0]
Track ID 3: audio (A_AC3) [language:eng track_name:(AC3\s5.1) default_track:0 forced_track:0]
Track ID 4: subtitles (S_TEXT/UTF8) [language:spa default_track:0 forced_track:0]
Track ID 5: subtitles (S_TEXT/UTF8) [language:eng default_track:0 forced_track:0]
Attachment ID 1: type "image/jpeg", size 437901 bytes, description "Poster", file name "Quantum\sof\sSolace\sver1.jpg"
Attachment ID 2: type "image/jpeg", size 212939 bytes, description "Poster", file name "Quantum\sof\sSolace\sver2.jpg"
Attachment ID 3: type "image/jpeg", size 210077 bytes, description "Poster", file name "Quantum\sof\sSolace\sver3.jpg"
Attachment ID 4: type "image/jpeg", size 276761 bytes, description "Poster", file name "Quantum\sof\sSolace\sver4.jpg"
Mosu
6th October 2009, 08:17
Thanks for the info. This is the problem but not the cause:
F:\>"D:\AdP\_Video_\Mkvtoolnix\mkvmerge.exe" ... "--attachments" "8389311906485108737,8389311906485108738,8389311906485108739,8389311906485108740" ...
The attachement IDs are totally out of bounds. I'll try to see where this problem might come from.
Which Windows version is this, and is this a 32bit or 64bit version?
Palikrovol
6th October 2009, 08:26
Thanks for the info. This is the problem but not the cause:
The attachement IDs are totally out of bounds. I'll try to see where this problem might come from.
Which Windows version is this, and is this a 32bit or 64bit version?
The OS is a 32 bits Windows XP.
Thanks a lot.
PD: If you need any more info, let me know.
Mosu
6th October 2009, 09:44
Please do another test for me. Run mmg, open its preferences dialog and enable "show debug window". Close the preferences dialog. Add the original file (the one with the attachments intact). Post the content of the debug window here or send it to me by email (the debug window contains a "save to file" menu option).
Palikrovol
6th October 2009, 10:46
Please do another test for me. Run mmg, open its preferences dialog and enable "show debug window". Close the preferences dialog. Add the original file (the one with the attachments intact). Post the content of the debug window here or send it to me by email (the debug window contains a "save to file" menu option).
I'm not at home right now (where i have the files). When a get there this night, i'll made the test.
Palikrovol
6th October 2009, 18:01
Please do another test for me. Run mmg, open its preferences dialog and enable "show debug window". Close the preferences dialog. Add the original file (the one with the attachments intact). Post the content of the debug window here or send it to me by email (the debug window contains a "save to file" menu option).
Here is the output from debug window.
BTW the size of the mkv is "1,49 GB (1.601.952.120 bytes)"
18:55:31: Querying mkvmerge's capabilities
18:55:31: Capability: VERSION=mkvmerge v2.9.8 ('C'est le bon')
18:55:31: Capability:
18:55:31: Capability: BZ2
18:55:31: Capability:
18:55:31: Capability: LZO
18:55:31: Capability:
18:55:31: Capability: FLAC
18:55:31: Capability:
18:55:34: Locale selection logic: select_locale English (English) uu_locale_lower en translation_c::get_default_ui_locale() en app->m_ui_locale en
18:55:37: Querying mkvmerge's capabilities
18:55:37: Capability: VERSION=mkvmerge v2.9.8 ('C'est le bon')
18:55:37: Capability:
18:55:37: Capability: BZ2
18:55:37: Capability:
18:55:37: Capability: LZO
18:55:37: Capability:
18:55:37: Capability: FLAC
18:55:37: Capability:
18:55:53: identify 1: command: ``"D:\AdP\_Video_\Mkvtoolnix\mkvmerge.exe" "@C:\TEMP\mmg-mkvmerge-options-3884-1254848153"''
18:55:53: identify 1: result: 0
18:55:53: identify 1: output[0]: ``File 'G:\Peliculas\Quantum of Solace (XviD)(Espaņol AC3 5.1)(English AC3 5.1)(Subtitulos).mkv': container: Matroska [title:Quantum\sof\sSolace duration:6374280000000]''
18:55:53: identify 1: output[1]: ``''
18:55:53: identify 1: output[2]: ``Track ID 1: video (V_MS/VFW/FOURCC, XVID) [language:und track_name:Quantum\sof\sSolace display_dimensions:720x304 default_track:1 forced_track:0]''
18:55:53: identify 1: output[3]: ``''
18:55:53: identify 1: output[4]: ``Track ID 2: audio (A_AC3) [language:spa track_name:(AC3\s5.1) default_track:1 forced_track:0]''
18:55:53: identify 1: output[5]: ``''
18:55:53: identify 1: output[6]: ``Track ID 3: audio (A_AC3) [language:eng track_name:(AC3\s5.1) default_track:0 forced_track:0]''
18:55:53: identify 1: output[7]: ``''
18:55:53: identify 1: output[8]: ``Track ID 4: subtitles (S_TEXT/UTF8) [language:spa default_track:0 forced_track:0]''
18:55:53: identify 1: output[9]: ``''
18:55:53: identify 1: output[10]: ``Track ID 5: subtitles (S_TEXT/UTF8) [language:eng default_track:0 forced_track:0]''
18:55:53: identify 1: output[11]: ``''
18:55:53: identify 1: output[12]: ``Attachment ID 1: type "image/jpeg", size 437901 bytes, description "Poster", file name "Quantum\sof\sSolace\sver1.jpg"''
18:55:53: identify 1: output[13]: ``''
18:55:53: identify 1: output[14]: ``Attachment ID 2: type "image/jpeg", size 212939 bytes, description "Poster", file name "Quantum\sof\sSolace\sver2.jpg"''
18:55:53: identify 1: output[15]: ``''
18:55:53: identify 1: output[16]: ``Attachment ID 3: type "image/jpeg", size 210077 bytes, description "Poster", file name "Quantum\sof\sSolace\sver3.jpg"''
18:55:53: identify 1: output[17]: ``''
18:55:53: identify 1: output[18]: ``Attachment ID 4: type "image/jpeg", size 276761 bytes, description "Poster", file name "Quantum\sof\sSolace\sver4.jpg"''
18:55:53: identify 1: output[19]: ``''
18:55:53: Attached file ID 64424509441 MIME type 'image/jpeg' size 64424947341 description 'Poster' name 'Quantum of Solace ver1.jpg'
18:55:53: Attached file ID 9793435967946754 MIME type 'image/jpeg' size 9793435968159691 description 'Poster' name 'Quantum of Solace ver2.jpg'
18:55:53: Attached file ID 9793435967946755 MIME type 'image/jpeg' size 9793435968156829 description 'Poster' name 'Quantum of Solace ver3.jpg'
18:55:53: Attached file ID 9793435967946756 MIME type 'image/jpeg' size 9793435968223513 description 'Poster' name 'Quantum of Solace ver4.jpg'
18:55:53: EAFB size 1
18:55:53: EAFB size 2
18:55:53: EAFB size 3
18:55:53: EAFB size 4
Mosu
6th October 2009, 19:07
Thanks. The problem should be fixed in http://www.bunkus.org/videotools/mkvtoolnix/win32/pre/mkvtoolnix-unicode-2.9.8-build20091006-172-setup.exe (still being uploaded; should be done in eight minutes).
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.