Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

snowstorm

macrumors newbie
Original poster
Sep 20, 2008
1
0
I’m implementing scripting in DVD Studio Pro v4 in order to switch my commentary track on and off. I hoped it would allow the chapters to function with the commentary as well. But I haven’t gotten the scripting to work right. Script. I can switch between normal audio and my commentary for only the full track. The chapters only play the normal audio. I had to apply Script 1 to the track prescript in order to work. I tried applying it to the menu prescript (in addition to) without any difference. Can anyone help me figure the solution to this?

Thanks in advance.

Script 1….prescript for track one.

1. mov GPRM 1, GPRM 0
2. Set System Stream Au(Audio Stream 1) if (GPRM 1 =0)
3. Set System Stream Au(Audio Stream 1) if (GPRM 1 =1)
4. Exit Pre-Script

Script 2 target for button turning off commentary audio track

1. Mov GPRM 0, 0
2. Jump Menu 1
3. Nop

Script 3 Got deleted in scripting process and went to 4

Script 4 target for button turning on commentary audio track.

1. Mov GPRM 0, 1
2. Jump Menu 1
3. Nop
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.