{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-vp8-quality-tuning-level-structure.json", "name": "Vp8QualityTuningLevel", "type": "string", "description": "Optional. Use Quality tuning level (qualityTuningLevel) to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, multi-pass encoding.", "enum": [ "MULTI_PASS", "MULTI_PASS_HQ" ] }