Hi
It is impossible to get cursors on vcd or svcd, but ive seen some vcds with effects when selected something from the menu. for eg i play my vcd and select (1) -Play Movie, then number 1 is changed into someother colour. how does that work.
+ Reply to Thread
Results 1 to 4 of 4
-
-
Hi!
It's correct that you can not have overlayed grapics on a VCD/SVCD menu like those on a DVD. However there's a way to make something in beetween these two.
Instead of assigning button 1 to the mpeg-move file, you can assign it to a new mpg-still picture. Let's say you have a main menu with 4 choices on (1 to 4). For each number you make new pictures, only with different colors on each numer. Number 1 is yellow and the rest is white. Number 2 is yellow, the rest white and so on.
When you press button 1, then the new picture will display, showing a similar menu, except that the selection is in a different colour. The picture is usually set to be displayed for about 1 - 2 seconds, and then the mpg-move is started. By doing this it will look like the selection is lighten up, but instead only a new menu-picture is shown.
It's a little bit more work, but that way you can make good looking VCD/SVCD menus.
Hope that explains it to you.
// Znooky -
Hi!
First add the menu-picture, then add the corresponding menuchoice pictures and last add the mpg-movie files.
I've made a small example, with a menu containing 3 different choices. Take a look in the XML-file below:
---------------------------------------
Code:<?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="vcd" version="2.0"> <option name="relaxed aps" value="false"/> <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>CDI/CDI_VCD.APP;1</application-id> <preparer-id/> <publisher-id>VCDEASY_V201</publisher-id> </pvd> <segment-items> <segment-item src="E:\VCD_Test\Menu.mpg" id="Segment-0001"/> <segment-item src="E:\VCD_Test\Menuchoice1.mpg" id="Segment-0002"/> <segment-item src="E:\VCD_Test\Menuchoice2.mpg" id="Segment-0003"/> <segment-item src="E:\VCD_Test\Menuchoice3.mpg" id="Segment-0004"/> </segment-items> <sequence-items> <sequence-item src="E:\VCD_Test\Movie1.mpg" id="Sequence-0005-01"> <default-entry id="Chapter-0005-01"/> </sequence-item> <sequence-item src="E:\VCD_Test\Movie2.mpg" id="Sequence-0006-01"> <default-entry id="Chapter-0006-01"/> </sequence-item> <sequence-item src="E:\VCD_Test\Movie3.mpg" id="Sequence-0007-01"> <default-entry id="Chapter-0007-01"/> </sequence-item> </sequence-items> <pbc> <selection id="Selection-000"> <bsn>1</bsn> <prev ref="Selection-000"/> <next ref="Selection-000"/> <wait>-1</wait> <loop jump-timing="immediate">1</loop> <play-item ref="Segment-0001"/> <select ref="Selection-001"/> <select ref="Selection-002"/> <select ref="Selection-003"/> </selection> <selection id="Selection-001"> <bsn>1</bsn> <prev ref="Selection-001"/> <next ref="Selection-001"/> <timeout ref="Selection-004"/> <wait>2</wait> <loop jump-timing="immediate">1</loop> <play-item ref="Segment-0002"/> <select ref="Selection-001"/> </selection> <selection id="Selection-002"> <bsn>1</bsn> <prev ref="Selection-002"/> <next ref="Selection-002"/> <timeout ref="Selection-005"/> <wait>2</wait> <loop jump-timing="immediate">1</loop> <play-item ref="Segment-0003"/> <select ref="Selection-002"/> </selection> <selection id="Selection-003"> <bsn>1</bsn> <prev ref="Selection-003"/> <next ref="Selection-003"/> <timeout ref="Selection-006"/> <wait>2</wait> <loop jump-timing="immediate">1</loop> <play-item ref="Segment-0004"/> <select ref="Selection-003"/> </selection> <selection id="Selection-004"> <bsn>1</bsn> <prev ref="Selection-000"/> <next ref="Selection-000"/> <return ref="Selection-end"/> <timeout ref="Selection-000"/> <wait>2</wait> <loop jump-timing="immediate">1</loop> <play-item ref="Sequence-0005-01"/> <select ref="Selection-004"/> </selection> <selection id="Selection-005"> <bsn>1</bsn> <prev ref="Selection-000"/> <next ref="Selection-000"/> <return ref="Selection-end"/> <timeout ref="Selection-000"/> <wait>2</wait> <loop jump-timing="immediate">1</loop> <play-item ref="Sequence-0006-01"/> <select ref="Selection-005"/> </selection> <selection id="Selection-006"> <bsn>1</bsn> <prev ref="Selection-000"/> <next ref="Selection-000"/> <return ref="Selection-end"/> <timeout ref="Selection-000"/> <wait>2</wait> <loop jump-timing="immediate">1</loop> <play-item ref="Sequence-0007-01"/> <select ref="Selection-006"/> </selection> <endlist id="Selection-end" rejected="true"/> </pbc> </videocd>
Similar Threads
-
Guide for extracting menus for editing, and reinserting edited menus
By manono in forum Authoring (DVD)Replies: 167Last Post: 8th Dec 2022, 02:44 -
Better Menus
By clinging2thecross in forum Authoring (DVD)Replies: 3Last Post: 13th May 2011, 05:10 -
Menus folders or sub-menus
By GymDad in forum SVCD2DVD & VOB2MPGReplies: 3Last Post: 9th Nov 2008, 07:43 -
Help with menus
By miickEe in forum Authoring (DVD)Replies: 11Last Post: 5th Mar 2008, 20:45 -
Magix Movie Edit Pro Menus and Sub-menus
By gayclarke in forum Authoring (DVD)Replies: 8Last Post: 11th Aug 2007, 10:07