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

Xavc4kProfileCodecProfile

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

Specify the codec profile for this output. Choose High, 8-bit, 4:2:0 (HIGH) or High, 10-bit, 4:2:2 (HIGH_422). These profiles are specified in ITU-T H.264.

type Xavc4kProfileCodecProfile = "HIGH" | "HIGH_422" | cmnP.UnexpectedEnumValue;

§Type

§
"HIGH" | "HIGH_422" | cmnP.UnexpectedEnumValue
[src]