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

Mp4CslgAtom

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

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.

type Mp4CslgAtom = "INCLUDE" | "EXCLUDE" | cmnP.UnexpectedEnumValue;

§Type

§
"INCLUDE" | "EXCLUDE" | cmnP.UnexpectedEnumValue
[src]