Log in

View Full Version : CCE crashes with avisynth


HELLFISH
28th January 2003, 09:29
No matter what I try, the CCE 2.50.1 crashes when I try to frameserve with avisynth and mpeg2dec.dll. It will work fine when encoding DV video .avi files.

I have a multi-angle movie. I ripped the angle (version) of the film I wished to a .m2v and .ac3 file.

I loaded the file in DVD2AVI. Saved as a .d2v project file. Created my .avs file

LoadPlugin("C:\DVD\AviSynth2\mpeg2dec.dll")
mpeg2source("e:\rip\spykids.d2v")
ResampleAudio(44100)

But when I add this .avs file to CCE 2.50.1 (trial version), it thinks for about 10 seconds and then "problems with this program and windows must close it. We are sorry... blah blah".

WindowsXP SP1
PIII 1.4GHz
ASUS TUSL2 MB

help?

markrb
29th January 2003, 06:00
try playing the avs file in Windows media player. If it works then the problem is with CCE. If it doesn't then the problem is with avisynth.

Try this and see if it works playing in media player.
Make an avs file and put these two lines in it only.

LoadPlugin("C:\DVD\AviSynth2\mpeg2dec.dll")
Version

If you see letters saying what version of avisynth you have installed it is installed correctly. If you don't make sure that avisynth.dll is in your system32 directory.


Mark

HELLFISH
2nd February 2003, 07:40
Thanks for informations. The windows media player does indeed show the version number (2.07) of avisynth.

I'm using the trial version (unaltered) of CCE.

Anything I may try?