AOMedia Codec SDK
Encoding

The aom_codec_encode() function is at the core of the encode loop. It processes raw images passed by the application, producing packets of compressed data.

Sample Code