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

MovMpeg2FourCCControl

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

When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes. This increases compatibility with Apple editors and players, but may decrease compatibility with other players. Only applicable when the video codec is MPEG2.

type MovMpeg2FourCCControl = "XDCAM" | "MPEG" | cmnP.UnexpectedEnumValue;

§Type