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

CmafVideoCompositionOffsets

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

Specify the video sample composition time offset mode in the output fMP4 TRUN box. For wider player compatibility, set Video composition offsets to Unsigned or leave blank. The earliest presentation time may be greater than zero, and sample composition time offsets will increment using unsigned integers. For strict fMP4 video and audio timing, set Video composition offsets to Signed. The earliest presentation time will be equal to zero, and sample composition time offsets will increment using signed integers.

type CmafVideoCompositionOffsets = "SIGNED" | "UNSIGNED" | cmnP.UnexpectedEnumValue;

§Type

§
"SIGNED" | "UNSIGNED" | cmnP.UnexpectedEnumValue
[src]