Quote:
Originally Posted by Dialhot
height (no offense )
|
things like this never seem to me like an offense but rather help
Quote:
In the present case, there won't be any border as 512*384 is already a 4:3 picture.
|
And thats why my last post at the end was wrong!
If he tries hardly to maintain the height at 384 in this case of 4:3 and 352x480 target size the size would result as 288x384 and borders added! Including BIG borders added at the sides 32+288+32!! ALERT!
(Thats why I never should say such things refering to values/resizing using "NTSC" if I'm at work)
@ hotwok
In case of 4:3 Avi 512x384 to 352x480 use this:
BicubicResize(352,480,0,0.6,0,0,512,384)
or the easy way .... "gripfit"