I am tryimg to make an SVCD with multiple mpegs and scene select menus. I can do this quite simply in VCDEasy, but I would like to have a more elaborate menu.
What I would like:
main menu mpeg
scene select mpegs
movie mpegs
Main menu has selections for each scene select menu (which I have done)
Scene select menus have a number of chapters.
From the main menu I would like to be able to play all (playlist). I could not get this to work with VCDEasy and still have each movie return to the scene select menu when it was finished. Then I would like to have the option of using the keys and go to each scene select menu and play back the movie there, returning the scene select menu when finished.
I tried VCDWizrd, and the XML below works to a point. I want to be able to return from each scene menu to the main menu, and return from the playlist(play all) to the manin menu, any where in the playback. I want to return to the scene select menu from the respective movie when playing back. Each scene select menu returns to the main menu. Next and previous go from menu to menu etc.
I think VCDwizad will do it, but when I tried creating the SVCD with all cahpters etc, it errors with a Type 1 error, and the log shows a PSD error, some mpeg not reachable or something.
Do all mpegs (menus and movies) and chapters have to be dragged across to the PBC window? I did this and used the sel item as the PBC, e.g, next or default or timeout options, go to menu, clip etc. As each movie is ch.1 and subsequent chapters appear under it, they all have to be dragged over to appear as a sel item, and can they be used any where in the play back control.
I know this is alittle hard to visualise, but I feel I am so close, and I am probably not using VCDWizard correctly. I thought I understood this but I need help in using VCDWizard, or to know if it is possible to use the same mpegs movies as aplaylist from a key selection, and as selections from a scene select menu.
Thanks
<?xml version="1.0" ?>
<!DOCTYPE videocd (View Source for full doctype...)>
- <!-- commandline used: /cygdrive/c/Program Files/VCDEasy112/VCDImager/vcdxrip -v -=gui -p -o E:\VCDWizard\Test.xml -=bin-file=E:\VCDWizard\test31.bin
-->
- <videocd xmlns="http://www.gnu.org/software/vcdimager/1.0/" class="svcd" version="1.0">
- <info>
<album-id />
<volume-count>1</volume-count>
<volume-number>1</volume-number>
<restriction>0</restriction>
</info>
- <pvd>
<volume-id>020922_2034</volume-id>
<system-id>CD-RTOS CD-BRIDGE</system-id>
<application-id />
<preparer-id>GNU VCDIMAGER 0.7.12 CYGWIN/I686</preparer-id>
<publisher-id>SKY</publisher-id>
</pvd>
- <sequence-items>
- <sequence-item src="avseq01.mpg" id="sequence-00">
<default-entry id="entry-000" />
</sequence-item>
- <sequence-item src="avseq02.mpg" id="sequence-01">
<default-entry id="entry-001" />
</sequence-item>
- <sequence-item src="avseq03.mpg" id="sequence-02">
<default-entry id="entry-002" />
<entry id="entry-003">90.720000</entry>
</sequence-item>
- <sequence-item src="avseq04.mpg" id="sequence-03">
<default-entry id="entry-004" />
</sequence-item>
- <sequence-item src="avseq05.mpg" id="sequence-04">
<default-entry id="entry-005" />
</sequence-item>
</sequence-items>
- <pbc>
- <selection id="selection-01" rejected="false">
<bsn>1</bsn>
<prev ref="selection-01" x1="0" y1="0" x2="0" y2="0" />
<next ref="selection-05" x1="0" y1="0" x2="0" y2="0" />
<return ref="selection-01" x1="0" y1="0" x2="0" y2="0" />
<default ref="selection-05" x1="0" y1="0" x2="0" y2="0" />
<wait>0</wait>
<loop jump-timing="immediate">0</loop>
<play-item ref="sequence-00" />
<select ref="playlist-01" x1="0" y1="0" x2="0" y2="0" />
<select ref="selection-05" x1="0" y1="0" x2="0" y2="0" />
</selection>
- <playlist id="playlist-01" rejected="false">
<wait>0</wait>
<autowait>0</autowait>
<play-item ref="entry-002" />
<play-item ref="sequence-04" />
</playlist>
- <selection id="selection-02" rejected="false">
<bsn>1</bsn>
<wait>0</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="sequence-03" />
<select />
</selection>
- <selection id="selection-03" rejected="false">
<bsn>1</bsn>
<return ref="selection-05" x1="0" y1="0" x2="0" y2="0" />
<timeout ref="selection-05" />
<wait>0</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="entry-003" />
<select />
</selection>
- <selection id="selection-04" rejected="false">
<bsn>1</bsn>
<return ref="selection-05" x1="0" y1="0" x2="0" y2="0" />
<timeout ref="selection-05" />
<wait>0</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="entry-002" />
<select />
</selection>
- <selection id="selection-05" rejected="false">
<bsn>1</bsn>
<prev ref="selection-01" x1="0" y1="0" x2="0" y2="0" />
<next ref="selection-02" x1="0" y1="0" x2="0" y2="0" />
<return ref="selection-01" x1="0" y1="0" x2="0" y2="0" />
<wait>0</wait>
<loop jump-timing="immediate">0</loop>
<play-item ref="sequence-01" />
<select ref="selection-04" x1="0" y1="0" x2="0" y2="0" />
<select ref="selection-03" x1="0" y1="0" x2="0" y2="0" />
</selection>
</pbc>
</videocd>
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Help with PAL SVCD to NTSC SVCD
By silentmonolith in forum Newbie / General discussionsReplies: 4Last Post: 6th Jul 2007, 06:18