hi_venc_gop_attr
Description
Defines the GOP attributes.
Prototype
hi_venc_gop_attr = {"gop_mode": hi_venc_gop_mode,
"normal_p": hi_venc_gop_normal_p}
hi_venc_gop_attr = {"gop_mode": hi_venc_gop_mode,
"dual_p": hi_venc_gop_dual_p }
hi_venc_gop_attr = {"gop_mode": hi_venc_gop_mode,
"smart_p": hi_venc_gop_smart_p }
hi_venc_gop_attr = {"gop_mode": hi_venc_gop_mode,
"adv_smart_p": hi_venc_gop_adv_smart_p}
hi_venc_gop_attr = {"gop_mode": hi_venc_gop_mode,
"bipred_b": hi_venc_gop_bipred_b}
Members
Member |
Description |
|---|---|
gop_mode |
Int, GOP mode for encoding. |
normal_p |
GOP attribute dictionary for P-frame encoding with a single reference frame. |
dual_p |
GOP attribute dictionary for P-frame encoding with dual reference frames. |
smart_p |
GOP attribute dictionary for smart P-frame encoding. |
adv_smart_p |
GOP attribute dictionary for advanced smart P-frame encoding, reserved. |
bipred_b |
GOP attribute dictionary for B-frame encoding, reserved. |
Parent topic: Video/Image Encoding