Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Registered User
Join Date: Jul 2003
Posts: 40
|
how to make a setup menu?
Hi,
It's me again. I got another question. Is there someone who can tell me how to make a setup menu? So from this menu, we can activate the subtitle(english, chinese, malay, etc), the audio, etc. I can't find it in scenarist tutorial. I really appreciate if someone can tell me. Thanks a lot. Best Regards, Hendra |
|
|
|
|
|
#4 | Link |
|
Registered User
Join Date: Jan 2003
Posts: 84
|
Maestro / DVD Studio Pro... blah. There are a couple of ways to do this. One way is to link to a dummy pgc and use some scripting to determine what button was pushed and from there select your audio/subs OR you can set each button command to SetSystemStream (subs or audio track #).
Set your dummy pgc like this (for audio). I'll use GPRM1 for audio in this case: SetGPRM1 == SPRM8 DivGPRM1, 1024 SubGPRM1, 1 SetSysAudio == GPRM1 JumpToPGC (back to menu page) Be sure to use the same GPRM for the whole process described. For sub-pics, change "SubGPRM1, 1" to "AddGPRM1, 63" and also change "SetSysAudio" to "SetSysSub". Subs/Angle/Audio all need different GPRMs. If you understand bitwise, you can set all 3 into 1 GPRM. But that is totally different. Hope this helps |
|
|
|
![]() |
|
|