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

MovPaddingControl

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

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.

type MovPaddingControl = "OMNEON" | "NONE" | cmnP.UnexpectedEnumValue;

§Type