Code: Select all
Avisynth open failure:
Avisynth: script open failed!
I've tried uninstalling VirtualDubMod, and AVISynth. I've also tried upgrading AVISynth from 2.5.5 to 2.5.6 and VirtualDubMod to 1.5.10.2 b2542.
My avs file looks like
Code: Select all
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb521.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Msmooth.dll")
MPEG2Source("C:\Crest Of The Stars\Episode 01.d2v", idct=5, iPP=true)
Telecide(order=0, guide=1)
Decimate(quality=3)
MSmooth(threshold=2, strength=2)