View Full Version : 2 Titles on DVD (different VTS, no menu) - Only title 1 plays
Amnon82
5th October 2006, 02:27
I used k9copy (a linux tool) to backup a dvd. Title 1 is the trailer, title 2 the movie.
When I play the dvd title 1 plays. When it finished it stops. Only when I push the next-button during play of title 1 I can skip to title 2. What did I wrong?
IFO Edit works with wine, so no problem. Can somebody point me to the right direction?
blutach
5th October 2006, 07:44
Amnon82 - please read this (http://forum.doom9.org/showthread.php?t=50765). Unfortunately, doom9 does not permit us to post IFOs of commercial DVDs, so perhaps you could remove the link. Thanks.
However, after title 1 plays, you will need to ensure the DVD navigates to the video manager and then jump to title 2. If title 2 is in the same VTS, you can simply pop a command in there that says, Jump to TTN 2 in this VTS. In any event, PgcEdit (http://www.videohelp.com/~r0lZ/pgcedit/index.html) is the tool of choice for this - you can trace the nav thru.
Regards
Amnon82
5th October 2006, 11:47
Hmm. It's not in the same VTS. I removed the link. Sorry. I'll check PGCEdit.
http://img81.imageshack.us/img81/3176/pgceditiq0.th.png (http://img81.imageshack.us/my.php?image=pgceditiq0.png)
Thats the screenshot of PGCEdit in Ubuntu 6·06. The two titles are in differnt VTS. Any way to play the first and then the second title after the first ends? Write me a PM if you still need the IFOs.
blutach
5th October 2006, 12:53
In the post commands of title 1, you need the following:
[71 00 00 01 00 02 00 00] 1 Set gprm(1) =(mov) 2
[30 08 00 01 01 C0 00 00] 2 (CallSS) Call the VMGM PGC 1, resume cell 1
Note: Precommand 2 in VMGM, 1 is illegal. SetSTN is not legal in VMGM. Whatever package authored this DVD is poor. You need to delete that line (it is pink for a reason). Probably deleting that line will cure your problems.
Note 2: Make sure gprm(0) is non-zero before the jump to the VMGM, 1. This can be seen with a trace. If is is zero, insert an additional command prior to post command 1, setting gprm (0) to anything but 0.
Regards
Amnon82
6th October 2006, 23:37
Seems I don't get it. Here is the actual tryout:
VGM , First-Play: pre commands: 1 (jumpss) jump to VMGM Title menu
VMGM , LU 1 (en) , 1/2 (dummy) TitleM (by 2):
1 Set gprm(1) = (mov) 5
2 if (gprm(0) > gprm(1) ) then {(jumpTT) jump to title 2
3 if (gprm(0) < gprm(1) ) then {(jumpTT) jump to title 1
post commands:
1 Exit
VTSM 1 , LU 1 (en) , 1 (dumy)
pre commands: 1 set gprm(0) = mov 12
post commands: 1 (CallSS) call the VMGM Title menu, resume cell 1
VTSM 2 , LU 1 (en) , 1 (dumy)
pre commands: 1 set gprm(0) = mov 2
post commands: 1 (CallSS) call the VMGM Title menu, resume cell 1
I know I have to jump back into the TitleM to start track 2, but still don't work. Still stops after Track 1. Skipping Track 1 won't work also not.
blutach
7th October 2006, 09:35
You need to do exactly as I said in the previous post. In title 1, you need commands to take you back to VMGM 1.
Regards
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.