PDA

View Full Version : CCE closes after Script file is added


dannyv
18th April 2003, 19:51
Greetings,

When I right click and add a script CCE closes.

I set up a script file for CCE as follows:

LoadPlugin("C:winnt\system\mpeg2dec.dll")
mpeg2source("D:\movie\movie.d2v")
ResampleAudio(44100)

The plug in mpeg2dec.dll is in the correct place and the path to the movie is fine.

I'm using avisyth 2.07 and cce sp2 v2.50

I have this same set up on another machine with the same hardware configuration and it works fine.

Please help

dannyv
25th April 2003, 16:06
Originally posted by dannyv
Greetings,

When I right click and add a script CCE closes.

Please help

Follow up

The Data in the d2v file was bad. I re-did the dvd2avi and it worked fine.

Doggiedaddy
25th April 2003, 19:23
I was subscribed to this thread because I had a similar problem. Come to find out I changed Audio line and fixed the problem. I would guess it also depends on the source and process too.

Dd
ResampleAudio(44000) [Crashed]
ResampleAudio(44100) [Crashed]
ResampleAudio() [Crashed]
KillAudio() [Crashed]

ResampleAudio(48000) [fixed]
PS: I was not processing audio just needed line to run 2.50. Worked fine without any reference to audio in 2.66.

dannyv
25th April 2003, 19:39
Originally posted by Doggiedaddy
I was subscribed to this thread because I had a similar problem. Come to find out I changed Audio line and fixed the problem. I would guess it also depends on the source and process too.

Dd
ResampleAudio(44000) [Crashed]
ResampleAudio(44100) [Crashed]
ResampleAudio() [Crashed]
KillAudio() [Crashed]

ResampleAudio(48000) [fixed]
PS: I was not processing audio just needed line to run 2.50. Worked fine without any reference to audio in 2.66.

Funny thing now CCE starts to compile and about 5 minutes into it CCE closes with no error. Anyone have any ideas.

Ive reinstalled win2000 with just the basic installation. tested the memory with memtest86 and it tested good. Tried running in win nt sp5 compatability mode. I'm using a very simple script as follows

LoadPlugin("C:winnt\system\mpeg2dec.dll")
mpeg2source("D:\movie\movie.d2v")
ResampleAudio(44100)

I'm using avisyth 2.07 and cce sp2 v2.50
the latest dvd2avi (I think its v1.76)and latest dvd decryptor.

Please see my signature at the bottom for HD configuration.

Please help.

dannyv
1st May 2003, 23:00
Follow up,

Found that the CPU was over heating when doing the CCE process. Turned up the fan speed on the volcano 9 heat sink and the problem went away.