Hi- For quite some time now I have been using Avisynth to Frameserve my D2V to CCE. Just the other day I performed a Full System Restore on my computer, and haven't been able to get AviSynth to work correctly since. I was using AviSynth v 2.08, and frameserving to CCE SP 2.5. I reinstalled AviSynth 2.08, and saved the following text file (created in notepad) as "AddAudio.avsi" in my "plugins" folder:

function AddAudio(clip v1) {
v2 = Blankclip()
v1 = AudioDub(v1,v2)
return v1
}

Then, as usual, I would place the "AddAudio()" command at the end of my script. When I try this now I get an "unknown command" error in Windows media. I'm guessing I did something different with the "AddAudio.avsi" text, but can't seem to figure out what. For now I have installed AviSynth v 2.07, and am using the "ResampleAudio(44100)" line.

Any help would be greatly appreciated!