I can't extract attachments, e.g. fonts, anymore;
video, audio, subtitle, chapters works fine for me.
I'm using mkvextract gui 2.2.2.9 and mkvtoolnix 5.2.1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Seems not everything was fixed. Using mkvmerge 5.3.0 and mkvextractGUI2 2.2.2.9 everything works fine, except extracting attachments. It shows "extracted ok" in the GUI but no files are generated. Ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Read above. The attachment IDs are wrong. mkvextractGUI 2.2.2.9 starts with 0:Attachment1; 1:Attachment2…
With mkvtoolnix 5.2.1+ you need 1:Attachment1; 2:Attachment2; …
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
sorry for almost a month, but what do you do about it? if the attachment is 0:Attachment1, etc? I kinda need the fonts from a particular file and it's doing the same thing as above…
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
MKVcleaver v0504 works usually fine (http://forum.doom9.org/showthread.php?t=152108), but it is sometimes a little bit buggy for me.
So I started to write a Powershell-script that works perfect for attachments, but it's not finished.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2012-10-31
The problem is that attachment have 1-based id, but the gui thinks it's 0-based id, if you want to use this you have to increase by 1 the id of the command line for attachments… btw it should be fixed
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2013-03-15
I'm using now 2.2.2.9 but just until yesterday I use 2.2.2.8 and have the same problem with both.
With 2.2.2.2 don't have any problem.
I download also mkvtoolnix last version 6.1.0… because 6.0.0 also give trouble with this problem of not extracting attachments.
Could anybody kind enough tell me HOW i change this attachment ID? Don't have any clue how to do it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2013-05-14
Folder "MKV Extract GUI": extract MKVExtractGUI v2.2.2.9 + MKVToolnix v5.2.1.0, rename "MKVExtractGUI2.exe" to "meg.exe", create shortcut "meg.exe" to "MKV Extract GUI.lnk" on the desktop
Folder "MKV Merge GUI": extract MKVToolnix new, create shortcut "mmg.exe" to "MKV Merge GUI.lnk" on the desktop
Use extract: run "MKV Extract GUI.lnk"
Use mux: run "MKV Merge GUI.lnk"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2013-05-15
Or
Folder "MKVToolnix": extract MKVExtractGUI v2.2.2.9 + MKVToolnix New Version, rename "MKVExtractGUI2.exe" to "meg.exe", create shortcut "meg.exe" to "MKV Extract GUI.lnk", create shortcut "mmg.exe" to "MKV Merge GUI.lnk" on the desktop
Run "meg.exe", after close "meg.exe", file "meg.ini" is create, open file "meg.ini", edit and save
Left=22
Top=29
Width=452
Height=440
Source=0 This is start ID Track Source(Video, Audio)
Output= C:\ This is Dir Output
ChapterFormat=2 This is start ID Track Attachments (Fonts)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2013-05-15
Folder "MKV Extract GUI": extract MKVExtractGUI v2.2.2.9 + MKVToolnix v5.2.0.0, rename "MKVExtractGUI2.exe" to "meg.exe", create shortcut "meg.exe" to "MKV Extract GUI.lnk" on the desktop Folder "MKV Merge GUI": extract MKVToolnix new, create shortcut "mmg.exe" to "MKV Merge GUI.lnk" on the desktop Use extract: run "MKV Extract GUI.lnk" Use mux: run "MKV Merge GUI.lnk"
is good
Folder "MKVToolnix": extract MKVExtractGUI v2.2.2.9 + MKVToolnix New Version, rename "MKVExtractGUI2.exe" to "meg.exe", create shortcut "meg.exe" to "MKV Extract GUI.lnk", create shortcut "mmg.exe" to "MKV Merge GUI.lnk" on the desktop Run "meg.exe", after close "meg.exe", file "meg.ini" is create, open file "meg.ini", edit and save Left=22 Top=29 Width=452 Height=440 Source=0 This is start ID Track Source(Video, Audio) Output= C:\ This is Dir Output ChapterFormat=2 This is start ID Track Attachments (Fonts)
is false
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can't extract attachments, e.g. fonts, anymore;
video, audio, subtitle, chapters works fine for me.
I'm using mkvextract gui 2.2.2.9 and mkvtoolnix 5.2.1
I think that's the reason
This is the reason. pashin just need to change the ID.
Seems not everything was fixed. Using mkvmerge 5.3.0 and mkvextractGUI2 2.2.2.9 everything works fine, except extracting attachments. It shows "extracted ok" in the GUI but no files are generated. Ideas?
Read above. The attachment IDs are wrong. mkvextractGUI 2.2.2.9 starts with 0:Attachment1; 1:Attachment2…
With mkvtoolnix 5.2.1+ you need 1:Attachment1; 2:Attachment2; …
sorry for almost a month, but what do you do about it? if the attachment is 0:Attachment1, etc? I kinda need the fonts from a particular file and it's doing the same thing as above…
MKVcleaver v0504 works usually fine (http://forum.doom9.org/showthread.php?t=152108), but it is sometimes a little bit buggy for me.
So I started to write a Powershell-script that works perfect for attachments, but it's not finished.
The problem is that attachment have 1-based id, but the gui thinks it's 0-based id, if you want to use this you have to increase by 1 the id of the command line for attachments… btw it should be fixed
I'm using now 2.2.2.9 but just until yesterday I use 2.2.2.8 and have the same problem with both.
With 2.2.2.2 don't have any problem.
I download also mkvtoolnix last version 6.1.0… because 6.0.0 also give trouble with this problem of not extracting attachments.
Could anybody kind enough tell me HOW i change this attachment ID? Don't have any clue how to do it.
Folder "MKV Extract GUI": extract MKVExtractGUI v2.2.2.9 + MKVToolnix v5.2.1.0, rename "MKVExtractGUI2.exe" to "meg.exe", create shortcut "meg.exe" to "MKV Extract GUI.lnk" on the desktop
Folder "MKV Merge GUI": extract MKVToolnix new, create shortcut "mmg.exe" to "MKV Merge GUI.lnk" on the desktop
Use extract: run "MKV Extract GUI.lnk"
Use mux: run "MKV Merge GUI.lnk"
Or
Folder "MKVToolnix": extract MKVExtractGUI v2.2.2.9 + MKVToolnix New Version, rename "MKVExtractGUI2.exe" to "meg.exe", create shortcut "meg.exe" to "MKV Extract GUI.lnk", create shortcut "mmg.exe" to "MKV Merge GUI.lnk" on the desktop
Run "meg.exe", after close "meg.exe", file "meg.ini" is create, open file "meg.ini", edit and save
Left=22
Top=29
Width=452
Height=440
Source=0 This is start ID Track Source(Video, Audio)
Output= C:\ This is Dir Output
ChapterFormat=2 This is start ID Track Attachments (Fonts)
is good
is false