Here's my avs script:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mpeg2dec.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\decomb.dll")
mpeg2source("C:\Documents and Settings\thomas\Desktop\newproject\project.d2v")
telecide(post=false)
decimate(cycle=5)
BicubicResize(512,384,0,1)
I have installed AVISynth 2.5, yet every time I try to open my avs files in either VirtualDub or Nandub I get "AVISynth open failure C:\Program Files\AviSynth 2.5\plugins\mpeg2dec.dll is not a AVISynth 2.5 plugin" ...
I;m totally baffled? 2.5 is the lastest verison of AVIsynth isn't it?
thomas
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mpeg2dec.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\decomb.dll")
mpeg2source("C:\Documents and Settings\thomas\Desktop\newproject\project.d2v")
telecide(post=false)
decimate(cycle=5)
BicubicResize(512,384,0,1)
I have installed AVISynth 2.5, yet every time I try to open my avs files in either VirtualDub or Nandub I get "AVISynth open failure C:\Program Files\AviSynth 2.5\plugins\mpeg2dec.dll is not a AVISynth 2.5 plugin" ...
I;m totally baffled? 2.5 is the lastest verison of AVIsynth isn't it?
thomas
Comment