VirtualdubMOD error..help???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • X-Nemesis
    Junior Member
    Junior Member
    • Jan 2003
    • 1

    VirtualdubMOD error..help???

    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?

  • khp
    The Other
    • Nov 2001
    • 2161

    #2
    Looks like you are trying to load an avisynth v2 plugin on a system that only has avisynth v1 installed.

    Reinstall AviSynth v2 or load plugins for avisynth v1.

    You might also want to try going back to a regular version of virtualdub, just to rule out that's it's not the one causing trouble.
    Donate your idle CPU time for something usefull.
    http://folding.stanford.edu/

    Comment

    Working...