Amazon MediaConvert · JSON Structure

Mediaconvert Api Mpeg2 Adaptive Quantization Structure

Specify the strength of any adaptive quantization filters that you enable. The value that you choose here applies to the following settings: Spatial adaptive quantization (spatialAdaptiveQuantization), and Temporal adaptive quantization (temporalAdaptiveQuantization).

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

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