Log in

View Full Version : CCE 2.50 keeps crashing w/Avisynth2.54..


jbenj01
27th March 2004, 18:59
Per CCE FAQ, I've put the following script in the Avisynth Plugin folder (saved as addaudio.avsi):

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

Am I supposed to save as a .txt script or change to "All Files", then save as .avsi?? I've tried both..

than have added the "AddAudio()" line in my Avisynth2.54 script.. but CCE continues to crash.. What am I missing?? My system consists of WinXP Pro, P4 3.0Ghz, Asus mobo w/DDR400 memory...

Please advise. Thanks.

RB
31st March 2004, 21:13
See http://forum.doom9.org/showthread.php?s=&threadid=73223