Amazon MediaConvert · JSON Structure

Mediaconvert Api H264 Entropy Encoding Structure

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

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

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