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

XavcProfile

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

Specify the XAVC profile for this output. For more information, see the Sony documentation at https://www.xavc-info.org/. Note that MediaConvert doesn't support the interlaced video XAVC operating points for XAVC_HD_INTRA_CBG. To create an interlaced XAVC output, choose the profile XAVC_HD.

type XavcProfile =
| "XAVC_HD_INTRA_CBG"
| "XAVC_4K_INTRA_CBG"
| "XAVC_4K_INTRA_VBR"
| "XAVC_HD"
| "XAVC_4K"

§Type

§
"XAVC_HD_INTRA_CBG" | "XAVC_4K_INTRA_CBG" | "XAVC_4K_INTRA_VBR" | "XAVC_HD" | "XAVC_4K" | cmnP.UnexpectedEnumValue
[src]