Blue_MiSfit
24th December 2004, 09:23
Here's my script:
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\dgdecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\UnDot.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\VagueDenoiser.dll")
mpeg2source("H:\Maria Full of Grace\Maria.d2v")
crop(0,0,718,476)
LanczosResize(720,400)
VagueDenoiser(threshold=0.75,wavelet=7,method=1,nsteps=6)
SelectRangeEvery(280,14)
I drop the avs in vdub and i get the "unable to load" error for vaguedenoiser.dll...
It is in the correct folder... it is typed correctly... and this happens with removedirt.dll too.
Am I totally missing something here??
~misfit
there is no warpsharp.dll in my avisynth plugins folder btw... I have heard of all sorts of problems occuring with that plugin in the directory
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\dgdecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\UnDot.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\VagueDenoiser.dll")
mpeg2source("H:\Maria Full of Grace\Maria.d2v")
crop(0,0,718,476)
LanczosResize(720,400)
VagueDenoiser(threshold=0.75,wavelet=7,method=1,nsteps=6)
SelectRangeEvery(280,14)
I drop the avs in vdub and i get the "unable to load" error for vaguedenoiser.dll...
It is in the correct folder... it is typed correctly... and this happens with removedirt.dll too.
Am I totally missing something here??
~misfit
there is no warpsharp.dll in my avisynth plugins folder btw... I have heard of all sorts of problems occuring with that plugin in the directory