Amazon MediaConvert · JSON Structure

Mediaconvert Api Anti Alias Structure

The anti-alias filter is automatically applied to all outputs. The service no longer accepts the value DISABLED for AntiAlias. If you specify that in your job, the service will ignore the setting.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

AntiAlias 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-anti-alias-structure.json",
  "name": "AntiAlias",
  "type": "string",
  "description": "The anti-alias filter is automatically applied to all outputs. The service no longer accepts the value DISABLED for AntiAlias. If you specify that in your job, the service will ignore the setting.",
  "enum": [
    "DISABLED",
    "ENABLED"
  ]
}