logo Sign In

Post #100275

Author
Moth3r
Parent topic
limitedsharpen() with avisynth
Link to post in topic
https://originaltrilogy.com/post/id/100275/action/topic#100275
Date created
8-Apr-2005, 4:06 AM
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?

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.