This is what I get...
VirtualDub Error
Avisynth open failure:
LoadPlugin: unable to load "c:\program files\avisynth2\plugins\decomb.dll" is not an Avisynth 1.0 plugin
(G:\FOTR cd2.avis, line 2)
(G:\FOTR cd2--default2.avs, line 2)
and here is what my avs script looks like...I got a feeling this is totally screwed up...I'm brand new to this stuff.
LoadPlugin("c:\program files\avisynth2\plugins\MPEG2Dec3_094.dll")
LoadPlugin("c:\program files\avisynth2\plugins\decomb.dll")
LoadPlugin("c:\program files\avisynth2\plugins\lanczos3.dll")
LoadPlugin("c:\program files\avisynth2\plugins\Convolution3D.dll")
mpeg2source("g:\movie rips\fotr disc2\FOTR cd2.d2v")
Telecide()
Decimate(cycle=5)
Convolution3d (preset="movieHQ")
Crop(0,60,720,360)
lanczosresize(640,256)
Can anyone give me a hand with this?
VirtualDub Error
Avisynth open failure:
LoadPlugin: unable to load "c:\program files\avisynth2\plugins\decomb.dll" is not an Avisynth 1.0 plugin
(G:\FOTR cd2.avis, line 2)
(G:\FOTR cd2--default2.avs, line 2)
and here is what my avs script looks like...I got a feeling this is totally screwed up...I'm brand new to this stuff.
LoadPlugin("c:\program files\avisynth2\plugins\MPEG2Dec3_094.dll")
LoadPlugin("c:\program files\avisynth2\plugins\decomb.dll")
LoadPlugin("c:\program files\avisynth2\plugins\lanczos3.dll")
LoadPlugin("c:\program files\avisynth2\plugins\Convolution3D.dll")
mpeg2source("g:\movie rips\fotr disc2\FOTR cd2.d2v")
Telecide()
Decimate(cycle=5)
Convolution3d (preset="movieHQ")
Crop(0,60,720,360)
lanczosresize(640,256)
Can anyone give me a hand with this?
Comment