Log in

View Full Version : Avisynth/VirtualdubMod error..?


X-Nemesis
16th January 2003, 05:15
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?

Guest
16th January 2003, 05:38
Looks like you are not actually using Avisynth 2.5. Check that you have only one copy of avisynth.dll on your system and that it is the 2.5 version.

sh0dan
16th January 2003, 14:09
Another note: You do not need lanczos3.dll - the resize you are using is built into AviSynth - both version 2.0.5+ and 2.5.x

X-Nemesis
16th January 2003, 22:13
I found a copy of avisynth.dll in my windows\system32 folder but I don't know what version it is. I did install version 2.07 so I'm not sure why it's giving me that message about it not being an avisynth 1.0 plugin??? Does the plugin have to be compatible with avisynth vs 2.07 or 2.5?

Thanks for the tip on the lanczos plugin...I'll remove that promptly.

sh0dan
17th January 2003, 08:57
Yes - you have to go to Donalds page and download decomb for AviSynth 2.0 instead.

Belgabor
17th January 2003, 19:43
in the newer versions of vdubmod you can go to the Script Editor and use Help -> AviSynth Information to see which version is used. (neat, isn't it? :p)

sh0dan
17th January 2003, 19:50
Great feature - thanks!

cult
18th January 2003, 18:14
though I have installed the build of 10,it keeps reporting that it is 7 november...

sh0dan
18th January 2003, 18:16
On alpha releases, the date isn't updated.

cult
18th January 2003, 20:55
that clear things up.:D