XavcHdIntraCbgProfileClass

Specify the XAVC Intra HD (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.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-xavc-hd-intra-cbg-profile-class-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-xavc-hd-intra-cbg-profile-class-schema.json",
  "title": "XavcHdIntraCbgProfileClass",
  "description": "Specify the XAVC Intra HD (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",
  "enum": [
    "CLASS_50",
    "CLASS_100",
    "CLASS_200"
  ]
}