Red Raven
12th July 2003, 16:41
Hi
I have 2 avi files with which first i merged the video/Audio using nandub then extracted the audio to wav using aviwav then to ac3 using ac3 machine.Next i loaded the video into CCE using this script..
avisource("LegendsOfTheFall.avi")
BicubicResize(720,326)
AddBorders(0,125,0,125)
ResampleAudio(44100)
The first half of the movie is great,both video & audio are in sync. The second half of the movie is quite the opposite video & audio totally out of sync :confused:
Is there a script i can use which will keep the whole video & audio in sync? if there is such a script can it be loaded into CCE?
Please give an easy to understand example..i'm real new to avisynth and don't have much experience with scripting :)
Thanks
I have 2 avi files with which first i merged the video/Audio using nandub then extracted the audio to wav using aviwav then to ac3 using ac3 machine.Next i loaded the video into CCE using this script..
avisource("LegendsOfTheFall.avi")
BicubicResize(720,326)
AddBorders(0,125,0,125)
ResampleAudio(44100)
The first half of the movie is great,both video & audio are in sync. The second half of the movie is quite the opposite video & audio totally out of sync :confused:
Is there a script i can use which will keep the whole video & audio in sync? if there is such a script can it be loaded into CCE?
Please give an easy to understand example..i'm real new to avisynth and don't have much experience with scripting :)
Thanks