I'm currently following the guide at http://www.mediachance.com/dvdlab/tutorial/amanager.html
but i'm having a little bit of trouble doing the VM coding:
Audio 1, Subtitle OFF - Menu A1 S0
GPRM0 = 0
GPRM1 = 0
SetSTN (subp=GPRM1ff )
SetSTN (audio=GPRM0 )
Audio 1, Subtitle ON - Menu A1 S1
GPRM0 = 0
GPRM1 = 64
SetSTN (subp=GPRM1ff )
SetSTN (audio=GPRM0 )
Audio 2, Subtitle OFF - Menu A2 S0
GPRM0 = 1
GPRM1 = 0
SetSTN (subp=GPRM1ff )
SetSTN (audio=GPRM0 )
Audio 2, Subtitle ON - Menu A2 S1
GPRM0 = 1
GPRM1 = 64
SetSTN (subp=GPRM1ff )
SetSTN (audio=GPRM0 )
Vm Command
GPRM0 = 1024
SetHL_BTN GPRM0
GPRM0 = SPRM1
GPRM1 = SPRM2
GPRM0 *= 100
GPRM0 += GPRM1
if (GPRM0 == 64) LinkPGCN 4
if (GPRM0 == 100) LinkPGCN 3
if (GPRM0 == 164) LinkPGCN 5
LinkPGCN 2
The links that i have inputed into the pre command on each menu works fine but the whenver i click the option button on the main menu (link to vts vm command) it doesn't link me to the correct menu.
+ Reply to Thread
Results 1 to 2 of 2
Similar Threads
-
Make menu for a movie dvd that have subtitle and have not any Menu!
By p_samimi in forum Authoring (DVD)Replies: 1Last Post: 13th Feb 2009, 14:29 -
Audio Problem with VMG menu in DVD Lab Pro
By SCDVD in forum Authoring (DVD)Replies: 5Last Post: 22nd Apr 2008, 22:15 -
DVD Lab message: No subtitle stream normal?
By stantheman1976 in forum Authoring (DVD)Replies: 1Last Post: 21st Feb 2008, 11:10 -
DVD Lab Pro Subtitle Mapping issues
By ArtOfLosingMFZB in forum Authoring (DVD)Replies: 1Last Post: 2nd Feb 2008, 20:41 -
Can you keep menu audio playing with Dvd-lab pro?
By jimjones2007 in forum Authoring (DVD)Replies: 7Last Post: 29th Aug 2007, 20:53