Amazon MediaConvert · JSON Structure

Mediaconvert Api Eac3 Lfe Filter Structure

Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding mode.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

Eac3LfeFilter 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-eac3-lfe-filter-structure.json",
  "name": "Eac3LfeFilter",
  "type": "string",
  "description": "Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding mode.",
  "enum": [
    "ENABLED",
    "DISABLED"
  ]
}