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

ClipID

import type { ClipID } from "https://raw.githubusercontent.com/andykais/ffmpeg-templates/main/lib/template_input.ts";

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

type ClipID = string;

§Type

§
string
[src]