hi_venc_mod_param
Description
Defines the encoding module parameters.
Prototype
hi_venc_mod_param = {"mod_type": hi_venc_mod_type,
"venc_mod_param": hi_venc_venc_mod_param}
hi_venc_mod_param = {"mod_type": hi_venc_mod_type,
"h264_mod_param": hi_venc_h264_mod_param}
hi_venc_mod_param = {"mod_type": hi_venc_mod_type,
"h265_mod_param": hi_venc_h265_mod_param}
hi_venc_mod_param = {"mod_type": hi_venc_mod_type,
"jpeg_mod_param": hi_venc_jpeg_mod_param}
Members
Member |
Description |
|---|---|
mod_type |
Int, type of the module parameters. |
venc_mod_param h264_mod_param h265_mod_param jpeg_mod_param |
Dictionary, working parameters of each module in VENC. |
Parent topic: Video/Image Encoding