1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 18:32:34 +01:00
Commit Graph

28 Commits

Author SHA1 Message Date
Mikael Finstad
d3c8fce967
Implement batch file list #89 2021-08-28 21:47:43 +07:00
Mikael Finstad
4330ed9c76
Feature: invert all segments on timeline
also simplify inverseCutSegments logic
2021-08-25 13:36:04 +07:00
Mikael Finstad
adcf79a6c2
Improvements
- Allow editing segment tags #427
- Store main project file as .lcc (JSON5 format), for future flexibility. existing CSV will still be loaded and converted to .llc #545
- Rename menu items to Export/import project (as we are not changing the save location) #593
2021-08-24 16:21:26 +07:00
Mikael Finstad
2eaee3a87d
add i18n for menu "role" items 2021-08-13 23:20:29 +07:00
Matt Klaber
44ef8b6776 Open Settings with cmd-or-control + comma #727 2021-04-18 12:04:53 +01:00
Mikael Finstad
5830a44d99
implement language also in node land (menus, etc) 2021-03-29 00:12:58 +07:00
Mikael Finstad
d5e03784d7
Implement EDL import
Only supports type=0 (cut)
also refactor

Closes #609
2021-02-21 19:12:25 +01:00
Mikael Finstad
7ff74110e8
Implement youtube export dialog
Also improve youtube import
Closes #657
2021-02-19 13:46:08 +01:00
Mikael Finstad
c97ea883f7 make undo/redo work for input elements #610
but now only keyboard shortcut works for segments
(not menu)
2021-01-23 21:37:06 +01:00
Mikael Finstad
b69c4728d7 add timestamp csv export #546 2020-12-15 00:49:08 +01:00
Mikael Finstad
da48d5bd1b implement TSV export #545
Also fix #503
2020-12-14 17:29:07 +01:00
Mikael Finstad
1bada15d39 fix dup menu 2020-12-14 17:28:11 +01:00
Mikael Finstad
f5afe25715 add clear segments menu item #537 #546 2020-12-14 12:29:17 +01:00
Mikael Finstad
f481f21c36 improve menus 2020-12-11 16:15:35 +01:00
Mikael Finstad
46f500568f Add pbf import #421
https://github.com/fireattack/chapter_converter
2020-12-08 17:10:31 +01:00
Mikael Finstad
5b0a37d92a Implement reorder cut segments by start time #460 2020-11-25 22:42:10 +01:00
Mikael Finstad
1cdc8d1d38 Add function to fix duration #477 2020-11-22 23:53:04 +01:00
Mikael Finstad
1cd3139ff4 Implement split into fixed duration segments #469 2020-11-21 00:30:53 +01:00
Mikael Finstad
7da209b253 Add function to create number of segments #469 2020-11-21 00:04:08 +01:00
Mikael Finstad
81eb66faa2 Many improvements
- Add config option for asking about file open #467
- Implement text/youtube segments import #458
- Implement CUE sheet import #458
- Implement XMEML import (Final Cut Pro / Davinci Resolve)
- Allow import embedded chapters as segments #300
2020-11-19 22:51:17 +01:00
Mikael Finstad
7e59ee6757 Add XMEML importer #458 2020-11-18 21:24:20 +01:00
Mikael Finstad
fcf1f0561c improve save/load project 2020-05-17 13:44:19 +08:00
Mikael Finstad
bc1e189d59 improve text and add unsupported audio notification #322 2020-04-27 15:56:42 +08:00
Mikael Finstad
57ecaf13c2 Improve messages
Also add report error function
2020-04-10 18:54:51 +08:00
Mikael Finstad
e707695a39 Allow batch convert to friendly format #295 #172
Also improve conver to friendly format flow
2020-04-07 22:03:33 +08:00
Mikael Finstad
7b001d39bc fix Shortcut conflict #279 2020-03-26 21:31:11 +08:00
Mikael Finstad
8a9438847b fix menus and version check #239 #274
also improve help
2020-03-26 19:04:36 +08:00
Mikael Finstad
676f92c803 Build with create-react-app #108 2020-03-04 18:41:40 +08:00