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

Mpeg2QualityTuningLevel

import type { Mpeg2QualityTuningLevel } 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 Mpeg2QualityTuningLevel = "SINGLE_PASS" | "MULTI_PASS" | cmnP.UnexpectedEnumValue;

§Type

§
"SINGLE_PASS" | "MULTI_PASS" | cmnP.UnexpectedEnumValue
[src]