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.

Can 8168 omx h.264 encode dual 1080p60 simultaneously?

Can 8168 omx h.264 encode dual 1080p60 simultaneously?Is there any c based demo in EZSDK5.02?

  • 8168 has 3 HDVICP2 co-processors and each of those can do 1080P60 H.264 encode. On A8, the programming interface for using H.264 encoders available is OpenMAX. For more details, refer to the OMX user guide inside the EZSDK package.

    The latest EZSDK release (http://www.ti.com/tool/linuxezsdk-davinci) has an OMX example Capture_encode which demonstrates one channel of 1080P60 encode on 8168. You can probably do this use case for dual encode:

     

    Capture (1080P60, 420SP)--> H.264 Encode (1080P60)

    Mpeg2 Decode (1080P60, 420SP)-->H.264 Encode (1080P60)

    Archith