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

PadVideo

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

Use this setting if your input has video and audio durations that don't align, and your output or player has strict alignment requirements. Examples: Input audio track has a delayed start. Input video track ends before audio ends. When you set Pad video (padVideo) to Black (BLACK), MediaConvert generates black video frames so that output video and audio durations match. Black video frames are added at the beginning or end, depending on your input. To keep the default behavior and not generate black video, set Pad video to Disabled (DISABLED) or leave blank.

type PadVideo = "DISABLED" | "BLACK" | cmnP.UnexpectedEnumValue;

§Type

§
"DISABLED" | "BLACK" | cmnP.UnexpectedEnumValue
[src]