When I capture video with my capture card to MPEG-2, it saves the audio as MPEG Layer-2 384kb/s CBR stereo audio in the MPG. I index the MPG and demux the audio streams. I then open an AviSynth script for the D2V in VirtualDubMod, find the part I want cut out, and select it. I then add in the MPA audio stream. I then save into an AVI with ffdshow's HuffYUV codec, and the same audio stream. Now I'm making a montage, and I'm adding in all the clips. The editor I'm using doesn't support the audio in the AVI, so I use VirtualDubMod to demux the audio back out of each clip.The problem is, when I add the video clip and audio clip into Vegas, the audio is 1 second (approx.) smaller. My theory is that this is from the 144ms "delay" in the DGIndex demuxed original audio. So what can I do? Should I add 144ms of silence to the beginning of the audio clips, or the end? I'm a little confused as to what DGIndex means by "delay". :thanks: