PDA

View Full Version : DVD to MKV


hhanh00
22nd October 2009, 02:16
I've got an Opera DVD that was shot on video.
DVDIndex shows the following info:

DGIndexProjectFile16
1
C:\DIE_ZAUBERFLOTE\VIDEO_TS\VTS_02_1.VOB

Stream_Type=1
MPEG_Type=2
iDCT_Algorithm=6
YUVRGB_Scale=1
Luminance_Filter=0,0
Clipping=0,0,0,0
Aspect_Ratio=16:9
Picture_Size=720x480
Field_Operation=0
Frame_Rate=29970 (30000/1001)
Location=0,0,0,369d01
...
FINISHED 100.00% VIDEO


When I reencode it with x264 in 29.97 fps, the audio ends up 2 sec longer than the video. I'd like to mux it into a MKV file.
I suppose that using timecodes will solve the sync issue. However, is there a tool that would allow me to get the timecodes from the DVD or VOB?

Thanks

Inspector.Gadget
22nd October 2009, 02:19
Are you sure the audio is actually 2 seconds longer, or is it merely delayed by two seconds? Have you tried making a PGC VOB with PGCDemux run against VTS_02_0.IFO in order to exclude any blank cells in the original VOB sequence?

hhanh00
22nd October 2009, 22:57
There is a 2 sec gap in audio in the middle of the file. EAC3TO was able to correct the AC3 and then everything went fine.
Great program.