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

Usage

import * as ffmpegTemplates from "https://raw.githubusercontent.com/andykais/ffmpeg-templates/main/lib/template_input.ts";

§Variables

TIMELINE_ENUMS

§Interfaces

ClipBase

Shared attributes on all clip types

FontClip
MediaClip
Template

§Type Aliases

Clip
ClipID

Id of a clip. Ids are either manually specified or are inserted with the convention "CLIP_"

Percentage

A percentage is formatted like so: "50%"

Pixels

A pixel is formatted like so: "10px"

TimelineEnums

Specal keys that can be used on the timeline. Currently the only available enum is 'PAD', which will start a clip at the last possible moment so that it finishes with the last played clip.

Timestamp

A hour, minute, second timestamp formatted like so: 00:00:05 or 01:23:02.75