hi_venc_rc_attr
说明
定义编码通道码率控制器属性。
定义
hi_venc_rc_attr = {"rc_mode": rc_mode, # RW; the type of rc
"h264_cbr": hi_venc_h264_cbr}
hi_venc_rc_attr = {"rc_mode": rc_mode, # RW; the type of rc
"h264_vbr": hi_venc_h264_vbr}
hi_venc_rc_attr = {"rc_mode": rc_mode, # RW; the type of rc
"h264_avbr": hi_venc_h264_avbr}
hi_venc_rc_attr = {"rc_mode": rc_mode, # RW; the type of rc
"h264_qvbr": hi_venc_h264_qvbr}
hi_venc_rc_attr = {"rc_mode": rc_mode, # RW; the type of rc
"h264_cvbr": hi_venc_h264_cvbr}
hi_venc_rc_attr = {"rc_mode": rc_mode, # RW; the type of rc
"h264_fixqp": hi_venc_h264_fixqp}
hi_venc_rc_attr = {"rc_mode": rc_mode, # RW; the type of rc
"h264_qpmap": hi_venc_h264_qpmap}
hi_venc_rc_attr = {"rc_mode": rc_mode, # RW; the type of rc
"mjpeg_cbr": hi_venc_mjpeg_cbr}
hi_venc_rc_attr = {"rc_mode": rc_mode, # RW; the type of rc
"mjpeg_vbr": hi_venc_mjpeg_vbr}
hi_venc_rc_attr = {"rc_mode": rc_mode, # RW; the type of rc
"mjpeg_fixqp": hi_venc_mjpeg_fixqp}
hi_venc_rc_attr = {"rc_mode": rc_mode, # RW; the type of rc
"h265_cbr": hi_venc_h265_cbr}
hi_venc_rc_attr = {"rc_mode": rc_mode, # RW; the type of rc
"h265_vbr": hi_venc_h265_vbr}
hi_venc_rc_attr = {"rc_mode": rc_mode, # RW; the type of rc
"h265_avbr": hi_venc_h265_avbr}
hi_venc_rc_attr = {"rc_mode": rc_mode, # RW; the type of rc
"h265_qvbr": hi_venc_h265_qvbr}
hi_venc_rc_attr = {"rc_mode": rc_mode, # RW; the type of rc
"h265_cvbr": hi_venc_h265_cvbr}
hi_venc_rc_attr = {"rc_mode": rc_mode, # RW; the type of rc
"h265_fixqp": hi_venc_h265_fixqp}
hi_venc_rc_attr = {"rc_mode": rc_mode, # RW; the type of rc
"h265_qpmap": hi_venc_h265_qpmap}
成员
成员名称 |
描述 |
|---|---|
rc_mode |
RC模式。
对于不同协议,相同 RC 模式的属性变量基本一致。表1介绍了几种RC模式的公共的属性。 |
h264_cbr |
字典,H.264协议编码通道CBR模式属性。 |
h264_vbr |
字典,H.264协议编码通道VBR模式属性。 |
h264_avbr |
字典,H.264协议编码通道AVBR模式属性。 |
h264_qvbr |
字典,H.264协议编码通道QVBR模式属性。 |
h264_cvbr |
字典,H.264协议编码通道CVBR模式属性。 |
h264_fixqp |
字典,H.264协议编码通道FIXQP模式属性。 |
h264_qpmap |
字典,H.264协议编码通道QPMAP模式属性。预留参数,暂不支持。 |
mjpeg_fixqp |
字典,MJPEG(Motion Joint Photographic Experts Group)协议编码通道FIXQP模式属性。预留参数,暂不支持。 |
mjpeg_cbr |
字典,MJPEG协议编码通道CBR模式属性。预留参数,暂不支持。 |
mjpeg_vbr |
字典,MJPEG协议编码通道VBR模式属性。预留参数,暂不支持。 |
h265_cbr |
字典,H.265协议编码通道CBR模式属性。 |
h265_vbr |
字典,H.265协议编码通道VBR模式属性。 |
h265_avbr |
字典,H.265协议编码通道AVBR模式属性。 |
h265_qvbr |
字典,H.265协议编码通道QVBR模式属性。 |
h265_cvbr |
字典,H.265协议编码通道CVBR模式属性。 |
h265_fixqp |
字典,H.265协议编码通道FIXQP模式属性。 |
h265_qpmap |
字典,H.265协议编码通道QPMAP模式属性。预留参数,暂不支持。 |