ok so just started getting into amv's and struck a wall i've been following one of the tutorials. i loaded codecs, dvd decryptor, avisynth and vituraldub wrote simple script 3 lines as follows
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\decomb.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
MPEG2Source("kaplar.d2v", cpu=4)
but when i open vdub and go open video file i get this error because i dont script or uknown factors
VirtualDub Error
Avisynth open failure:
Evaluate: System exception - Access Violation
(D:\mofo.avs, line3)
and thats it not being a fluent scriptor i am lost tried installing a few different versions of things googled it but it is proably such a simple mistake but i cant see the wood for the trees. any help would be greatfull
vdub/avisynth access violation
-
- Joined: Sun Jul 27, 2008 5:55 am
- Location: South Australia
- The Origonal Head Hunter
- The Propheteer
- Joined: Sat Jul 16, 2005 12:21 am
- Status: Hooked on a Feeling
- Location: State of Denial
first off, if you downloaded AMVApp, you won't need the LoadPlugin lines. Secondly, are you putting the full file path in the MPEG2Source line? For example, something like this:
Code: Select all
MPEG2Source("F:\Anime\Hellsing\Vol1.d2v")