linyx
15th November 2008, 04:37
I have ripped Star Wars The Clone Wars (NTSC Region 1), the new animated one, with the entire disc with the following:
1) DVDFab
2) DVDDecrypter + AnyDVD
3) DVDShrink + AnyDVD
4) AnyDVD's ripper
After i demux the audio and video with PgcDemux, they become out of sync. PgcDemux says there is a -9ms delay, but there actually is a far larger delay (don't know how big, cuz i can't get it back in sync:p). I also have tried demuxing with dgindex, but to no avail. To test if they are back in sync, i have been using this AviSynth script:
a=DirectShowSource("VideoFile.m2v")
b=DirectShowSource("AudioFile_80.ac3")
AudioDub(a,b)
My question is A) how do i find what the delay actually is, B) what am i doing wrong that is screwing up the audio, or C) does this disc have some new variant of copy protection that is messing it up (i know for sure that it has something other than CSS). Any help is very appreciated. Thanks in Advance!
1) DVDFab
2) DVDDecrypter + AnyDVD
3) DVDShrink + AnyDVD
4) AnyDVD's ripper
After i demux the audio and video with PgcDemux, they become out of sync. PgcDemux says there is a -9ms delay, but there actually is a far larger delay (don't know how big, cuz i can't get it back in sync:p). I also have tried demuxing with dgindex, but to no avail. To test if they are back in sync, i have been using this AviSynth script:
a=DirectShowSource("VideoFile.m2v")
b=DirectShowSource("AudioFile_80.ac3")
AudioDub(a,b)
My question is A) how do i find what the delay actually is, B) what am i doing wrong that is screwing up the audio, or C) does this disc have some new variant of copy protection that is messing it up (i know for sure that it has something other than CSS). Any help is very appreciated. Thanks in Advance!