Log in

View Full Version : Avisynth open failure: Script error


FlaShow
12th August 2010, 20:18
Hello,




I'm trying to open splanet.avs on VirtualDub 1.9.9 but it is display error massage:

Avisynth open failure:
Script error: there is no function named "AwarpSharp2"
(C:\Users\FlaShow\Desktop\splanet.avs, line 2)

The script is this:

AVISource("splanet.avi")
AwarpSharp2(depth=5)
Toon(strength=0.7)
DFTTest()
LSFMod(strength=50)


What should i do to make this script work ?


Cheers

board123
12th August 2010, 22:04
Script error: there is no function named "AwarpSharp2"
Well...does that function name actually exist given your collection of plugins?

FlaShow
12th August 2010, 22:10
Yes, this plugin is in my plugin direction of Avisynth program... !

board123
13th August 2010, 21:26
Yes, but is the function call actually named "awarpsharp2"? Is that what the documentation says? I used to have one of the awarpsharp2 variants but not anymore.