Index |
Next | Prev |
Autorepeating DVD (play all titles
and restart)
(This is an example for the integrated
control file editor)
Required default project settings:
Start action for Titlesets=Play movie; End action for Titles and
Titlesets=Next title
Using dvdauthor as authoring engine:
Case 1 - No Titlesets
Scroll down to the last
<pgc> entry (the second last if an Intro is used!)
<pgc>
<vob file="..."
chapters="..."/>
<post>call vmgm menu
1;</post>
</pgc>
Replace 'call vmgm menu 1;' with 'jump
title 1;'
Save and Go!
Case 2 - With Titlesets
Scroll down to the last
<titleset> entry
(the second last if an Intro is used)
Find the section <titles>
<titles>
<pgc>
<pre> { g1=0; } </pre>
<vob file="..."
chapters="..."/>
<post>call vmgm
menu;</post>
and replace 'call vmgm menu;' with '{
g1=1;g2=1;call
vmgm menu 2;}'
If you have a multi page main menu replace with 'call vmgm
menu X;
where X = number of main menu pages +1; (you may also have a look into
the previous titleset section to find out the right number).
Save and Go!
Using MuxMan as authoring engine:
Scroll down to the Item=VMG section and find the MainJumpPGC1
Item=PGC
{
Name=MainJumpPGC1
...
Item=Pre Commands
{
Mov GPRM2, 1
...
if ( GPRM1 == GPRM2 ) LinkPGCN MainMenu
and replace 'if ( GPRM1 == GPRM2 ) LinkPGCN MainMenu' with 'JumpTT TitleSet1_Title1'
Save and Go!