Amazon MediaConvert · JSON Structure

Mediaconvert Api Xavc Entropy Encoding Structure

Optional. Choose a specific entropy encoding mode only when you want to override XAVC recommendations. If you choose the value auto, MediaConvert uses the mode that the XAVC file format specifies given this output's operating point.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

XavcEntropyEncoding 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-xavc-entropy-encoding-structure.json",
  "name": "XavcEntropyEncoding",
  "type": "string",
  "description": "Optional. Choose a specific entropy encoding mode only when you want to override XAVC recommendations. If you choose the value auto, MediaConvert uses the mode that the XAVC file format specifies given this output's operating point.",
  "enum": [
    "AUTO",
    "CABAC",
    "CAVLC"
  ]
}