Hey guys, I am haven some trouble understanding all this xml language. I was wondering if anyone has an XML example of a 1 track MPEG (or MPEG 2) with chapters every five minutes?? I am just a little curious to see how it looks. I have tried looking at the XML of Vitualis's demo disk, but it was a tad too big for me to understand
Peace out
+ Reply to Thread
Results 1 to 4 of 4
-
-
in
http://www.vcdhelp.com/phpBB/viewtopic.php?topic=48838&forum=1
there was an almostexample of such a chaptering...
well, here is it again, but this time a bit enhanced... if something's not clear... well, just say so
...
<sequence-items>
<sequence-item src="wholemovie.mpg" id="movie-id" >
<entry id="chapter-1-entry">0</entry>
<entry id="chapter-2-entry">300</entry>
<entry id="chapter-3-entry">600</entry>
<entry id="chapter-4-entry">900</entry>
</sequence-item>
</sequence-items>
...
<selection id="chapter-1">
<bsn>1</bsn>
<timeout ref="endlist" />
<wait>-1</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="chapter-1-entry"/>
<select ref="chapter-1" />
<select ref="chapter-2" />
<select ref="chapter-3" />
<select ref="chapter-4" />
</selection>
...
-
btw, an alternative way (which can be mixed with the presented above one) has been uploaded as videocd_9.xml example in
http://www.hvrlab.org/pub/vcdimager/examples/xml/
Similar Threads
-
CLI to XML
By eon_designs in forum Video ConversionReplies: 1Last Post: 29th Apr 2010, 10:50 -
filmindex.xml....WTF?
By ni9ht_5ta1k3r in forum Blu-ray RippingReplies: 8Last Post: 6th Jun 2009, 06:01 -
Megui xml error
By headhunter03 in forum Off topicReplies: 0Last Post: 4th Apr 2009, 09:19 -
srt to xml ? any tools ?
By sat-jokar in forum SubtitleReplies: 3Last Post: 10th Mar 2009, 08:12 -
DriveImage XML
By blockie@sbcglobal.ne in forum ComputerReplies: 2Last Post: 25th Jul 2008, 16:25