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.

AM5728: H.264 encoding on Android (IVA-HD)

Part Number: AM5728


Hi, what are the options for accessing the IVA-HD engine to do accelerated H.264 encoding under Android?

I've already become familiar with how to do H.264 under "plain vanilla" Linux using the gst-ducati plugin:
https://software-dl.ti.com/processor-sdk-linux/esd/docs/06_03_00_106/linux/Foundational_Components_Multimedia_IVAHD.html

On Android, naively using the MediaCodec API produces very slow results (~2.5 FPS at 720p), which suggests a SW encoding path is being used.

Are there any examples available of how to encode H.264 at a better frame under Android? Thanks!