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!
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Avisynth manual IVTC trouble
By LoopinFool in forum RestorationReplies: 27Last Post: 16th Apr 2020, 13:42 -
New AVISynth UI
By tin2tin in forum Latest Video NewsReplies: 23Last Post: 19th Jan 2012, 01:53 -
Trouble Editing/Trouble Base Media?
By SlickPen in forum EditingReplies: 0Last Post: 20th Mar 2011, 19:53 -
Trouble with .mkv and VirtualDub using AVISynth
By Jonnycat in forum Video ConversionReplies: 3Last Post: 6th Apr 2010, 16:43 -
Using avisynth
By bsuska in forum Video ConversionReplies: 8Last Post: 16th Jul 2009, 08:32