hi_venc_vui_aspect_ratio

Description

Defines the AspectRatio information in the VUI field of an H.264/H.265 encoding channel. This dictionary is reserved and cannot be configured by users currently.

Prototype

hi_venc_vui_aspect_ratio = {"aspect_ratio_info_present_flag": aspect_ratio_info_present_flag,
                            "aspect_ratio_idc": aspect_ratio_idc,
                            "overscan_info_present_flag": overscan_info_present_flag,
                            "overscan_appropriate_flag": overscan_appropriate_flag,
                            "sar_width": sar_width,
                            "sar_height": sar_height}

Members

Member

Description

aspect_ratio_info_present_flag

Int. For details, see the H.264/H.265 protocol. The default value is 0.

aspect_ratio_idc

Int. For details, see the H.264/H.265 protocol. The default value is 1.

overscan_info_present_flag

Int. For details, see the H.264/H.265 protocol. The default value is 0.

overscan_appropriate_flag

Int. For details, see the H.264/H.265 protocol. The default value is 0.

sar_width

Int. For details, see the H.264/H.265 protocol. The default value is 1.

sar_height

Int. For details, see the H.264/H.265 protocol. The default value is 1.