diff --git a/README.md b/README.md index d2d1f1c8..ac4a7577 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ If you prefer to download the executables manually, this will of course always b Difference between App Stores and GitHub download? [Please see FAQ](issues.md#app-stores-and-github-difference). -[![](./donate.svg)](https://paypal.me/mifino/usd) +[![](./donate.svg)](https://mifi.no/thanks) LosslessCut is maintained by me alone and will always remain free and open source. If it's useful to you, consider supporting my work. Alternatively [donate to FFmpeg](https://www.ffmpeg.org/donations.html) because they are doing the world a huge favor. diff --git a/import-export.md b/import-export.md index 61cfc080..d539aa5a 100644 --- a/import-export.md +++ b/import-export.md @@ -19,10 +19,12 @@ When exporting multiple segments as separate files, LosslessCut offers you the a Your files must always include at least one unique identifer (such as `${SEG_NUM}` or `${CUT_FROM}`), and it should end in `${EXT}` (or else players might not recognise the files). For instance, to achieve a filename sequence of `Beach Trip - 1.mp4`, `Beach Trip - 2.mp4`, `Beach Trip - 3.mp4`, your format should read `${FILENAME} - ${SEG_NUM}${EXT}` -## Export project formats +## Import/export projects LosslessCut also allows importing/exporting your project (segments) in a variety of file formats. +See [list of supported formats](https://github.com/mifi/lossless-cut/issues/1340). + ### 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`. @@ -30,6 +32,7 @@ LosslessCut also allows importing/exporting your project (segments) in a variety - Use comma `,` to separate the fields (**not** semicolon `;`) #### example.csv + ```csv ,56.9568,First segment starting at 0 70,842.33,"Another quoted label" @@ -39,7 +42,3 @@ LosslessCut also allows importing/exporting your project (segments) in a variety ### TSV Same as CSV but `` instead. - -### More formats? - -See https://github.com/mifi/lossless-cut/issues/1340