kenno7
14th August 2006, 09:14
Hello, I am currently creating a dvd.
The dvd has 3 Audio tracks and 1 subtitle track.
I am currently trying to use the guide in the link below.
http://www.mediachance.com/dvdlab/tutorial/amanager.html
I have done everything up to the VM Commands, but am unsure how to do them as the guide does not give a very comprehensive guide for the VM Commands..
This is what I have done for the precommands of each menu:
A1S0
GPRM0 = 0
SetSTN (subp=GPRM0:off )
SetSTN (audio=GPRM0 )
A2SO
GPRM1 = 0
SetSTN (subp=GPRM1:off )
SetSTN (audio=GPRM1 )
A3S0
GPRM2 = 0
SetSTN (subp=GPRM2:off )
SetSTN (audio=GPRM2 )
A1SL
GPRM0 = 0
GPRM3 = 64
SetSTN (subp=GPRM3:off )
SetSTN (audio=GPRM0 )
A2SL
GPRM1 = 0
GPRM3 = 64
SetSTN (subp=GPRM1:off )
SetSTN (audio=GPRM1 )
A3SL
GPRM2 = 0
GPRM4 = 64
SetSTN (subp=GPRM2:off )
SetSTN (audio=GPRM2 )
And these are the commands I made for the selector..
GPRM0 = 1024
SetHL_BTN GPRM0
GPRM0 = SPRM1
GPRM1 = SPRM2
GPRM2 = SPRM3
GPRM0 *= 100
GPRM0 += GPRM1
GPRM1 += GPRM2
if (GPRM0 == 64) LinkPGCN 5
if (GPRM0 == 65) LinkPGCN 6
if (GPRM0 == 100) LinkPGCN 4
if (GPRM0 == 164) LinkPGCN 7
if (GPRM0 == 165) LinkPGCN 8
LinkPGCN 3
None of this works at all at the moment, and I can't figure out how to do it..
Can anyone help me??
Thanks :)
The dvd has 3 Audio tracks and 1 subtitle track.
I am currently trying to use the guide in the link below.
http://www.mediachance.com/dvdlab/tutorial/amanager.html
I have done everything up to the VM Commands, but am unsure how to do them as the guide does not give a very comprehensive guide for the VM Commands..
This is what I have done for the precommands of each menu:
A1S0
GPRM0 = 0
SetSTN (subp=GPRM0:off )
SetSTN (audio=GPRM0 )
A2SO
GPRM1 = 0
SetSTN (subp=GPRM1:off )
SetSTN (audio=GPRM1 )
A3S0
GPRM2 = 0
SetSTN (subp=GPRM2:off )
SetSTN (audio=GPRM2 )
A1SL
GPRM0 = 0
GPRM3 = 64
SetSTN (subp=GPRM3:off )
SetSTN (audio=GPRM0 )
A2SL
GPRM1 = 0
GPRM3 = 64
SetSTN (subp=GPRM1:off )
SetSTN (audio=GPRM1 )
A3SL
GPRM2 = 0
GPRM4 = 64
SetSTN (subp=GPRM2:off )
SetSTN (audio=GPRM2 )
And these are the commands I made for the selector..
GPRM0 = 1024
SetHL_BTN GPRM0
GPRM0 = SPRM1
GPRM1 = SPRM2
GPRM2 = SPRM3
GPRM0 *= 100
GPRM0 += GPRM1
GPRM1 += GPRM2
if (GPRM0 == 64) LinkPGCN 5
if (GPRM0 == 65) LinkPGCN 6
if (GPRM0 == 100) LinkPGCN 4
if (GPRM0 == 164) LinkPGCN 7
if (GPRM0 == 165) LinkPGCN 8
LinkPGCN 3
None of this works at all at the moment, and I can't figure out how to do it..
Can anyone help me??
Thanks :)