audio out of sync !

beumont

New member
i have just ripped the audio from an avi file with vdub , and then encoded with tmpgenc , the result was a top conversion but the audio is out of sync the whole way through the movie . can anyone help me please ?????? :mad: :mad:
 
Could also try frameserving with AVISynth, then you can use delayaudio() and timestretch() to change the length or delay of the audio. Also no need to save out a wav that way as the audio is decoded to PCM on the fly.

If however you did want to make use of the wav just disable the audio in the AVI
avisource("whatever.avi",false), frameserve the audio wavsource("whatever.wav") and then dub the two using audiodub().
 
Always best converting your audio to AC3. CM has a guide here.
You could then use 'AC3 Delay Corrector' to either crop or add to your audio, then author with your movie file. If you're authoring with DVD Maestro and your audio is before the video, you can advance the audio forward. There are 1000m/s to one second so you may have to try a few times before you get it right.

M
XXX
 
Top