View Full Version : Frame size 792x56 Not Supp Err in CCE


encod3r
25th March 2003, 10:52
On a few DVD's I have tried to convert when it gets to the CCE step and tries to start encoding I get a few errors like:

"Frame size 792x56 is not supported..." then I hit ok or whatever button and I get another with something like: "Frame size 896x56 ..."

After I hit OK or cancel or whatever a couple times it ends up not doing anything, which isn't surprising with an error like that.

I'm using Avisynth 2.07 I believe with CCE2.5, and this has happened at least twice with 2 different DVD's..never got around the error. Btw, divx encoded fine, so I guess problem is beyond the IFO file or DVD2AVI steps and I don't see anything wrong with the AVS files it's using, seem pretty typical to me. Could be the ECL thing?

/edit/
FYI: I searched the forums but just found info on bad divx->svcd conversions and something about a duped loadplugin line, rest are unanswered threads..

More info:
Always NTSC DVD's
Has happened on a 4:3 and a 16:9
Does NOT always happen, maybe 1 in 4 times or less
/edit/

Abond
25th March 2003, 15:26
Well, the situation is:
AviSynth detecs an error (probably in the script?) and instead of a movie frame outputs an error message which has XXXx56 dimensions. CCE doesn't know it is an error message trying to accept it like a movie frame and outputs another error message "Frame size XXXx56...". Find the error from AviSynth - then you will get around CCE error. That's it.

bb
26th March 2003, 09:04
http://forum.doom9.org/showthread.php?s=&threadid=44789

bb

DDogg
26th March 2003, 09:54
The fastest way to check when/if you are getting these errors is before you start the encode in dvd2svcd, always do a preview (conversion tab > Go button > Preview video). Like Abond said, you will probably see a red on black error line instead of a real preview.

zedstrange
7th May 2003, 11:58
Originally posted by encod3r
"Frame size 792x56 is not supported..."

Did any of the responses to your question solve the problem?

I am having the same issue.

zedstrange
7th May 2003, 12:43
I dont normally reply to my own posts but this time i know the answer :-)

Problem was the AVISYSNTH script file included info like this
BicubicResize(480,576,^b_value,^c_value)
AddBorders(0,0,0,^B

not sure whether that is the cause of the problem or the result.

even though i checked all my settings 100 times i couldnt see anything wrong. instead i used Load Settings option to restore from the Last DVD2SVCD.ini file that worked and tested again and the problem is gone.

i checked the settings again and I still cant see the difference but i guess it had to be some little thing, that i obviously configured when i initially set it up.

Holomatrix
7th May 2003, 18:12
Check your script. As in zedstrange's script if your ^-links are missing or not addressed properly then the script will fail. Also the ')' (end bracket) that zedstrange's script is missing will cause the script/cce to give these wierd messages.
Good luck