
14th June 2013
|
Member BS.player Regular User | | Join Date: Nov 2012
Posts: 33
Rep Power: 0 | |
Quote:
Originally Posted by adicoto XML:
<?xml version="1.0"?>
<!-- <!DOCTYPE Chapters SYSTEM "matroskachapters.dtd"> -->
<Chapters>
<EditionEntry>
<EditionFlagHidden>0</EditionFlagHidden>
<EditionFlagDefault>0</EditionFlagDefault>
<EditionUID>2746424964</EditionUID>
<ChapterAtom>
<ChapterUID>1091835050</ChapterUID>
<ChapterTimeStart>00:00:00.000000000</ChapterTimeStart>
<ChapterFlagHidden>0</ChapterFlagHidden>
<ChapterFlagEnabled>1</ChapterFlagEnabled>
<ChapterDisplay>
<ChapterString>Intro</ChapterString>
<ChapterLanguage>eng</ChapterLanguage>
</ChapterDisplay>
</ChapterAtom>
...
</EditionEntry>
</Chapters> | Thanks a lot! 
When I extracted from your sample.mkv then I got all in a practically unreadable single long line! How did you get the nice list structure with appropriate line breaks?
Do you know what is really stored in the mkv file, xml or ogm?
Now I understand "...But it's kind of the same thing" in #13.
Do you know if there is any software which would batch convert between collections (all chapters at once) of
"time+text <-> chf <-> ogm <-> xml" and vice versa?
Old ChapterXtractor would be able to do the "time+text <-> chf <-> ogm" part but not the xml part. Unfortunately, its abiltity can only be accessed if we give it DVD IFO ("RAW") data as primary input, which we normally do not have. So we can't use it for this task.
Have a nice weekend!
|