mirror of
https://github.com/mifi/lossless-cut.git
synced 2026-08-31 01:37:11 +08: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 startandsegment endare expressed in seconds or left empty. Emptysegment endmeans 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