Log in

View Full Version : SeeSaw plugin loading problem


victor_maxx
28th April 2009, 14:14
Hello all ...

i m trying to use SeeSaw plugin , but i m getting error ..

here's the script i m using :


AVISource("C:\Stardust.avi")
Import("L:\Softwares\AviSynth DLL Plugins\SeeSaw.avs")


LoadPlugin("L:\Softwares\AviSynth DLL Plugins\mt_masktools-26.dll")
LoadPlugin("L:\Softwares\AviSynth DLL Plugins\VagueDenoiser.dll")
LoadPlugin("L:\Softwares\AviSynth DLL Plugins\degrainmedian.dll")


widthResized = 640
heightResized = 480
superSampling = 4
pixieDustLimit = 2

Undot()

addBorders(0, 64,0,0)
Lanczos4Resize(widthResized,heightResized)


a = last
b=a.DeGrainMedian(mode=2).VagueDenoiser(threshold=0.8, method=1, nsteps=6, chromaT=0.8)
SeeSaw(a,b, NRlimit=6, NRlimit2=7, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)



and here's the error its giving :

http://i670.photobucket.com/albums/vv65/tybom123/scripterror1.jpg


i have loaded the plugins properly i guess ! ...

so can anybody please help with what needs to corrected ?? thanks in advance ! ...


sorry if wrong section !

Didée
28th April 2009, 14:55
mt_masktools-26.dll is for Avisynth v2.6, which I bet you are not using.

Surely you're using Avisynth v2.5.x, hence you have to load "mt_masktools-25.dll". It's located in the same package.

victor_maxx
28th April 2009, 17:05
ok .. that was wrong :) ... but now i have changed it to mt_masktools-25.dll and still no change ! ... still i m getting the same error ...

thanks for replying !

Didée
28th April 2009, 17:25
Check which Avisynth version you're actually using. IIRC, masktools do not work with Avisynth versions older than v2.5.6. It is recommended to use the most recent version of Avisynth, v2.5.8.

victor_maxx
28th April 2009, 17:38
yes ... u r right , i guess as usual :) ....

i just downloaded latest stable release and tried again ... it asked for RemoveGrain.dll and Repair.dll filters ... and now its working !!! ...

thanks a lot !! ...