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.

 

Go Back   Doom9's Forum > (HD) DVD, Blu-ray & (S)VCD > Advanced authoring

Reply
 
Thread Tools Search this Thread Display Modes
Old 16th June 2005, 18:37   #1  |  Link
h3170ra
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
h3170ra is offline   Reply With Quote
Old 17th June 2005, 11:42   #2  |  Link
dgoodbourn
Who, Me Sir?
 
Join Date: Feb 2004
Location: London
Posts: 161
Check in the Scenarist help about setting audio and subs streams.

D.
dgoodbourn is offline   Reply With Quote
Old 26th June 2005, 01:10   #3  |  Link
lucindrea
Registered User
 
Join Date: Feb 2002
Posts: 142
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 )
lucindrea is offline   Reply With Quote
Old 28th June 2005, 20:31   #4  |  Link
GM006
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
GM006 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:41.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.