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

MovSettings

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

These settings relate to your QuickTime MOV output container.

interface MovSettings {
ClapAtom?: MovClapAtom | null;
CslgAtom?: MovCslgAtom | null;
Mpeg2FourCCControl?: MovMpeg2FourCCControl | null;
PaddingControl?: MovPaddingControl | null;
Reference?: MovReference | null;
}

§Properties

§
ClapAtom?: MovClapAtom | null
[src]

When enabled, include 'clap' atom if appropriate for the video output settings.

§
CslgAtom?: MovCslgAtom | null
[src]

When enabled, file composition times will start at zero, composition times in the 'ctts' (composition time to sample) box for B-frames will be negative, and a 'cslg' (composition shift least greatest) box will be included per 14496-1 amendment 1. This improves compatibility with Apple players and tools.

§
Mpeg2FourCCControl?: MovMpeg2FourCCControl | null
[src]

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.

§
PaddingControl?: MovPaddingControl | null
[src]

To make this output compatible with Omenon, keep the default value, OMNEON. Unless you need Omneon compatibility, set this value to NONE. When you keep the default value, OMNEON, MediaConvert increases the length of the edit list atom. This might cause file rejections when a recipient of the output file doesn't expct this extra padding.

§
Reference?: MovReference | null
[src]

Always keep the default value (SELF_CONTAINED) for this setting.