Amazon MediaConvert · JSON Structure

Mediaconvert Api Xavc Hd Profile Bitrate Class Structure

Specify the XAVC HD (Long GOP) Bitrate 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

XavcHdProfileBitrateClass 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-xavc-hd-profile-bitrate-class-structure.json",
  "name": "XavcHdProfileBitrateClass",
  "type": "string",
  "description": "Specify the XAVC HD (Long GOP) Bitrate 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": [
    "BITRATE_CLASS_25",
    "BITRATE_CLASS_35",
    "BITRATE_CLASS_50"
  ]
}