Amazon MediaConvert · JSON Structure

Mediaconvert Api H265 Rate Control Mode Structure

Use this setting to specify whether this output has a variable bitrate (VBR), constant bitrate (CBR) or quality-defined variable bitrate (QVBR).

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

H265RateControlMode 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-h265-rate-control-mode-structure.json",
  "name": "H265RateControlMode",
  "type": "string",
  "description": "Use this setting to specify whether this output has a variable bitrate (VBR), constant bitrate (CBR) or quality-defined variable bitrate (QVBR).",
  "enum": [
    "VBR",
    "CBR",
    "QVBR"
  ]
}