Hi,
My board is DM8168 EVM.My sdk is EZSDK_5_05_02_00.If dm8168 encode static video image to h263,it is no problem.But DM8168 can not encode moving video image to H.263.I do not why.Can anyone help me ?Thank you!
tory
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
My board is DM8168 EVM.My sdk is EZSDK_5_05_02_00.If dm8168 encode static video image to h263,it is no problem.But DM8168 can not encode moving video image to H.263.I do not why.Can anyone help me ?Thank you!
tory
Hi Tory,
What framework/demo executable you are trying for this ?
You can try "encode" demo to verify this
cd /usr/share/ti/ti-omx/
./encode_a8host_debug.xv5T -o /usr/share/ti/data/videos/sample.h263 -i /usr/share/ti/data/videos/sample_p352x288_nv12.yuv -f 60 -b 1000000 -w 352 -h 288 -c h263
You can take a sample NV12(420SP) yuv which has movements and try out this.
Thanks
Ram
Hello Tory,
You could try to verify it as Ram Prasad suggested you.
Also you could check here for more information about h263 support:
http://processors.wiki.ti.com/index.php/Codec_FAQ#Does_TI_provide_an_H263_encoder.3F
http://processors.wiki.ti.com/index.php/OMX_VENC
http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/717/t/191138.aspx
Best Regards,
Margarita