Amazon MediaConvert · JSON Structure

Mediaconvert Api Mpeg2 Rate Control Mode Structure

Use Rate control mode (Mpeg2RateControlMode) to specify whether the bitrate is variable (vbr) or constant (cbr).

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

Mpeg2RateControlMode 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-mpeg2-rate-control-mode-structure.json",
  "name": "Mpeg2RateControlMode",
  "type": "string",
  "description": "Use Rate control mode (Mpeg2RateControlMode) to specify whether the bitrate is variable (vbr) or constant (cbr).",
  "enum": [
    "VBR",
    "CBR"
  ]
}