mirror of https://github.com/mifi/lossless-cut
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
677 B
677 B
Import / export
LosslessCut allows importing/exporting your project (segments) in a variety of file formats.
CSV
- The CSV export/import function takes CSV files with one cut segment on each line. Each line contains three columns:
segment start
,segment end
,label
. segment start
andsegment end
are expressed in seconds or left empty. Emptysegment end
means segment ends at the duration of the video.- Use comma
,
to separate the fields (not semicolon;
)
example.csv
,56.9568,First segment starting at 0
70,842.33,"Another quoted label"
1234,,Last segment