Log in

View Full Version : VCD resizing.


Didum
15th July 2003, 10:13
I hope this is the right forum!
I need help to calculate size from AVI too VCD, I know the numbers for AVI too SVCD is
((720/source_width)*(source_hight/54)*59)=dest_hight
But what is the numbers for AVI too VCD?
Please help me.

scharfis_brain
15th July 2003, 14:27
the VCD height can be calculated this way, when using PAL:

VCD_PAL_Height= 384*y/x

for NTSC the formula will become:

VCD_NTSC_Height= 320*y/x

the horizontal resolution is fixed at 352

Didum
15th July 2003, 15:46
And the x and y stands for?

scharfis_brain
15th July 2003, 16:07
are you THAT blind or slow-in-thinking?


x = src-width
y = src-height