pixeldotz
14th January 2006, 22:33
I've used this script for over a year now...
LoadPlugin("C:\avisynth\audgraph.dll")
LoadPlugin("C:\avisynth\TomsMoComp.dll")
LoadPlugin("C:\avisynth\undot.dll")
LoadPlugin("C:\avisynth\fluxSmooth.dll")
AVISource("D:\captures\maincap\grim.avi")
ConvertToYV12()
Crop (4,4,0,0)
TomsMoComp(1,5,1)
LanczosResize(512,384)
Undot()
FluxSmooth(3,3)
ConvertToRGB()
#audiograph(last,2)
with no problems whatsoever. not the best script on the planet but it suits my needs. i recently redid my entire pc ( formatted reinstall) and installed avisynth 2.55 (what i had before) now i get this error in vdubmod when trying to load this script
no function named "fluxsmooth"
it's really my fault for not backing up my filters. but what filter uses FluxSmooth?
LoadPlugin("C:\avisynth\audgraph.dll")
LoadPlugin("C:\avisynth\TomsMoComp.dll")
LoadPlugin("C:\avisynth\undot.dll")
LoadPlugin("C:\avisynth\fluxSmooth.dll")
AVISource("D:\captures\maincap\grim.avi")
ConvertToYV12()
Crop (4,4,0,0)
TomsMoComp(1,5,1)
LanczosResize(512,384)
Undot()
FluxSmooth(3,3)
ConvertToRGB()
#audiograph(last,2)
with no problems whatsoever. not the best script on the planet but it suits my needs. i recently redid my entire pc ( formatted reinstall) and installed avisynth 2.55 (what i had before) now i get this error in vdubmod when trying to load this script
no function named "fluxsmooth"
it's really my fault for not backing up my filters. but what filter uses FluxSmooth?