Log in

View Full Version : Autoplay menu doesn't work!


AirTimeDMC-12
14th May 2003, 15:49
I have an orginal DVD-5 with a flaw. The Menu doesn't appear automatically. First the logo appears, then the main movie starts. It should be: logo, menu, main movie.

If haven already tried some thing in the VIDEO-TS.ifo --> VMGM_MAT --> First Play PGC, but I can't get it right.

The original command looks like this:

[000000f4]1.Pre Command JumpTT) Jump to Title: 2 [30 02 00 00 00 02 00 00 ]

If I change it as following, the menu appears but the logo doesn't play.

[000000f4] 1.Pre Command (JumpSS VTSM) Jump to TitleSet(vts): 1, Title(ttn): 2, root-menu [30 06 00 02 01 83 00 00 ]


The structure of this dvd is very easy, the VTS_01_xx has only 2 pcg's, the first is the main movie and the second the logo.

2COOL
14th May 2003, 20:10
Originally posted by AirTimeDMC-12
I have an orginal DVD-5 with a flaw. The Menu doesn't appear automatically. First the logo appears, then the main movie starts. It should be: logo, menu, main movie.

If haven already tried some thing in the VIDEO-TS.ifo --> VMGM_MAT --> First Play PGC, but I can't get it right.

The original command looks like this:

[000000f4]1.Pre Command JumpTT) Jump to Title: 2 [30 02 00 00 00 02 00 00 ]

If I change it as following, the menu appears but the logo doesn't play.

[000000f4] 1.Pre Command (JumpSS VTSM) Jump to TitleSet(vts): 1, Title(ttn): 2, root-menu [30 06 00 02 01 83 00 00 ]


The structure of this dvd is very easy, the VTS_01_xx has only 2 pcg's, the first is the main movie and the second the logo. Since you only have a Title Set 1 (VTS_01) which contains your movie and logo, the proper command should be...

1.Pre Command (JumpSS VTSM) Jump to TitleSet(vts): 1, Title(ttn): 1, root-menu [30 06 00 01 01 83 00 00 ]

Give this a try.

If it doesn't work, there might be GPreg settings existing in your commands preventing you. If so, go to your VTS_01_0.IFO / VTS_PGCITI / VTS_PGC_2 and perform the steps in this guide (http://forum.doom9.org/showthread.php?s=&threadid=50245).

AirTimeDMC-12
14th May 2003, 21:40
Yah, I know. If I use your command, 2Cool, the menu is played automatically, but the logo not. I want the logo to be played first en then let the menu appear.

2COOL
14th May 2003, 21:57
Originally posted by AirTimeDMC-12
Yah, I know. If I use your command, 2Cool, the menu is played automatically, but the logo not. I want the logo to be played first en then let the menu appear.

I guess I read your first post to quickly.

Here's a trial and error you can try then since I don't know your DVD. You can put a Post Command "(CallSS_VTSM) Call Titleset Menu", root menu and resume cell 1, in your logo PGC. This should provide the jump to your titleset root menu. The theory looks right.

Edit: If this doesn't work, post your Post Commands in your logo PGC.

AirTimeDMC-12
16th May 2003, 14:32
Great, 2Cool!!! It works just fine now. Thanks for the info.