vigi_lante
6th April 2004, 14:21
I would like to know which option in VirtualDub I need to select so I can normalize the audio correctly with a Avisynth script.
For example:
I write these lines in my Avisynth script...
video = AviSource("C:\video.avi")
audio = WavSource("C:\video.avi")
audio = Normalize(audio, 0.95)
return AudioDub(video, audio)
Now, inside VirtualDub, what I need to select on Audio tab ? Considering that I want to do a two pass encode...
On the fist pass...I know that I need to select: Audio -> No Audio
But what I need to select in the second pass ? Considering that I want that Avisynth normalize the sound and VirtualDub to compress it ?
Thanks!
For example:
I write these lines in my Avisynth script...
video = AviSource("C:\video.avi")
audio = WavSource("C:\video.avi")
audio = Normalize(audio, 0.95)
return AudioDub(video, audio)
Now, inside VirtualDub, what I need to select on Audio tab ? Considering that I want to do a two pass encode...
On the fist pass...I know that I need to select: Audio -> No Audio
But what I need to select in the second pass ? Considering that I want that Avisynth normalize the sound and VirtualDub to compress it ?
Thanks!