PDA

View Full Version : Limited Sharpen Not Loading


EpheMeroN
16th May 2005, 21:58
I cannot get LimitedSharpen to load correctly. I have all valid paths in my script and have the proper plugins needed. Below is the error I'm getting while trying to load my script into VDub, followed by the actual script:

http://img38.echo.cx/img38/6079/untitled3jm.jpg

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MaskTools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\warpsharp.dll")
Import("C:\Program Files\AviSynth 2.5\plugins\Limited Sharpen.avsi")

Video1 = AVISource("C:\Television\Video\Video.cd1.avi")
Video2 = Trim(AVISource("C:\Television\Video\Video.cd2.avi"),160,0)
AlignedSplice(Video1,Video2)

ColorYUV(Levels="PC->TV")
BlindPP(cpu=4)
LimitedSharpen()
UnDot()
BicubicResize(656,448,0,0.6,0,0,512,384)
AddBorders(24,16,24,16)
FadeIn(10).FadeOut(10)

Pookie
16th May 2005, 22:21
"Required are MaskTools >= v1.5.1 and the WarpSharp.dll package"

http://manao4.free.fr/MaskTools-v1.5.6.zip

Also, don't you need a ConverttoYV12 in there before running limitedsharpen?

EpheMeroN
17th May 2005, 00:16
Thanks Pookie. I switched the version of MaskTools that I had with the one from the link you provided and the script worked! The version of MaskTools that I got before was from the WarpEnterprises collection page so I guess it was outdated there.

Pookie
17th May 2005, 04:05
No prob. Took me a while to get limitedsharpen working on my system as well. Well worth the effort, though :)