Amazon MediaConvert · JSON Structure

Mediaconvert Api Xavc4K Intra Cbg Profile Settings Structure

Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_4K_INTRA_CBG.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

Xavc4kIntraCbgProfileSettings is a JSON Structure definition published by Amazon MediaConvert, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

XavcClass

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-xavc4k-intra-cbg-profile-settings-structure.json",
  "name": "Xavc4kIntraCbgProfileSettings",
  "type": "object",
  "description": "Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_4K_INTRA_CBG.",
  "properties": {
    "XavcClass": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Xavc4kIntraCbgProfileClass"
        },
        {
          "xml": {
            "name": "xavcClass"
          },
          "description": "Specify the XAVC Intra 4k (CBG) Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class."
        }
      ]
    }
  }
}