horrormaster34
20th June 2009, 05:44
I'm just having trouble understanding why it's always recommended to round to a multiple of 16 when resizing. It seems to have more of a negative affect on the original aspect-ratio of the video.
If you have a full-screen 1280x720 video and want to resize it down to a width of 640, it would seem you would use a height of 360 so that the aspect-ratio remains the same of the source (1.7778). But, 360 isn't a multiple of 16, so instead you have to use 352. That would screw with the original aspect-ratio and yield 1.8181.
What's the point in using a multiple of 16 when it just screws with the original aspect-ratio?
If you have a full-screen 1280x720 video and want to resize it down to a width of 640, it would seem you would use a height of 360 so that the aspect-ratio remains the same of the source (1.7778). But, 360 isn't a multiple of 16, so instead you have to use 352. That would screw with the original aspect-ratio and yield 1.8181.
What's the point in using a multiple of 16 when it just screws with the original aspect-ratio?