PDA

View Full Version : VOBCopy and AutoGK


mikeym
27th November 2005, 14:23
Hi, I am using AutoGK and I am trying to encode files ripped from my Linux PC using VOB Copy. This has created the following files:

VIDEO_TS.BUP
VIDEO_TS.IFO
VIDEO_TS.VOB - Appears to be Pre-DVD menu clip
VTS_01_0.BUP
VTS_01_0.IFO
VTS_01_0.VOB - The DVD menu
VTS_01_1.VOB - The Start of the Film
VTS_01_2.VOB
VTS_01_3.VOB
VTS_01_4.VOB
VTS_01_5.VOB
VTS_01_6.VOB
VTS_01_7.VOB
VTS_01_8.VOB - The End of the Film

I have also created a file that I have called "VTS_01_0 - Stream Information.txt" that looks like this:


0x80 - Audio - AC3 / 6ch / 48KHZ / DRC / English / LBA: 118 / PTS: 00:00:00.287 / Delay: 0ms
0x82 - Audio - AC3 / 2ch / 48KHZ / DRC / English / LBA: 120 / PTS: 00:00:00.287 / Delay: 0ms
0x83 - Audio - AC3 / 2ch / 48KHZ / DRC / English / LBA: 121 / PTS: 00:00:00.287 / Delay: 0ms
0x89 - Audio - DTS / 6ch / 48KHZ / DRC / English / LBA: 119 / PTS: 00:00:00.287 / Delay: 0ms
0xE0 - video - MPEG-2 / 720x576 (PAL) / 16:9 / Letterboxed / LBA: 1 / PTS: 00:00:00.287 / Delay: 0ms


I based this on the output of vStrip that is as follows:


Video:
MPEG2 720x576 PAL 16:9 letbox
Audio:
0. English (AC3 6ch, 0xBD 0x80) [0]
1. English (DTS 6ch, 0xBD 0x89) [0]
2. English (AC3 2ch, 0xBD 0x82) [0]
3. English (AC3 2ch, 0xBD 0x83) [0]
Program Chain(s):
0. Length: 01:56:12:15 in 25 cell(s).
Scanning for stream id's, press control-c to quit...
Saving 0xBF = Private 2 [@LBA 0]
Found VOB-ID: 01/CELL-ID: 01 [@LBA 0]
Saving 0xE0 = Video 0 [PTS 0:00:00.287 @LBA 1]
Width = 720
Height = 576
Aspect-ratio = [3] 16:9 display
Frame-rate = [3] 25 fps
Saving 0xBD = Private 1, sub 0x80 [PTS 0:00:00.287 @LBA 118]
Saving 0xBD = Private 1, sub 0x89 [PTS 0:00:00.287 @LBA 119]
Saving 0xBD = Private 1, sub 0x82 [PTS 0:00:00.287 @LBA 120]
Saving 0xBD = Private 1, sub 0x83 [PTS 0:00:00.287 @LBA 121]
Saving 0xBE = Padding [@LBA 161]
Found VOB-ID: 01/CELL-ID: 02 [@LBA 106237]
Found VOB-ID: 01/CELL-ID: 03 [@LBA 251228]
Found VOB-ID: 01/CELL-ID: 04 [@LBA 382407]
Found VOB-ID: 01/CELL-ID: 05 [@LBA 516117]

Summary:
MPEG Packs = 524086
System headers = 1892
Private 1 packets = 92698, total bytes = 187066952
Sub 0x80 packets = 26152, total bytes = 52824576
Sub 0x82 packets = 11209, total bytes = 22640164
Sub 0x83 packets = 11209, total bytes = 22640164
Sub 0x89 packets = 44128, total bytes = 88962048
Padding packets = 2184, total bytes = 2163928
Private 2 packets = 3784, total bytes = 3780216
Video 0 packets = 429496, total bytes = 867537032


Now when I run AutoGK on this directory I get the resulting AVI file with the DVD menu at the start and the audio is REALY out of sync. I am trying to get the first 2 audio tracks and they both appear to be out by differing amounts. The first has the sound for the DVD menu so is only a couple of seconds out but the second does not so is about 5 minutes out.

How can I fix this problem and encode the file properly?

CWR03
27th November 2005, 14:26
Decrypt the DVD in IFO mode using DVD Decrypter with file splitting set to None, then load only the .VOB file into AutoGK.

mikeym
27th November 2005, 14:34
I can't, I don't have a DVD drive in my windows PC, also it takes hours. I am fairly certain that the Stream Information file's contents are correct. I think AutoGK is only looking for the hex stream addresses anyway. Its more the form that the files take, which ones I should have and what they should be named that I am concerned about, and also how the audio is positioned.