Vp9RateControlMode

With the VP9 codec, you can use only the variable bitrate (VBR) rate control mode.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-vp9-rate-control-mode-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-vp9-rate-control-mode-schema.json",
  "title": "Vp9RateControlMode",
  "description": "With the VP9 codec, you can use only the variable bitrate (VBR) rate control mode.",
  "type": "string",
  "enum": [
    "VBR"
  ]
}