Originally posted by: dark_jedi
thanks guys for all the help,i have spent hours downloading everything you guys mentioned.here is my script please tell me what i am doing wrong cannot get it to work at all
Import("C:\Program Files\AviSynth2\plugins\limitedsharpen.avsi")
LoadPlugin("C:\Program Files\AviSynth2\plugins\MaskTools\MaskTools.dll")
LoadPlugin("C:\Program Files\AviSynth2\plugins\warpsharp.dll")
AviSource("c:\capture\Hunter\Hunter 1.avi")
LimitedSharpen()
What do you mean by "cannot get it to work at all"? Do you get an error message?thanks guys for all the help,i have spent hours downloading everything you guys mentioned.here is my script please tell me what i am doing wrong cannot get it to work at all
Import("C:\Program Files\AviSynth2\plugins\limitedsharpen.avsi")
LoadPlugin("C:\Program Files\AviSynth2\plugins\MaskTools\MaskTools.dll")
LoadPlugin("C:\Program Files\AviSynth2\plugins\warpsharp.dll")
AviSource("c:\capture\Hunter\Hunter 1.avi")
LimitedSharpen()
Did you install AviSynth 2.5? (The directory naming above implies you installed 2.0)
You don't need the first line; giving a script an avsi extension means that it is automatically imported.