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

Vp8RateControlMode

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

With the VP8 codec, you can use only the variable bitrate (VBR) rate control mode.

type Vp8RateControlMode = "VBR" | cmnP.UnexpectedEnumValue;