Log in

View Full Version : xvid codec-friendly sizing values (like x264: 16/32/64)


hopstiii
29th May 2009, 07:05
Hi.

Is there known max codec-friendly valu for XviD.
I can remember from somewhere 4 and 8 or 16 but is it useful to use like a 64.
If resolution is 720x480 then i resize to 768x512 because
768/64 = 12
512/64 = 8
:rolleyes:

unskinnyboy
29th May 2009, 15:13
64 is a multiple of 16, so anything divisible by 64 is also divisible by 16. So 768x512 is fine, because both are divisible by 16.

hopstiii
29th May 2009, 15:17
64 is a multiple of 16, so anything divisible by 64 is also divisible by 16. So 768x512 is fine, because both are divisible by 16.

Thanks :)