Amazon MediaConvert · JSON Structure

Mediaconvert Api Ac3 Metadata Control Structure

When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

Ac3MetadataControl 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-ac3-metadata-control-structure.json",
  "name": "Ac3MetadataControl",
  "type": "string",
  "description": "When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.",
  "enum": [
    "FOLLOW_INPUT",
    "USE_CONFIGURED"
  ]
}