PDA

View Full Version : dgindex demuxed .ac3 out of sync with video


njahnke
20th August 2006, 00:07
not sure if this is my dvd recorder (Panasonic DMR-ES20) or what because i can't seem to find info on this anywhere. basically i recorded a disc on sp speed using the dvd recorder, and it has several so called "titles" or times i pressed stop and then record again later. i don't care about having these as separate files or anything (i'll just use trim() in avisynth scripts later to do that), but the trouble is that the .ac3 file that comes out of dgindex is losing time every time dgindex passes a title break, resulting in a progressively earlier sound track for the .d2v as served through avisynth.

just to reiterate, it's synced for the first title, but after that, it loses maybe a few ms every time, and with 20 titles per disc, that adds up to a lot of desync by the final title.

i tried using vob2mpg to make a .mpg and the audio was synced in that, just no way i know to get it into avisynth without using dgindex (so back to square one there). thanks.

neuron2
20th August 2006, 00:21
Did you get one VOB per title on the DVD?

njahnke
20th August 2006, 00:23
no unfortunately i did not. my dvd recorder seems to want to always write five vobs to the disc, dividing the content evenly between them (precise same number of bytes).

neuron2
20th August 2006, 00:28
Then you're probably getting discontinuous timestamps at each title. DGIndex does not correct for that. Maybe you can fix it with ProjectX or some other application.

Still, 20 titles at a few milliseconds each is only 40 ms, which is not that bad.

njahnke
20th August 2006, 00:33
i'll definitely check out projectx when i get home from work. actually thinking back to what has happened using dgindex on vobs from this recorder before, i think there may actually be an error of -64 ms at every title. so hopefully projectx can help with that, otherwise i'll be ripping the titles one at a time using mplayer on my mac (lame). thanks again for the input.