Hi, everyone. I'm trying to create chapters for an MKV file that has multiple tracks. Creating chapters is easy when the video stream is in a single track. When multiple tracks are present, however, shouldn't there be a TrackUID tag or something? Actually, two TrackUIDs I'd imagine for each chapter: one for the video track and one for the audio track.* we can leave subs out of the discussion, unless they are handled in the same way, which would be interesting to hear.
Assume an MKV file with 3 one-minute video and audio tracks (6 tracks total). The odd tracks are video, the even tracks are audio. What would the XML look like, to make chapter 1 = tracks 1 and 2, chapter 2 = tracks 3 and 4, and chapter 3 = tracks 5 and 6?
Everything that I've read about segment linking seems to be about linking different MKV files in the same directory, which is *not* what I'm trying to do here. Any help would be appreciated. Thx!
+ Reply to Thread
Results 1 to 4 of 4
-
Last edited by mBrane; 31st May 2015 at 08:52.
- mBrane
-
Very lively debate here! Evidently, I'm the only man in Orion's Spur with the need to join multiple tracks into a single virtual timeline. So much for the flexibility of MKV, if the answer (almost always) is to merge into a single track. Still listening, but...
- mBrane
-
User MBrane. Few have any creative work, not even a written what you have done up to now in this XML.
My question is this? What program to handle this ???
Originally Posted by mBrane
Code:<?xml version="1.0"?> <!-- <!DOCTYPE Tags SYSTEM "matroskatags.dtd"> --> <Tags> <Tag> <Targets> <TargetTypeValue>30/50</TargetTypeValue> <TargetType>CHAPTER/MOVIE</TargetType> <TagEditionUID>15378027437809982595</TagEditionUID> </Targets> ...
Code:<Chapters> <EditionEntry> <EditionFlagHidden>0</EditionFlagHidden> <EditionFlagDefault>0</EditionFlagDefault> <EditionUID>15378027437809982595</EditionUID> ... </EditionEntry> </Chapters>
-
This sure I am you know not I speak about, yes? Yes... Did not work, BTW. Next?
- mBrane
Similar Threads
-
How to convert mkv files and keep dual/multiple Audio Tracks?
By MrNathanF in forum Video ConversionReplies: 2Last Post: 19th Jan 2012, 10:34 -
Remove multiple tracks from multiple MKV files
By accoutabc in forum Video ConversionReplies: 3Last Post: 7th Aug 2011, 11:50 -
Help with MKV files with multiple audio and subtitle tracks.
By razzn in forum Newbie / General discussionsReplies: 1Last Post: 13th Jul 2011, 16:59 -
Merging/Converting Multiple M2TS files to MKV With Multiple Audio Tracks
By Nicholas S. Folsom in forum Video ConversionReplies: 1Last Post: 13th May 2011, 18:34 -
URGENT: Need to output to ASP DivX w/ Multiple Subs, Audio Tracks, Chapters
By Jeet in forum Authoring (DVD)Replies: 0Last Post: 7th Oct 2010, 16:14