X-Nemesis
27th January 2003, 02:06
Here's the error I get when trying to grab the RC averaging period in divx5enc using Convolution3DYV12.dll ,Avisynth 2.5 and virtualdubmod renamed virtualdub
AviSynth open error: Script error: there is no function names "Convolution3d" "G:\Movie Rips\FOTR Disc2\FOTR cd2.avs, line 15)
Here is my avs script:
LoadPlugin("g:\PROGRA~1\GORDIA~1\mpeg2dec3.dll")
#LoadPlugin("g:\PROGRA~1\GORDIA~1\decomb.dll")
#LoadPlugin("g:\PROGRA~1\GORDIA~1\Convolution3DYV12.dll")
#LoadPlugin("g:\PROGRA~1\GORDIA~1\IVTC.dll")
#LoadPlugin("g:\PROGRA~1\GORDIA~1\Avisynth_Spatial.dll")
#LoadPlugin("g:\PROGRA~1\GORDIA~1\GreedyHMA.dll")
#LoadPlugin("g:\PROGRA~1\GORDIA~1\TomsMoComp.dll")
#LoadPlugin("C:\WINDOWS\System32\vobsub.dll")
#LoadPlugin("g:\PROGRA~1\GORDIA~1\SimpleResize.dll")
# SOURCE
mpeg2source("G:\Movie Rips\FOTR Disc2\FOTR cd2.d2v")
# CROPPING
crop(0,58,718,360)
# 3d Convolution
Convolution3d (preset="movieHQ")
# RESIZING
LanczosResize(704,288)
I read in another thread that it's good to put c3d before Lanczos.
What am I doing wrong here?
AviSynth open error: Script error: there is no function names "Convolution3d" "G:\Movie Rips\FOTR Disc2\FOTR cd2.avs, line 15)
Here is my avs script:
LoadPlugin("g:\PROGRA~1\GORDIA~1\mpeg2dec3.dll")
#LoadPlugin("g:\PROGRA~1\GORDIA~1\decomb.dll")
#LoadPlugin("g:\PROGRA~1\GORDIA~1\Convolution3DYV12.dll")
#LoadPlugin("g:\PROGRA~1\GORDIA~1\IVTC.dll")
#LoadPlugin("g:\PROGRA~1\GORDIA~1\Avisynth_Spatial.dll")
#LoadPlugin("g:\PROGRA~1\GORDIA~1\GreedyHMA.dll")
#LoadPlugin("g:\PROGRA~1\GORDIA~1\TomsMoComp.dll")
#LoadPlugin("C:\WINDOWS\System32\vobsub.dll")
#LoadPlugin("g:\PROGRA~1\GORDIA~1\SimpleResize.dll")
# SOURCE
mpeg2source("G:\Movie Rips\FOTR Disc2\FOTR cd2.d2v")
# CROPPING
crop(0,58,718,360)
# 3d Convolution
Convolution3d (preset="movieHQ")
# RESIZING
LanczosResize(704,288)
I read in another thread that it's good to put c3d before Lanczos.
What am I doing wrong here?