samisupidupi
13th September 2004, 17:15
hi everyone
i have a vob-file extracted from a dvd with smart ripper. its not an entire dvd, but only one chapter. i demuxed the audio to an .ac3-file with besweet. now i'd like to play the file with the following script:
LoadPlugin("MPEGDecoder.dll")
LoadPlugin("ac3source.dll")
video = MPEGSource("amovie.vob")
return AC3source(video, "amovie.ac3")
It works okay, but the audio is about 10 seconds delayed, during the whole video. the strange thing is, that audio seems to start at the same time like the video, but already the first words afer a few seconds are much too late...
when i demux the audio to a wav-file, the problem stays the same. however, the length of the soundfile is told by the media player to have the exact same length.
i think the problem might be caused by the following: i'm working on a pal-system here, and the dvd i ripped was from america (so ntsc?). i tried the option ntsc->pal in besweet, but that only makes it worse!
i did the whole extracting-and-playing-with-an-avs also with a pal-dvd, but there it works fine! also, if i play the above vob-file directly with, say, powerdvd, there's no delay at all!
does anyone have an idea how to fix that?
the problem is, that i have a few hundred of these vob-files, so a solution is better if i can automatize it ;-)
thanks a LOT for your answers.
i have a vob-file extracted from a dvd with smart ripper. its not an entire dvd, but only one chapter. i demuxed the audio to an .ac3-file with besweet. now i'd like to play the file with the following script:
LoadPlugin("MPEGDecoder.dll")
LoadPlugin("ac3source.dll")
video = MPEGSource("amovie.vob")
return AC3source(video, "amovie.ac3")
It works okay, but the audio is about 10 seconds delayed, during the whole video. the strange thing is, that audio seems to start at the same time like the video, but already the first words afer a few seconds are much too late...
when i demux the audio to a wav-file, the problem stays the same. however, the length of the soundfile is told by the media player to have the exact same length.
i think the problem might be caused by the following: i'm working on a pal-system here, and the dvd i ripped was from america (so ntsc?). i tried the option ntsc->pal in besweet, but that only makes it worse!
i did the whole extracting-and-playing-with-an-avs also with a pal-dvd, but there it works fine! also, if i play the above vob-file directly with, say, powerdvd, there's no delay at all!
does anyone have an idea how to fix that?
the problem is, that i have a few hundred of these vob-files, so a solution is better if i can automatize it ;-)
thanks a LOT for your answers.