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 !
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 !