import * as cueshit from "https://deno.land/x/cueshit@v0.7.2/format/losslesscut_csv.ts";
LosslessCut segments, exported in the LosslessCut CSV format.
Each row contains one segment with three columns for start time, end time (both expressed in seconds or empty) and label:
,56.9568,First segment starting at 0
70,842.33,"Another quoted label"
1234,,Last segment
Variables
Formats cues as LosslessCut CSV document. | |
Parses a LosslessCut CSV document into cues. |