H264EntropyEncoding

Entropy encoding mode. Use CABAC (must be in Main or High profile) or CAVLC.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-h264-entropy-encoding-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-h264-entropy-encoding-schema.json",
  "title": "H264EntropyEncoding",
  "description": "Entropy encoding mode. Use CABAC (must be in Main or High profile) or CAVLC.",
  "type": "string",
  "enum": [
    "CABAC",
    "CAVLC"
  ]
}