Hi, I have a mp4 file that I'm trying to convert to xvid. I tried following both user guides in this thread but I'm stumped on the audio part of it:

https://forum.videohelp.com/topic232659.html


I tried that first tutorial created by firewalker but the .wav file that TMPEG produced has no sound at all, so obviously the resulting file when merged with virtualdub had no sound either.

So next, I tried the tutorial that stavr0 posted in that same thread. And now I have the extracted video file and a .aac file to process/merge with virtualdub. I'm stuck at the part with the script b/c the script that I was posted by stavr is not valid with v-dub for some reason. I made the merge.avs file with avsP:

(I subbed in my own files, obviously)
Code:
v=AVISource("1x21-Xmas Special(iPod)_track1.avi")
a=DirectShowSource("1x21-Xmas Special(iPod)_track2.aac")
AudioDub(v,a)

So when I choose 'run script' from file menu in vdub I get the following message:



Error during script execution line 1, column 2: Variable 'v' not found

Any ideas? Or is there better/easier way to convert that .aac sound file and have still sync up in vdub?

TIA