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

InputVideoGenerator

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

When you include Video generator, MediaConvert creates a video input with black frames. Use this setting if you do not have a video input or if you want to add black video frames before, or after, other inputs. You can specify Video generator, or you can specify an Input file, but you cannot specify both. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/video-generator.html

interface InputVideoGenerator {
Duration?: number | null;
}

§Properties

§
Duration?: number | null
[src]

Specify an integer value for Black video duration from 50 to 86400000 to generate a black video input for that many milliseconds. Required when you include Video generator.