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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#2641 | Link |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
If you need a GUI: mmg's header editor. If you need something scriptable: mkvpropedit.
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
|
|
|
|
#2643 | Link |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
Start mmg, File -> Header editor.
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
|
|
|
|
#2644 | Link |
|
Matroska find' ich toll
Join Date: Apr 2008
Posts: 1,413
|
Hi Mosu
during i update my chapterEditor i found a small issue in mmg at the mpls parser. here is an eac3to log which you can see that the mpls file is used for 2 separate editions. Code:
eac3to v3.27 command line: eac3to.exe "h:" -log=log.txt ------------------------------------------------------------------------------ 1) 00001.mpls (angle 1), 1:51:51 [6+1+3+4].m2ts - Chapters, 12 chapters - h264/AVC, 1080p24 (16:9) - DTS Master Audio, German, multi-channel, 48kHz - DTS Master Audio, English, multi-channel, 48kHz 2) 00001.mpls (angle 2), 1:51:51 [6+2+3+5].m2ts - Chapters, 12 chapters - h264/AVC, 1080p24 (16:9) - DTS Master Audio, German, multi-channel, 48kHz - DTS Master Audio, English, multi-channel, 48kHz this is a mpls from the "SNITCH" Bluray. Last edited by hubblec4; 27th March 2014 at 15:42. |
|
|
|
|
#2646 | Link |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
Read this FAQ entry for what may happen with players that don't support the Matroska file format properly.
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
|
|
|
|
#2647 | Link | |
|
Registered User
Join Date: Jun 2013
Posts: 69
|
@Mosu,
After updating to 6.8.0, it looks like chapter adding/updating is broken with mkvpropedit. I sometimes have to tweak some chapters so I use mkvextract to get the chapter in XML, update it and then re-insert it with mkvpropedit. I've been doing this for a long time now with no issues, until after updating to 6.8.0. I even tried extracting the chapter, not modifying it and then re-insert it and it still failed. Here's the error mkvpropedit is reporting: Quote:
Code:
<?xml version="1.0"?>
<!-- <!DOCTYPE Chapters SYSTEM "matroskachapters.dtd"> -->
<Chapters>
<EditionEntry>
<EditionFlagHidden>0</EditionFlagHidden>
<EditionFlagDefault>1</EditionFlagDefault>
<EditionUID>6990704301007864204</EditionUID>
<ChapterAtom>
<ChapterUID>17754048247072012851</ChapterUID>
<ChapterTimeStart>00:00:00.000000000</ChapterTimeStart>
<ChapterFlagHidden>0</ChapterFlagHidden>
<ChapterFlagEnabled>1</ChapterFlagEnabled>
<ChapterTimeEnd>00:01:17.710966666</ChapterTimeEnd>
<ChapterDisplay>
<ChapterString>Chapter 01</ChapterString>
<ChapterLanguage>eng</ChapterLanguage>
</ChapterDisplay>
</ChapterAtom>
<ChapterAtom>
<ChapterUID>4344430792985646390</ChapterUID>
<ChapterTimeStart>00:01:17.710966666</ChapterTimeStart>
<ChapterFlagHidden>0</ChapterFlagHidden>
<ChapterFlagEnabled>1</ChapterFlagEnabled>
<ChapterTimeEnd>00:11:49.241866666</ChapterTimeEnd>
<ChapterDisplay>
<ChapterString>Chapter 02</ChapterString>
<ChapterLanguage>eng</ChapterLanguage>
</ChapterDisplay>
</ChapterAtom>
<ChapterAtom>
<ChapterUID>5565392499311670039</ChapterUID>
<ChapterTimeStart>00:11:49.241866666</ChapterTimeStart>
<ChapterFlagHidden>0</ChapterFlagHidden>
<ChapterFlagEnabled>1</ChapterFlagEnabled>
<ChapterTimeEnd>00:21:31.823866666</ChapterTimeEnd>
<ChapterDisplay>
<ChapterString>Chapter 03</ChapterString>
<ChapterLanguage>eng</ChapterLanguage>
</ChapterDisplay>
</ChapterAtom>
<ChapterAtom>
<ChapterUID>7804300074959422330</ChapterUID>
<ChapterTimeStart>00:21:31.823866666</ChapterTimeStart>
<ChapterFlagHidden>0</ChapterFlagHidden>
<ChapterFlagEnabled>1</ChapterFlagEnabled>
<ChapterTimeEnd>00:22:30.048700000</ChapterTimeEnd>
<ChapterDisplay>
<ChapterString>Chapter 04</ChapterString>
<ChapterLanguage>eng</ChapterLanguage>
</ChapterDisplay>
</ChapterAtom>
<ChapterAtom>
<ChapterUID>1890640418935528493</ChapterUID>
<ChapterTimeStart>00:22:30.048700000</ChapterTimeStart>
<ChapterFlagHidden>0</ChapterFlagHidden>
<ChapterFlagEnabled>1</ChapterFlagEnabled>
<ChapterTimeEnd>00:22:31.550200000</ChapterTimeEnd>
<ChapterDisplay>
<ChapterString>Chapter 05</ChapterString>
<ChapterLanguage>eng</ChapterLanguage>
</ChapterDisplay>
</ChapterAtom>
</EditionEntry>
</Chapters>
|
|
|
|
|
|
#2648 | Link |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
The extraction with mkvextract was broken, yes. Known issue, fixed already. Get the latest build.
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
|
|
|
|
#2649 | Link | |
|
Registered User
Join Date: Jun 2013
Posts: 69
|
Quote:
Code:
Commandline: mkvpropedit "test.mkv" -c Error: Missing argument to '-c'. Process terminated with code: 2 Execution took 0 seconds(s). Commandline: mkvpropedit "test.mkv" -c Error: Missing argument to '-c'. Process terminated with code: 2 Execution took 0 seconds(s). I'll post back on the other issue in a bit. |
|
|
|
|
|
#2650 | Link |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
Hmm… please open a ticket in my bug tracker about that issue; otherwise I'll most likely forget about it (more than busy at the moment).
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
|
|
|
|
#2651 | Link | |
|
Registered User
Join Date: Jun 2013
Posts: 69
|
Quote:
Okay, I had to grab the 7z file to update to the latest build and it worked great. However, the executable would not launch. I saw, for a split second, the dialog frame and then it would go away. This is happened on both my Windows 8.1 Pro and 7 Ultimate OSes. Both running 64 bit. |
|
|
|
|
|
#2652 | Link |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
Which executable? mkvextract, mkvpropedit and mkvmerge are pure CLI applications; they don't have a GUI, so it's perfectly normal that there's only a new cmd.exe window that disappearsa gain afterwards.
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
|
|
|
|
#2653 | Link | |
|
Registered User
Join Date: Jun 2013
Posts: 69
|
Quote:
BTW, defect ticket 1005 created. |
|
|
|
|
|
#2654 | Link |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
I've seen it; thanks.
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
|
|
|
|
#2655 | Link |
|
Matroska find' ich toll
Join Date: Apr 2008
Posts: 1,413
|
Hi Mosu
I have a question for the mux with mmg at a Bluray with multi editions inside. My T2 BD will mux every fine but with another BD(multi editions) the mkv has "hiccup's" during the playing. What could be the problem? or is any other information for mux with mmg neccessary? maybe a timecodes-file? Last edited by hubblec4; 9th April 2014 at 15:52. |
|
|
|
|
#2656 | Link |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
I'm not sure how multi-edition BluRays differ from other ones, but I haven't done anything about those things, so I guess they're simply not really supported.
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
|
|
|
|
#2657 | Link |
|
Matroska find' ich toll
Join Date: Apr 2008
Posts: 1,413
|
that confuses me. m2ts file appending works very well. with or without the mpls file.
manually appending work too, but not in every case. can you explain me how i can use the timecode file? or is it the wrong way? i found not really much infos. |
|
|
|
|
#2659 | Link |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
Please read this FAQ entry which explains why you cannot do that.
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
|
|
|
|
#2660 | Link |
|
Registered User
Join Date: Jan 2012
Posts: 91
|
Matroska "Stretch by:" Calculations
Does anyone have the equation necessary to calculate the "Stretch by:" value for a particular video? I have an old video that is 44 minutes and 58 seconds in length. However the audio gradually loses sync. In the beginning it is in sync, and near the end it is off by about 3.5 seconds... Can someone show me how the fraction (ratio) is calculated to obtain the "Stretch by:" value for such a video?
Thanks!! |
|
|
![]() |
|
|