Log in

View Full Version : Problem with avs script


benzon
2nd January 2005, 18:29
LoadPlugin("c:\windows\system32\vobsub.dll")
avisource("movie.avi")
BicubicResize(720,548)
AddBorders(0,14,0,14)
ResampleAudio(44100)

What is the error in this when i try to encode it whit CCE It tells me a wrong ration as fare as i can se it says framesize 804x56 dont know where itīs getting that from tho :D

Hope some one can help me

actionman133
3rd January 2005, 12:48
i havent used cce before, so my guess is purely observational. try opening the script in something else. virtualdub or windows media player. if you get the same error, it's the script., if it works, then it's cce.

i don't know if this is true, but i vaguely remember cce can only process in RGB format. so, try adding ConvertToRGB32 (), and see if that helps.

as i said, these are guesses. but give em a shot... can't hurt...

Wilbert
3rd January 2005, 12:57
Use ConvertToYUY2 and depending on the CCE version use that AddAudio script (see CCE faq in CCE forum).