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

MxfProfile

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

Specify the MXF profile, also called shim, for this output. When you choose Auto, MediaConvert chooses a profile based on the video codec and resolution. For a list of codecs supported with each MXF profile, see https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html. For more information about the automatic selection behavior, see https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html.

type MxfProfile =
| "D_10"
| "XDCAM"
| "OP1A"
| "XAVC"

§Type

§
"D_10" | "XDCAM" | "OP1A" | "XAVC" | cmnP.UnexpectedEnumValue
[src]