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

Av1RateControlMode

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

'With AV1 outputs, for rate control mode, MediaConvert supports only quality-defined variable bitrate (QVBR). You can''t use CBR or VBR.'

type Av1RateControlMode = "QVBR" | cmnP.UnexpectedEnumValue;