VirtualDubMod Audio Help
- Wind Dragon
- Joined: Sun Feb 20, 2005 7:23 pm
VirtualDubMod Audio Help
How do I get VirtualDub to include audio when converting to .avi? I used avisynth to decode my audio to wav, and it works as a separate file. I know hardly anything about using script in virtualdub, but I tried adding a wavsource("file path") line and it still doesn't work. Can anyone help?
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
Re: VirtualDubMod Audio Help
You don't have to add the audio using AVISynth; you can also add it separately under the Audio menu (or Streams menu --> Streams list, if you're using VirtualDubMod 1.5.x.x+).Wind Dragon wrote:How do I get VirtualDub to include audio when converting to .avi? I used avisynth to decode my audio to wav, and it works as a separate file. I know hardly anything about using script in virtualdub, but I tried adding a wavsource("file path") line and it still doesn't work. Can anyone help?
But normally what I do is something like this:
Code: Select all
AVISource("C:\mypath\myvideo_noaudio.avi")
# Lots of postprocessing filters go here
AudioDub(last, WAVSource("C:\mypath\myaudio.wav")
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact: