Av1AdaptiveQuantization

Specify the strength of any adaptive quantization filters that you enable. The value that you choose here applies to Spatial adaptive quantization (spatialAdaptiveQuantization).

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-av1-adaptive-quantization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-av1-adaptive-quantization-schema.json",
  "title": "Av1AdaptiveQuantization",
  "description": "Specify the strength of any adaptive quantization filters that you enable. The value that you choose here applies to Spatial adaptive quantization (spatialAdaptiveQuantization).",
  "type": "string",
  "enum": [
    false,
    "LOW",
    "MEDIUM",
    "HIGH",
    "HIGHER",
    "MAX"
  ]
}