Starduster
26th August 2010, 22:37
I have a .flv with audio and video. However, when I run the following .avs, the audio and video are out of synch.
DirectShowSource(MOB.flv", fps = 29.97, convertfps = True)
ConvertToRGB32().Spline36Resize(640,480)
I tried adding EnsureVBRMP3Sync() but that didn't seem to do much.
What's a way to synch the audio and video?
DirectShowSource(MOB.flv", fps = 29.97, convertfps = True)
ConvertToRGB32().Spline36Resize(640,480)
I tried adding EnsureVBRMP3Sync() but that didn't seem to do much.
What's a way to synch the audio and video?