Log in

View Full Version : dont know how to resize this .avi resolution.


fernandose
17th December 2004, 23:06
hi guyz,
Im having this problem with DVD-lab, it keeps coming up with an error about a dvd video i encoded using cce sp and avisynth.

Here is the xvid details of the movie
http://img94.exs.cx/img94/4928/image11aa.jpg

Here is my avisynth script

AviSource ("C:\Documents and Settings\------\My Documents\My Music\----\downloads\Thevideo\test.avi",false)
LanczosResize(720,303)
AddBorders(0,88,0,88)
ConvertToYUY2()


And here is the error i get after encoding it with CCE SP and inserting in to a project in DVD-LAB.
http://img95.exs.cx/img95/2175/image28gh.jpg

I think its something to do with the original res of the xvid movie? has it got anything to do with 4:3 or 16:9, any help would be good.

Thanks

Fernandose

SiXXGuNNZ
18th December 2004, 00:09
720x464 is not a valid res

720x480/704x480/352x480 are

4:3

LanczosResize(720,288,12,0,584,256)
AddBorders(0,96,0,96)

16:9

LanczosResize(720,368,0,0,608,256)
AddBorders(0,56,0,56)

edit: careful, you may be knocking on the door of rule 6 ;)

fernandose
18th December 2004, 09:59
Thank you soo much dude!!
OMG this problem which has been bothering me for a week has now been fixed!

thanks you so much
SiXXGuNNZ:p