TimelineEnums
import type { TimelineEnums } from "https://raw.githubusercontent.com/andykais/ffmpeg-templates/main/lib/template_input.ts";
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.
type TimelineEnums = TIMELINE_ENUMS[keyof TIMELINE_ENUMS];