mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 02:12:30 +01:00
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