{ "$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-xavc-hd-profile-quality-tuning-level-schema.json", "title": "XavcHdProfileQualityTuningLevel", "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, single-pass encoding.", "type": "string", "enum": [ "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ" ] }