Amazon MediaConvert · JSON Structure

Mediaconvert Api Av1 Adaptive Quantization Structure

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 Properties: 0
BroadcastingMedia ProcessingMedia

Av1AdaptiveQuantization 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-av1-adaptive-quantization-structure.json",
  "name": "Av1AdaptiveQuantization",
  "type": "string",
  "description": "Specify the strength of any adaptive quantization filters that you enable. The value that you choose here applies to Spatial adaptive quantization (spatialAdaptiveQuantization).",
  "enum": [
    false,
    "LOW",
    "MEDIUM",
    "HIGH",
    "HIGHER",
    "MAX"
  ]
}