PDA

View Full Version : Multiple audio & subtitles in Scenarist


merlin001
8th January 2004, 23:42
What I've got is a still menu with 4 buttons: Dolby Digital, DTS, English Subtitles, and Main Menu. When I choose one of the first three, it shows the chosen button color, and apparently freezes (for lack of a better word). I can stop or go back to the main menu with the remote menu button, but that's not the idea. Here's what I've got:
Dolby Digital - English audio 1
DTS - English audio 2
subtitles - English subpicture 1

What I've got for my button commands are:
1:SetSTN audio=1
2:SetSTN audio=2
3:SetSTN subpicture=1;ON
4:LinkPGCN Main Menu

So, any suggestions?

Thanks!
David

jel
9th January 2004, 00:35
if i understand correctly (sorry if i dont but the hangovers kicking in on this friday morn :( )what you are trying to do is link back to your button after you have selected it so you can make other selections before playing the main movie? right?
well, one thing you could try (and i have no idea if this will work....) is to link the commands of the buttons either back to themselves or to the next consecutive button
eg
1:SetSTN audio=1, LinkNoLink, button=1
2:SetSTN audio=2 LinkNoLink, button=2
3:SetSTN subpicture=1;ON LinkNoLink, button=3
4:LinkPGCN Main Menu
or
1:SetSTN audio=1, LinkNoLink, button=4
2:SetSTN audio=2 LinkNoLink, button=4
3:SetSTN subpicture=1;ON LinkNoLink, button=4
4:LinkPGCN Main Menu

hope this helps/works
j

DnGermany
11th January 2004, 07:46
Take a look at your other post, I gave a answer there(scenarist encoding problems).