<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Multiple Menus with GPRM based button jumps</title>
	<atom:link href="http://www.dvdstudiopro.co.uk/tutorials/multiple-menus-with-gprm-based-button-jumps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dvdstudiopro.co.uk</link>
	<description>Hints, tips and tutorials for creating DVDs</description>
	<lastBuildDate>Tue, 15 Jun 2010 18:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Hal MacLean</title>
		<link>http://www.dvdstudiopro.co.uk/tutorials/multiple-menus-with-gprm-based-button-jumps/comment-page-1/#comment-99</link>
		<dc:creator>Hal MacLean</dc:creator>
		<pubDate>Wed, 01 Jul 2009 22:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.dvdstudiopro.co.uk/multiple-menus-with-gprm-based-button-jumps/#comment-99</guid>
		<description>The quickest way to add in the further languages is to do a jump statement to the second track IF the user has selected a specific language button over a certain value. Try
 
mov SPRM8, GPRM7
div GPRM7, 1024
Set System Stream (Audio etc, etc) value
Jump track 2

Now, remember that track two will have three streams from 1-3, which track 1 also has got. This simple logic ensures that you are in track 2 at least, and the scripts should then work as planned.

Also, I&#039;d avoid pre-scripts if at all possible.</description>
		<content:encoded><![CDATA[<p>The quickest way to add in the further languages is to do a jump statement to the second track IF the user has selected a specific language button over a certain value. Try</p>
<p>mov SPRM8, GPRM7<br />
div GPRM7, 1024<br />
Set System Stream (Audio etc, etc) value<br />
Jump track 2</p>
<p>Now, remember that track two will have three streams from 1-3, which track 1 also has got. This simple logic ensures that you are in track 2 at least, and the scripts should then work as planned.</p>
<p>Also, I&#8217;d avoid pre-scripts if at all possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hcallens</title>
		<link>http://www.dvdstudiopro.co.uk/tutorials/multiple-menus-with-gprm-based-button-jumps/comment-page-1/#comment-3</link>
		<dc:creator>hcallens</dc:creator>
		<pubDate>Thu, 05 Apr 2007 12:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dvdstudiopro.co.uk/multiple-menus-with-gprm-based-button-jumps/#comment-3</guid>
		<description>I am desperate!

I am working on a DVD with 11 different languages (GPRM2, 1 to 11). Since a single video track can hold a maximum of 8 audio tracks, I had to duplicate the track (19 chapters) in order to attach the last 3 languages  to the duplicate track.

The language selection for the first 8 laguages works fine, but I do not manage to get my last 3 menus point to the right audio.

These are the scripts I used so far:

1 Language selection: GPRM 2,0 jump to basic language menu
2 Main menu per language: mov GPRM x jump basic menu language y
3 Menu prescript: mov GPRM 0, current item
4 End jump for each  chapter: jump indirect GPRM 0

As I said, it works fine for languages 1 to 8, but I do not succeed in switching to languages 9 to 11.

Please help!</description>
		<content:encoded><![CDATA[<p>I am desperate!</p>
<p>I am working on a DVD with 11 different languages (GPRM2, 1 to 11). Since a single video track can hold a maximum of 8 audio tracks, I had to duplicate the track (19 chapters) in order to attach the last 3 languages  to the duplicate track.</p>
<p>The language selection for the first 8 laguages works fine, but I do not manage to get my last 3 menus point to the right audio.</p>
<p>These are the scripts I used so far:</p>
<p>1 Language selection: GPRM 2,0 jump to basic language menu<br />
2 Main menu per language: mov GPRM x jump basic menu language y<br />
3 Menu prescript: mov GPRM 0, current item<br />
4 End jump for each  chapter: jump indirect GPRM 0</p>
<p>As I said, it works fine for languages 1 to 8, but I do not succeed in switching to languages 9 to 11.</p>
<p>Please help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
