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

Clip

import type { Clip } from "https://raw.githubusercontent.com/andykais/ffmpeg-templates/main/lib/template_input.ts";
type Clip = MediaClip | FontClip;