Amazon MediaConvert · JSON Structure

Mediaconvert Api Xavc4K Intra Cbg Profile Class Structure

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.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

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

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-class-structure.json",
  "name": "Xavc4kIntraCbgProfileClass",
  "type": "string",
  "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.",
  "enum": [
    "CLASS_100",
    "CLASS_300",
    "CLASS_480"
  ]
}