[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[VCDImager] question about XML format
From: |
Chien-Yu Chen |
Subject: |
[VCDImager] question about XML format |
Date: |
Tue, 11 Nov 2003 22:41:14 -0600 |
User-agent: |
Mutt/1.4.1i |
Hi!
I have followed the XML document to make this simple menu with 2 selection.
However, I am getting some error message that I can't find in the docs..
XML file:
<videocdi class="svcd" version="1.0">
<info>
<album-id>Hikaru No Go</album-id>
<volume-count>38</volume-count>
<volume-number>1</volume-number>
<restriction>0</restriction>
</info>
<pvd>
<volume-id>Ep_1.Ep_2</volume-id>
<publisher-id>Bob Bubbleland Inc.</publisher-id>
</pvd>
<filesystem>
</filesystem>
<segment-items>
<segment-item src="menu.jpg" id="menu"/>
</segment-items>
<sequence-items>
<sequence-item src="hikaru_1.mpg" id="part_1" />
<sequence-item src="hikaru_2.mpg" id="part_2" />
</sequence-items>
<pbc>
<selection id="select-main">
<bsn>1</bsn>
<default ref="part_1"/>
<timeout ref="part_1"/>
<wait>60</wait>
<loop jump-timing="delayed">1</loop>
<play-item ref="menu"/>
<select ref="part_1"/>
<select ref="part_2"/>
</selection>
</pbc>
</videocd>
And the error message goes like:
PSD: referenced PSD 'menu' not found
I am not sure why selection is not finding the play-item..
There is also warning that
part_1 and part_2 can't be reached in pbc
any help is greatly appreciated.
chen
--
.--.
|o_o | Freedom of Choice
|:_/ | __
// \ \ / / __ __ __ __ __ __ __
(| | ) / /__ / / / \/ / / /_/ / \ \/ /
/'\_ _/`\ /_____/ /_/ /_/\__/ /_____/ /_/\_\
\___)=(___/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [VCDImager] question about XML format,
Chien-Yu Chen <=