Log in

View Full Version : CCE won't load avs file


jazzy
20th June 2002, 01:36
Hi,

I have created an avs file according to Doom's Guide. When I try to load it into CCE SP 2.50, I get the following error:

"According to registry, the type of file specified in AVIFileOpen does not have a handler to process it".

My avs file looks like this:

LoadPlugin("C:\temp\mpeg2dec\MPEG2DEC.dll")
mpeg2source("c:\mummy\disk1\vts_06_1.d2v")
ResampleAudio(44100)

All the files are there.

What's wrong here? VirtualDub can't open it either.

Thanks.

bb
20th June 2002, 07:07
Sounds like you didn't install AviSynth properly. Did you run the .REG file?

bb

jazzy
20th June 2002, 15:17
I didn't install AVISynth at all. Do I need to?

mb1
20th June 2002, 17:31
Yes, of course.

You canīt work with avs (= avisynth textbased scripts) without having the avisynth.dll installed in your system directory (or system32 directory; simply copy it there) and being properly registered (execute reg-file).

jazzy
20th June 2002, 23:11
I tried after installing AVISynth (put the DLL in the system32 folder and merging registry entry). But no luck.
This time I get "The instruction at "0x00000000" referenced memory at "0x00000000". The memory could not be read." from CCE. I know this kind of error means I just have to give up at this point.

Thanks anyway.

jazzy
20th June 2002, 23:21
It works now. There was something wrong with d2v file I created with DVD2AVI. I realized this when TMPG failed to open the d2v file. In the past TMPG never failed to open a d2v file. So I re-created the d2v file and CCE was able to load it.

Thanks.