PDA

View Full Version : Access Violation Error with Avisynth 2.07 and CCE 2.5


hoops10
8th April 2003, 03:06
I have just recently started to have problems with CCE 2.5 and Avisynth 2.07. I am using the Robshot method and on the 1st pass, toward the end of the movie, I get the "Avisynth caught an access violation error." Any idea what this is and how to fix it? Thanks. I am using a very simple script:

LoadPlugin("c:\winnt\system32\mpeg2dec3.dll")
mpeg2source("d:\movie\cce\movie.d2v")
ResampleAudio(44100)

Any help would be greatly appreciated. Thanks.

neuron2
8th April 2003, 03:43
I don't think you can use mpeg2dec3 with Avisynth 2.07.

Try mpeg2dec or switch to Avisynth 2.5.

hoops10
8th April 2003, 14:52
So if I download the newest mpeg2dec.dll from here and use it with Avisynth 2.07, I should be fine? If not, do I have any other options?

DDogg
8th April 2003, 16:01
For Avisynth 2.07 you would have to use the older version of mpeg2dec3.dll found at the top of this thread:

http://forum.doom9.org/showthread.php?s=&threadid=44308

I tested it very briefly with Avisynth 2.07 and CCE 2.50 and it seems to work ok.