OpenMax Integration Layer Sample Applications - 2023.1 English

H.264/H.265 Video Codec Unit v1.2 Solutions LogiCORE IP Product Guide (PG252)

Document ID
PG252
Release Date
2023-05-16
Version
2023.1 English

Two sample applications built using OpenMax Integration Layer are available. The source code for the OpenMax sample applications omx_encoder and omx_decoder are at https://github.com/Xilinx/vcu-omx-il/tree/master/exe_omx.

H.265 Decoding File to File
The omx_decoder –help command shows all the options.
omx_decoder input-file.h265 -hevc -o out.yuv
H.265 Encoding File to File
The omx_encoder –help command shows all the options.
omx_encoder inputfile.yuv -w 352 -h 288 -r 30 -avc -o out.h264
Note: Input YUV file should be in NV12 or NV16 format for 8-bit input sources.