well rite now im figureing out how to work with xml its a slow process but after the code is saved.
what format should it be saved and how is it inserted in the burning process of the vcd?
any help would be great thanx
here is an example of some xml i got from a guy
<?xml version="1.0"?>
<!DOCTYPE videocd PUBLIC "-//GNU//DTD VideoCD//EN" "http://www.gnu.org/software/vcdimager/videocd.dtd">
<videocd xmlns="http://www.gnu.org/software/vcdimager/1.0/" class="svcd" version="1.0">
<info>
<album-id></album-id>
<volume-count>1</volume-count>
<volume-number>1</volume-number>
<restriction>0</restriction>
</info>
<pvd>
<volume-id>VIDEOCD</volume-id>
<system-id>CD-RTOS CD-BRIDGE</system-id>
<application-id></application-id>
<preparer-id/>
<publisher-id/>
</pvd>
<sequence-items>
<sequence-item src="clock.mpg" id="sequence-00">
<entry id="entry-001">300.00</entry>
<entry id="entry-002">600.0</entry>
</sequence-item>
</sequence-items>
<pbc>
<playlist id="lid-000">
<next ref="lid-001"/>
<return ref="lid-end"/>
<wait>5</wait>
<autowait>0</autowait>
<play-item ref="sequence-00"/>
</playlist>
<playlist id="lid-001">
<pref ref="lid-000"/>
<next ref="lid-002"/>
<return ref="lid-end"/>
<wait>5</wait>
<autowait>0</autowait>
<play-item ref="entry-001"/>
</playlist>
<playlist id="lid-002">
<pref ref="lid-001"/>
<next ref="lid-end"/>
<return ref="lid-end"/>
<wait>5</wait>
<autowait>0</autowait>
<play-item ref="entry-003"/>
</playlist>
<endlist id="lid-end" rejected="true"/>
</pbc>
</videocd>
ok now how do you put that in a VCD?
+ Reply to Thread
Results 1 to 2 of 2
-
-
The XML is only the description of how the VCD will be authored and is used in conjunction with VCDImager.
Go download VCDImager and read the manual to see how it works.
Regards.
Michael Tam
w: Morsels of Evidence
Similar Threads
-
CLI to XML
By eon_designs in forum Video ConversionReplies: 1Last Post: 29th Apr 2010, 10:50 -
How to stop Window Explorer opening when inserting VCD?
By gargoyle_xlvii in forum ComputerReplies: 4Last Post: 21st Feb 2009, 09:03 -
Transport stream for XML?
By TrupsT in forum Video Streaming DownloadingReplies: 1Last Post: 30th Jan 2009, 11:25 -
DriveImage XML
By blockie@sbcglobal.ne in forum ComputerReplies: 2Last Post: 25th Jul 2008, 16:25 -
ProjectPrefs2.xml keeps old clips
By geohei in forum Authoring (DVD)Replies: 4Last Post: 11th Jul 2007, 07:34