Log in

View Full Version : Help Wanted - LOTR Menu - IFOEDIT


m000558
20th July 2003, 09:48
G'Day,

Ok, I have been backing up DVDs now for only a short while using various methods, my preference being the Big 3 (great guide BTW).

I am now trying to understand the structure of DVDs a bit better so I can manipulate the DVD output.

so... I have encoded Lord of the Rings (theatrical) Region 4 using the Big 3 guide and have a good replica of the original DVD. Now I want to modify the VIDEO_TS.IFO file so that the disc skips the studio logo & copyright warnings at the beginning of the DVD.

Now, that sounds easy enough you say... simply open the VIDEO_TS.IFO in IFOEDIT and modify VMGM_MAT First Play PGC. Great. However...

In this particular case the menu is in the VIDEO_TS.VOB file (title 1 I think), but it doesn't play sequentially. If you play this vob directly it starts at the menu itself... the initial intro animation is about halfway through the vob file.

So in the VMGM_MAT First Play PGC, the PRE Command starts title 4 which is a copyright warning. When this completes it jumps to the menu intro and then to the animated menu. If I modify the PRE Command to start on Title 1 or the Titleset Menu it starts at the menu and therefore I miss the video intro bit.

I assume that this is a PGC issue, but am not sure what to look for in IFOEdit.

I have looked through the guides here, and done quite a few searches but have not been able to find the required info. Hence my plea for help!! :)

I guess I need to know what to look for in IFOEdit to understand firstly, what the PRECommand should specify and secondly, how title 4 (which is a video) automatically jumps to the menu after playing...

Any hints & tips would be appreciated! Thanks

m000558
22nd July 2003, 00:30
Anyone have any help to offer here?

Even a prod in the right direction would be appreciated...

maa
22nd July 2003, 01:17
Title 4 ?
Well if you mean VTS_04_0.ifo then the command is of the Post variety and is in PGCITI / VTS_PGC_1 a few pages down probably something like

(CallSS VGM) Call VMG Title Menu Resu......
or
(CallSS VMGM) Call VideoManager PGC ....

maa

m000558
22nd July 2003, 11:12
(CallSS VMGM) Call VideoManager PGC

Thanks Maa, this was just the hint I needed!

I checked the PGCITI / VTS_PGC_1 in VTS_04.0.IFO. And found the Post Command (CallSS_VMGM) which refered to PGC 18 - Cell 1. I tried to replace the existing Pre Command in Video_TS with this one but no luck.

After looking around, I changed the Pre Command in the Video_TS to the equivalent Jump command with PGC number 18. And hey presto!!

Thanks again.