View Full Version : how to make a setup menu?
h3170ra
16th June 2005, 19:37
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
dgoodbourn
17th June 2005, 12:42
Check in the Scenarist help about setting audio and subs streams.
D.
lucindrea
26th June 2005, 02:10
you can also do it in maestro with command sequnces .. a bit eaiser to twek than scenartist if you ask me ( of course i'm a programer so all code looks easy to me heh )
GM006
28th June 2005, 21:31
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
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.