Hey, I'm currently in the process of making my first AMV. I didn't get every far before I hit a bump, lol
I'm following the guide for working with DVD footage. I downloaded all of the software and plugins, ripped my DVD footage and used DGIndex to save it as .d2v.
I then started to make the script for AVISynth, and that's where I had the problems. After writing the script, I get an error when trying to open the video through VirtualDub. My script looks like this
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb521.dll")
MPEG2Source("C:\My Movies\Animatrix\osiris.d2v")
I get this error:
Avisynth open failure:
MPEG2Source: couldn't open file
(C:\full path of script.avs, line 3)
I'm a n00b when it comes to this stuff, so excuse me if it's a simple problem, or if this has been covered before



