import * as ffmpegTemplates from "https://raw.githubusercontent.com/andykais/ffmpeg-templates/main/lib/template_input.ts";
TIMELINE_ENUMS |
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 |