Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Xavc4kProfileQualityTuningLevel

import type { Xavc4kProfileQualityTuningLevel } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

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 Xavc4kProfileQualityTuningLevel =
| "SINGLE_PASS"
| "SINGLE_PASS_HQ"
| "MULTI_PASS_HQ"

§Type

§
"SINGLE_PASS" | "SINGLE_PASS_HQ" | "MULTI_PASS_HQ" | cmnP.UnexpectedEnumValue
[src]