[quote user="Paula Carrillo"]
It says that image width/height in Pels, must be multiple of 16.. .
[/quote]
Hi,Paula:
I see that test example and know that however it is multiple of 16 or not multiple of 16 jpeg
codec all support.Thanks!
But my another focus is not jpeg encoding but yuv420 convert. Taking a example,If I want to convert
715x475 (you supply yuv444p) to yuv420 planner,Can I achieve that ? I guess that cannot be achieved.
Because 715 cannot be divided by 2 and 475 cannot be divided by 2 too.You know converting yuv444p to
yuv420p you must down scale 1/2 from width and height.Isn't it?