falconfighter
23rd April 2004, 10:57
I have an issue with Avisynth and Vdubmod. It looks like something is desyncing the audio. I use this script
LoadPlugin("C:\avisynth plugs\avisynth_c.dll")
MPEG2Source("C:\batchripper\temp\1x02.d2v")
assumetff().bob()
with 0 preroll on audio produced by besweet with this script:
BeSweet.exe -core( -input "C:\batchripper\temp\%2.vob" -output "C:\Batchripper\temp\%2.mp3" -substream 0x80 ) -azid( -c normal -L -3db ) -ota( -fs 48000 -hybridgain ) -lame( --scale 1 -p --alt-preset cbr 128 )
The audio is about 1 second ahead of the video. I think it is Vdubmod, but I'm not sure. This is sorta a cross-platform problem here.
LoadPlugin("C:\avisynth plugs\avisynth_c.dll")
MPEG2Source("C:\batchripper\temp\1x02.d2v")
assumetff().bob()
with 0 preroll on audio produced by besweet with this script:
BeSweet.exe -core( -input "C:\batchripper\temp\%2.vob" -output "C:\Batchripper\temp\%2.mp3" -substream 0x80 ) -azid( -c normal -L -3db ) -ota( -fs 48000 -hybridgain ) -lame( --scale 1 -p --alt-preset cbr 128 )
The audio is about 1 second ahead of the video. I think it is Vdubmod, but I'm not sure. This is sorta a cross-platform problem here.