
PeterC
User

Feb 11, 2009, 4:28 PM
Post #8 of 9
(713 views)
Shortcut
|
|
Re: [Peter Chung] Is there a mathematical equation for finding smaller resolution for 1920x1080??
[In reply to]
|
Can't Post
|
|
Also, some codecs won't encode your video if the dimensions are not divisible by 4, so just to be safe, choose a base number that is a multiple of 4. A common "bad" ratio is with a base of 25, 400x225. The width is fine but the height causes a problem due to some codecs encoding with 4x4 macroblocks. Anyways, if you absolutely need to have the 400 width, you can adjust the height a bit to get you a multiple of 4, in this case 224 works perfectly! And it won't give you much distortion at only 1 pixel difference. So just to be safe, pick a base number that's a multiple of 4 and you will avoid some problems.
|