Hello!
I use imx-lib-11.09.01 (VPU firmware version: 1.4.41, VPU library version: 5.3.2) on Linux-2.6.35.3.
I try configure VPU on using H263:
encop.EncStdParam.h263Param.h263_annexIEnable = 0;
encop.EncStdParam.h263Param.h263_annexJEnable = 1;
encop.EncStdParam.h263Param.h263_annexKEnable = 1;
encop.EncStdParam.h263Param.h263_annexTEnable = 1;
Unfotrunally vpu_EncGetInitialInfo exit with -1 on this configuration.
I have to encode 1280x720@25 stream, because I configure codec on H.263v2 (H.263 - Wikipedia, the free encyclopedia) I think problem not in resolution and framerate.
How can I solve this problem, unfortunally technical support not help?
Thank you and excuse my bad english.