Log in

View Full Version : Weird error with DVD-RB in CCE ! Please help!


strangelove91
29th January 2005, 20:52
Hi there,

I have both DVD-Rb 0.5 and 0.7, and they're paired with CCE 2.66.

I'm trying to back-up a film, and I keep getting this weird CCE error:

frame size 1116x56 is not supported. Supported frame size is up to 720x576

I haven't touched any CCE settings since last time I used DVD-RB (and that was in November), and it worked perfectly then.

What is wrong here, and what can I do?

Can anyone please help? Thanks!

Tore
29th January 2005, 21:53
Try reinstalling Avisynth.

buzzqw
29th January 2005, 22:33
open avisynth script in mediaplayer classic/virtual dub and watch the error

BHH

bonefish
30th January 2005, 08:37
your problem is because dgdecode.dll is missing or not properly defined in dvd-rb settings. go to setup\decoder and make sure dvd-rb points to DGDECODE.DLL

this error is known, try a search next time

dragongodz
30th January 2005, 12:41
actually this would be a good check for jdobbs to add.

if (frame_size = 1116 x 56)
error("avisynth error);

would stop these types of posts from happening and tell people exactly where the problem is.

jdobbs
30th January 2005, 13:30
Unfortunately that data is only passed between CCE and AVISYNTH. The length also changes depending on the error.

dragongodz
30th January 2005, 13:44
The length also changes depending on the error.
shows how often i get errors doesnt it. ;)
the height is constant though isnt it ?

Unfortunately that data is only passed between CCE and AVISYNTH.
that could be gotten around by DVD-RB opening the avs and getting the height first. if 56 then report the avisynth error.

bit fiddley for a minor thing i know. maybe something for way down the track when you are happy with everything else. :)