Question about audio sync

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
sunwukong86
Joined: Mon Oct 08, 2007 10:24 am
Org Profile

Question about audio sync

Post by sunwukong86 » Tue Feb 19, 2008 2:55 pm

So after I do my script and load it with VDUB, how do I get the audio in sync with the video. I loaded the stream and rendered the video but it was terribly out of sync.

Am I doing something wrong when I load the stream list? (I think that's what it's called.)
Formerly ANBU_Itaichi1986

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Tue Feb 19, 2008 5:48 pm

if your script is changing the framerate (if you have any lines like decimate() or assumefps() or convertfps() ) then you'll have to change the "framerate" of the audio as well.
BeSweet can do that

if you're not changing the framerate in your script, try playing with the audio offset (should be one of the options in the streams list...may have to right click to get that option)
Image
Image

User avatar
sunwukong86
Joined: Mon Oct 08, 2007 10:24 am
Org Profile

Post by sunwukong86 » Wed Feb 20, 2008 5:41 pm

I didnt change the framerate at all

Im loading the audio from the avs project file into the stream list. could that be my problem?
Formerly ANBU_Itaichi1986

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Wed Feb 20, 2008 9:54 pm

no idea, try demuxing and adding the audio as a separate stream (rather than through the script)
Image
Image

Locked

Return to “AviSynth Help”