- Code: Select all
Avisynth open failure:
Avisynth: script open failed!
This isn't a whole lot of help for me. I've searched through the AVISynth FAQ, the VirtualDubMod forum, and this forum. None of them seem to have any solutions that work.
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)
The d2v file was created with DGIndex 1.4.8. Any suggestions on how to fix this would be great.[/code]



