Log in

View Full Version : Frame Size not supported error message


Fugdefino
20th December 2002, 21:01
When I try to convert an avi file to SVCD, the program stops once CCE is launched, due to the following message in CCE: "Frame size 900X56 is not supported. Supported frame size is up to 720X576".


Any idea what the problem is?

Bikertrash
22nd December 2002, 00:48
Well, Fugdefino, for starters, the mods are gonna tell you to use the search button, becuz this has been addressed before. So, search this term "frame and size and not and supported", and I'll wager that you may find some answers.

I ran into this problem with avi conversions, and the answer for me was to manually edit the AviSynth script, as shown in this thread, http://forum.doom9.org/showthread.php?s=&threadid=21859, Q62.

Frankly, I find that converting DivX or Xvid to SVCD with DVD2SVCD kind of a pain in the ass. It still seems buggy, and I was never satisfied with the results. So, I reverted to my old way, which was manually converting with Virtual Dub, TMPGEnc, and VCD Easy.

Hope this helps!!!

GrZ - BikertrasH:D

svcd_neophyte
6th January 2003, 01:04
I have the same problem with frame size. I tried Q62 with no luck, i did search doom's forum for all possible ansers but no luck too. Is there a way to change the framesize manually from 900X56 to.720X576?.

Can someone please help me?

da franksta
9th January 2003, 07:17
there was an error message in avisynth. the error messages are typically 56 pixels high, therefor generating a ...x56 picture. this picture is not converted by cce, because it doesn't support the size.

so, the problem is NOT cce not supporting framesize. the problem lies withing the avisynth script. try to play the script in wmp and you'll see what i mean.

:)