Log in

View Full Version : Framsize not supported? Problem with avs-scipt in dvd2svcd.


JvD
16th April 2003, 09:08
Since avs and cce are both parts of dvd2svcd Ill post the message here (Pls Mods, do U find this wrong, relocate my thread ;-) I am trying to learn to use own avs-scripts. Until now it has only been problems. I use the option "Edit avs when dvd2avi is done" and have tried a couple of scripts. The error message I get is "Frame size 964*56 is not supportet. Supported framesize is 720*576". WHAT IS THIS! I have been using Moviestacker as a help. I rip just one shoprt chapter just to learn these things without haveing 2 wait 2 long. Is it wrong with the script itself? The latest was as follows:
-----avs-script-----------
LoadPlugin("C:\Program\DVD2SVCD\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("C:\Program\DVD2SVCD\MovieStacker\Filters\TemporalCleanerOld.dll")
LoadPlugin("C:\Program\DVD2SVCD\MovieStacker\Filters\FluxSmooth.dll")
Mpeg2Source("C:\DVD\DVD2AVI_PROJECT_FILE.d2v")
BicubicResize(448, 414, 0, 0.6, 9, 0, 702, 576)
FluxSmooth(temporal_threshold=6, spatial_threshold=6)
TemporalCleaner(ythresh=2, cthresh=3)
AddBorders(16, 81, 16, 81)
-----avs-script-----------
Why do I keep getting these messages? What is wrong? The script? Or is it just me :-( PLS HELP! I woult really love to learn how to control these scrips an make better backups of movies.

Errorsessage:
http://w1.211.telia.com/~u21122673/error.jpg

DDogg
16th April 2003, 13:41
That message usually indicates a script error.

If you will press the save button (bottom of edit window when edit script checkbox is on in the frameserver tab) and then go to your working directory and play the avs script you will probably see a red on black error screen in WMP. BTW, the error screen is sized at guess what? Yup, 56 pixel high! So, always do the above to make sure you see video after a script modification.

Keep tweaking your script until the error goes away or you will always get the error you mentioned. Oh, next time before posing use the search button. Searching for "framesize not supported" would have given you the answers without having to wait:

http://forum.doom9.org/search.php?s=&action=showresults&searchid=31149&sortby=&sortorder=

JvD
16th April 2003, 14:47
OK, using WMP did it for me! U learn so much @ this forum. Thanks DDogg.