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

Mpeg2CodecProfile

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

Use Profile (Mpeg2CodecProfile) to set the MPEG-2 profile for the video output.

type Mpeg2CodecProfile = "MAIN" | "PROFILE_422" | cmnP.UnexpectedEnumValue;

§Type

§
"MAIN" | "PROFILE_422" | cmnP.UnexpectedEnumValue
[src]