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.

How to support H.263 with DM8168 ezsdk?



Hi,

I want to use DM8168 to process H.263 video.But i do not  know to use DM8168 Ezsdk to process.The Omx do not support H263.And ,do other way support H263?

thank you.

  • Hi Huang,

    For H263 support, you can check here:

    http://processors.wiki.ti.com/index.php/Codec_FAQ#Does_TI_provide_an_H263_encoder.3F

    http://processors.wiki.ti.com/index.php/Codec_FAQ#How_can_I_tell_if_a_stream_encoded_with_TI_MPEG4_Encoder_is_encoded_as_H263_or_MPEG4.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

    Regards,

    Pavel

  • Hello

    We are actually using the OMX  encode example in the ezsdk5_05_02_00 to edit and implement a rate control algorithm.Can i use xdas structures ,IVIDENC and IH264ENC STRUCTURES also provided in the ezsdk package to

    write and make encoder configuration settings?

    Would the DM8168 h264 encoder properly understand the difference between omx library structure settings and ih264enc structure settings?

    for example :if i set the target bitrate using the the omx library structure and set the framerate using the XDAS library structure the encoder would properly get configured or am isupposed to stick to one library for coding?

    Thank you

  • Hi Rutuja,

    EZSDK 05.05.02.00 already has TI specific OMX index to support  dynalically configure the encoder.

    You can change bitrate, resultion etc dynamically using OMX_SetConfig.

    Refer omx_venc.c how the OMX index is translated XDM interface.

    Ram