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

1219 Commits

Author SHA1 Message Date
Mikael Finstad
a1422ad264
in-house the file-uri implementation
fixes #1941
2024-04-01 13:49:22 +01:00
Mikael Finstad
191f0c71bd
fix oops 2024-03-23 13:03:05 +08:00
Mikael Finstad
305b23fb20
add clear working dir button
in settings too
2024-03-23 11:34:33 +08:00
Mikael Finstad
df03b33e36
add type 2024-03-23 11:06:35 +08:00
Mikael Finstad
26b4dc13c2
fix bugs 2024-03-21 23:28:30 +08:00
Mikael Finstad
f677619039
upgrade to electron-vite 2024-03-21 23:28:25 +08:00
Mikael Finstad
8a7c1f8a17
improve waveform #260
and type
2024-03-20 19:55:42 +08:00
Mikael Finstad
2e7d746007
render waveform when zoomed out
also type
2024-03-20 16:02:48 +08:00
Mikael Finstad
b791c9f748
improve performance
by using a ref for "playing" state
2024-03-17 23:48:36 +08:00
Mikael Finstad
37931c4d52
improve play current segment once 2024-03-17 23:41:37 +08:00
Mikael Finstad
8eebd7ecd6
improve error 2024-03-17 23:41:18 +08:00
Mikael Finstad
ef59dbda84
add keyboard actions
- Open previous file `batchOpenPreviousFile`
- Open next `filebatchOpenNextFile`

closes #1926
2024-03-17 23:04:11 +08:00
Mikael Finstad
55a915b2f7
improve keyboard action search 2024-03-17 23:02:34 +08:00
Mikael Finstad
27df6c20e6
improve types 2024-03-15 21:45:33 +08:00
Mikael Finstad
96baa9a931
fix dialog shortcut issue
possibly fixes #1919
2024-03-14 15:50:37 +08:00
Mikael Finstad
762072a347
improve srt parsing 2024-03-14 15:41:18 +08:00
Mikael Finstad
287c7c3614
improve open dialog 2024-03-14 15:40:51 +08:00
Mikael Finstad
cb5a8c2c85
enable exactOptionalPropertyTypes 2024-03-03 20:35:04 +08:00
Mikael Finstad
41c18546c2
make sure all tags are string
and improve types
2024-03-03 20:08:27 +08:00
Mikael Finstad
2e0b9887fd
imrpve types 2024-03-03 17:27:56 +08:00
Mikael Finstad
fe5704bba1
fix lint 2024-02-22 00:43:03 +08:00
Mikael Finstad
dd88a72a93
remove timeline vert scroll 2024-02-22 00:41:19 +08:00
Mikael Finstad
fd1955a970
improvements
- improve preview playback (allow resuming from current position) - closes #1584
- new keyboard actions: Jump to first & last segment
- more types
2024-02-22 00:41:08 +08:00
Mikael Finstad
6e046eb434
lint React 2024-02-20 22:51:33 +08:00
Mikael Finstad
4704d246b4
upgrade lint 2024-02-20 22:49:07 +08:00
Mikael Finstad
4f38a2a91b
update translations 2024-02-15 00:18:46 +08:00
Mikael Finstad
0aadb59878
add libsvtav1 support #1825
https://github.com/mifi/lossless-cut/issues/126#issuecomment-1937458122
2024-02-15 00:02:28 +08:00
Mikael Finstad
9509680c03
add option to shift cut start frames
and add types
2024-02-14 21:12:16 +08:00
Mikael Finstad
37af026932
tsify 2024-02-13 00:01:43 +08:00
Mikael Finstad
a61c83956d
upgrade p-retry 2024-02-12 23:19:38 +08:00
Mikael Finstad
ddf3eb22e0
fixes 2024-02-12 14:36:34 +08:00
Mikael Finstad
8b6f0cc593
start to tsify 2024-02-12 14:11:36 +08:00
Mikael Finstad
6fddf72a2d
implement video/audio track switching #256
also with MediaSource for unsupported codecs
2024-02-11 22:36:49 +08:00
Mikael Finstad
ead7251a18
eanble strict mode 2024-02-10 18:33:59 +08:00
Mikael Finstad
18785e1f88
improve renderibng performance #1881 2024-02-10 18:33:59 +08:00
Mikael Finstad
476ab11f63
Merge branch 'master' into mediasource
# Conflicts:
#	src/App.jsx
2024-02-08 00:14:23 +07:00
Mikael Finstad
ca7a9d3eeb
improvements
allow precise setting value adjustments #1859
fix description of wheel shortcut #1883
2024-02-07 23:55:05 +07:00
Mikael Finstad
02cdd13bf7
improve sheets 2024-02-07 22:31:21 +07:00
Mikael Finstad
35e12d3a3d
reduce the risk of overwriting source files 2024-01-31 22:36:55 +07:00
Mikael Finstad
bc04a4f2a4
allow opening directories recursively 2024-01-31 21:59:54 +07:00
Mikael Finstad
fabab12bce
ui improvements
remove z-indexes
- #1859
- improve sheet #1862
2024-01-31 19:32:36 +07:00
Mikael Finstad
dca83a8ab4
improve avoid_negative_ts
https://github.com/mifi/lossless-cut/discussions/1874#discussioncomment-8268873
2024-01-28 11:14:34 +07:00
Mikael Finstad
5bbc5d187c
add leading to debounce 2024-01-04 23:43:05 +08:00
Mikael Finstad
7f32cdca8a
Use MediaSource for unsupported formats 2024-01-04 23:34:41 +08:00
Mikael Finstad
83c910a0fd
add eac3 as unsupported audio format 2024-01-04 23:34:05 +08:00
Mikael Finstad
43fe553bd3
add ts support 2024-01-02 23:45:43 +08:00
Mikael Finstad
bf29dd2a20
improve canvas player speed for images 2024-01-02 17:40:34 +08:00
Mikael Finstad
847be925e5
retry EPERM (windows antivirus)
fixes #1704
2023-12-31 11:34:15 +08:00
Mikael Finstad
7ac2a774c9
revert play overlay 2023-12-30 19:07:54 +08:00
Mikael Finstad
1f9c336227
reset merged out file name on export
closes #1757
2023-12-30 18:08:04 +08:00
Mikael Finstad
3cfd5b7033
fix log 2023-12-30 17:47:54 +08:00
Mikael Finstad
c073d1b4e6
fullscreen improvements
- show lower thirds in fullscreen
- fix video focus issue #543
- show play icon when paused
2023-12-30 17:41:36 +08:00
Mikael Finstad
981a711541
implement "copy thumbnails" action
closes #1628
2023-12-30 12:47:44 +08:00
Mikael Finstad
d2b09744f5
tag improvements
- add keyboard shortcut
- save when pressing add another
- add warning about duplicate keybinding

closes #1829
2023-12-29 23:50:36 +08:00
Mikael Finstad
ab413d2670
fix label segments bug 2023-12-29 16:58:21 +08:00
Mikael Finstad
60712ce01b
implement export/import segments as SRT
#1340
2023-12-29 16:58:12 +08:00
Mikael Finstad
cec54056a6
update mac icon
closes #543
2023-12-22 15:05:31 +08:00
Mikael Finstad
899e6e2960
add full screen video support
closes #543
2023-12-22 14:38:54 +08:00
Mikael Finstad
eda009274e
add shortcut
- Include more tracks from other file
2023-12-22 14:20:40 +08:00
Mikael Finstad
7173564c41
add keyboard actions:
- Show waveform
- Show thumbnails
- Show keyframes

https://github.com/mifi/lossless-cut/issues/254#issuecomment-1604063833
2023-12-22 14:13:09 +08:00
Mikael Finstad
f4249c7d61
fix bug 2023-12-22 13:50:15 +08:00
Mikael Finstad
c741520fd5
rename action and remove dupe 2023-12-22 13:50:09 +08:00
Mikael Finstad
ccb261bf42
make sure that all actions are key bindable
adds the following actions:
- Convert to supported format
- Create segments from keyframes
- Detect black scenes
- Detect silent scenes
- Detect scene changes
- Edit tracks / metadata tags
- Set custom start offset/timecode
- Settings
- Open
- Start times as YouTube Chapters
- Report an error
2023-12-22 13:43:22 +08:00
Mikael Finstad
3206ba3868
Merge branch 'master' of github.com:mifi/lossless-cut 2023-12-21 18:13:30 +08:00
Mikael Finstad
b5cdbffc4b Update src/StreamsSelector.jsx 2023-12-21 17:49:14 +08:00
nawaji
b944c0768e Adjusts margin to prevent overlapping elements
Naïve solution to prevent the "Click to select which tracks to keep when exporting" text from overlapping with the button to close the tracks selection menu.
2023-12-21 17:49:14 +08:00
nawaji
84e3f3706b Tooltips for icons in tracks selection menu
Adds mouseover tooltips for the icons in the track selection menu that were missing them (i.e the 'edit file metadata' pencil icon).
2023-12-21 17:49:14 +08:00
Mikael Finstad
b806a8853c
fix bug #1785 2023-12-21 16:50:01 +08:00
Mikael Finstad
1a574c02b2
convert more subtitle codecs #418 2023-12-21 16:25:09 +08:00
Mikael Finstad
7dbc8af226
retry deleting file
(hopefully) fixes #1797

also allow aborting
2023-12-08 16:21:32 +08:00
Mikael Finstad
aa1958c848
change logic when sanitizing
- disallow slashes on windows
- check for file name ending with a space or a dot

closes #1790
2023-12-05 13:22:23 +08:00
Mikael Finstad
ae8f6d4be1
improve export confirm #1798 2023-12-05 13:00:54 +08:00
Mikael Finstad
97931887ec
read audio fps too
closes #1754
2023-12-03 00:00:09 +08:00
Mikael Finstad
233c5c017e
reuse time parsing
and make it more flexible
2023-12-02 23:37:56 +08:00
Mikael Finstad
556f8a09e3
Merge branch 'master' of github.com:mifi/lossless-cut 2023-12-02 22:25:17 +08:00
Daniel Baak
a6b9a24527 add support for timestamp csv import 2023-12-02 22:24:50 +08:00
Mikael Finstad
68804229d6
fix showItemInFolder on macos
fixes #1762
2023-12-02 20:32:27 +08:00
Mikael Finstad
2c7f166e01
reduce clicks in open dialog 2023-12-02 18:48:42 +08:00
Mikael Finstad
3b823a2ba4
multiply estimated bitrate by 8
fixes #1778
#126
2023-11-15 16:42:23 +09:00
Mikael Finstad
550c3d1a78
upgrade adnd fix lint 2023-11-15 16:40:54 +09:00
Mikael Finstad
a32a1a35de
improve segment tags editor
closes #1766
2023-11-07 14:19:39 +09:00
Mikael Finstad
99b3494307
add "split segment" to menu 2023-10-30 10:50:12 +09:00
Mikael Finstad
1e1e7e32da
auto-convert mpeg2video
fixes #1736
2023-10-19 16:22:59 +08:00
Mikael Finstad
7f1fbe4953
improve "Resulting file names"
make it show the actual resulting file names (if error) #1732
2023-10-16 00:07:53 +08:00
Mikael Finstad
a3cbce6190
implement http api #980 #868
- add closeCurrentFile action
- allow export confirm also via action
- upgrade electron
2023-10-15 23:36:54 +08:00
Mikael Finstad
92c6ceab13
add keyboard action cli control api
and add quit keyboard shortcut
2023-10-15 18:44:14 +08:00
Mikael Finstad
d0a9f27f23
encode base64 2023-09-24 15:37:13 +08:00
Mikael Finstad
5f7d66b547
add setting for export confirm
in settings page
2023-09-23 11:46:44 +08:00
Mikael Finstad
877bcdbdf2
fixes 2023-09-21 21:56:22 +08:00
Mikael Finstad
0d8d7b9428
implement VIDEO_TS folder support 2023-09-21 21:53:41 +08:00
Mikael Finstad
fdbccfa541
implement speedup/slowdown
closes #1712
2023-09-17 19:16:42 +02:00
Mikael Finstad
91ceef3972
fix broken black/silence detection #1705 2023-09-06 19:56:23 +02:00
Mikael Finstad
1acf72fcfd
select segments by tag 2023-09-06 12:52:46 +02:00
Mikael Finstad
ecc852a2bc
allow deleting supporting files only
without closing file
closes #1703

also fix broken migration logic
2023-09-06 12:32:17 +02:00
Mikael Finstad
03a4bb914f
visualize segment tags in seg list 2023-09-06 11:39:02 +02:00
Mikael Finstad
aff48c14ff
fix oops 2023-09-06 01:20:59 +02:00
Mikael Finstad
f375e8ee74
fix webp image export
closes #1693

also fix quaility param for webp
2023-09-06 00:29:20 +02:00
Mikael Finstad
1e003537ed
fade in advanced settings 2023-09-06 00:28:12 +02:00
Mikael Finstad
75f5d3d1ba
Allow customising merged file name
closes #938

see also #916 #96 #1691
2023-09-05 23:19:16 +02:00
Mikael Finstad
b20596e53a
fixes 2023-08-27 22:21:09 +02:00
Mikael Finstad
925ddd45e9
move overwrite existing button
closes #1688
2023-08-27 22:19:40 +02:00
Mikael Finstad
1f0a1a4e4d
allow setting min padding
closes #1690
2023-08-27 22:07:30 +02:00
Mikael Finstad
b326fbaeaf
allow extract multiple segments to images
closes #1672
2023-08-24 13:14:39 +02:00
Mikael Finstad
65f0ad7c96
add webp to capture formats #1671 2023-08-24 00:17:30 +02:00
Mikael Finstad
cf61ad78ad
show total frames in timeline
closes #1677
2023-08-21 00:15:49 +02:00
Mikael Finstad
7b70af2ba4
fix mpegts extension 2023-08-20 23:15:19 +02:00
Mikael Finstad
e5def31685
fix minor bug 2023-08-20 23:03:19 +02:00
Mikael Finstad
f6a124817b
rearrange settings 2023-08-20 22:55:58 +02:00
Mikael Finstad
c88e63c5ef
allow per-stream bitstream filters
https://github.com/mifi/lossless-cut/issues/1680#issuecomment-1682915193

also refactor per stream params
2023-08-20 22:25:25 +02:00
Mikael Finstad
a8d47b827b
refactor 2023-08-20 15:49:40 +02:00
Mikael Finstad
5bc5715bf9
implement customisable timestamp transfer #1017 2023-08-20 15:32:02 +02:00
mgunyho
9c633cbbdf Fix typo in Settings.jsx 2023-08-06 15:35:04 +02:00
Mikael Finstad
166a51d757
allow reload file on command
closes #1674
2023-08-01 22:12:34 +02:00
Mikael Finstad
3b53051e3d
don't error if skipping overwrite existing file
closes #1655
2023-07-26 11:33:16 +02:00
Mikael Finstad
351b8673ee
fix duration formatting 2023-07-26 09:56:46 +02:00
Mikael Finstad
c5fb004626
fix duration formatting
fixes #1603
2023-07-26 00:25:43 +02:00
Mikael Finstad
33450e454c
improve dv label
and add tags

https://github.com/mifi/lossless-cut/issues/1664#issuecomment-1650631854
2023-07-26 00:24:35 +02:00
Mikael Finstad
2c2fa88dff
implement DV Analyzer import #1664 2023-07-25 18:55:04 +02:00
Mikael Finstad
5ee1df97fa
don't use timer if have warnings
closes #1658
2023-07-19 00:11:10 +02:00
Mikael Finstad
14d5c68203 fix code and tests 2023-07-17 15:55:56 +02:00
James Kerrane
1cd5956523 Allows semicolons directly after timestamps in timestamp import 2023-07-17 15:55:56 +02:00
Mikael Finstad
1157694c03
implement keyboar shortcut search #1646 2023-07-17 00:36:58 +02:00
Mikael Finstad
743d190369
implement duplicate segment 2023-07-17 00:26:48 +02:00
Mikael Finstad
fdc974b237
improve faststart descr
closes #1654
2023-07-11 17:32:59 +02:00
Mikael Finstad
c01f0cf4b2
increase smart cut bitrate by 20%
see discussion in #126
2023-07-11 17:27:16 +02:00
Mikael Finstad
b426023d51
don't select segment
when double clicking

fixes #1612
2023-06-10 21:30:14 +01:00
Mikael Finstad
dde7c225b5
Merge branch 'master' into ffmpeg-6
# Conflicts:
#	yarn.lock
2023-06-10 21:19:46 +01:00
Mikael Finstad
391dce22bd
fix seg num padding
fixes #1446
2023-04-23 10:51:28 +02:00
Mikael Finstad
8632b34bb8
notify about enable full waveform #260 2023-04-19 10:49:52 +01:00
Mikael Finstad
248b513fe2
improve export mode button 2023-04-19 10:08:40 +01:00
Mikael Finstad
1387d02b1e
improve help menu
and error reporting
2023-04-19 10:08:40 +01:00
Mikael Finstad
1fa5181a8e remove +i
and improve doc
2023-04-10 15:12:28 +09:00
Mikael Finstad
c96fffda86 remove code that i cannot get to work 2023-04-10 15:12:28 +09:00
Mikael Finstad
9d3ddb4207 change to EPOCH_MS
and more fixes/improveement
2023-04-10 15:12:28 +09:00
solderq35
855ca6ed86 probably makes more sense to add milliseconds to match segment suffix 2023-04-10 15:12:28 +09:00
solderq35
be3d846d6e maybe fix multiple segments issue for real 2023-04-10 15:12:28 +09:00
solderq35
87a4b5fe8b handle case of multiple segments 2023-04-10 15:12:28 +09:00
solderq35
dcdcb0e21e fix timestamp issue and improve clicking variables 2023-04-10 15:12:28 +09:00
Mikael Finstad
77e49e6dab
Merge branch 'master' into ffmpeg-6 2023-04-09 12:03:38 +09:00
Mikael Finstad
7df0fd3445
update screenshot 2023-04-09 12:03:07 +09:00
Mikael Finstad
024b1b0459
fix overflow 2023-04-09 00:23:06 +09:00
Mikael Finstad
2830ec0e9b
fix react warning 2023-04-08 23:51:19 +09:00
Mikael Finstad
3bc407cabd
refactors
- upgarde execa
- remove moment
- pull ffmpeg/execa logic out into main process
2023-04-08 23:51:09 +09:00
Mikael Finstad
885bad3190
Merge branch 'master' into ffmpeg-6 2023-04-07 16:19:26 +09:00
Mikael Finstad
f62fe6d941
fix "hide all notifications" bug
closes #1541
2023-04-05 16:33:44 +09:00
Mikael Finstad
efd87a6f79
fix track screen appearing behind export confirm
fixes #1540
2023-04-05 15:16:55 +09:00
Mikael Finstad
22e7e347b5
add more output format categories
closes #1539
2023-04-05 14:50:29 +09:00
Mikael Finstad
d17c1ba3d9
add hash param 2023-04-04 22:35:36 +09:00
Mikael Finstad
e78fea2b22
improve segment colors 2023-04-04 22:05:33 +09:00
Mikael Finstad
59cd930d03
implement "combine selected segments"
closes #1478
2023-04-04 21:43:10 +09:00
Mikael Finstad
9dc2c641d1
open file when clicking on dropzone 2023-04-04 21:22:42 +09:00
Mikael Finstad
0d3fe99b77
add "title" column
to tracks table

closes #1530
2023-04-04 21:09:51 +09:00
Mikael Finstad
709cbf69a0
make export project only export selected segments 2023-04-04 16:46:29 +09:00
Mikael Finstad
44813b4f39
Allow copying selected segments to clipboard
by pressing ctrl/cmd+c

closes #1535
2023-04-04 16:45:55 +09:00
Mikael Finstad
0afa76a165
add preference for color intensity
https://github.com/mifi/lossless-cut/discussions/1507
2023-04-03 09:27:30 +09:00
Mikael Finstad
10f8092d15
improve colors
https://github.com/mifi/lossless-cut/discussions/1507
2023-04-03 00:03:33 +09:00
Mikael Finstad
8f4a309038
allow slashes in output files
allows for creating custom directory structures based on labels etc
closes #1532
2023-04-02 22:31:35 +09:00
Mikael Finstad
56e5fc2139
move play segments button 2023-03-30 00:02:43 +09:00
Mikael Finstad
b80cf667a9
add fix for bug 2023-03-28 15:38:16 +09:00
Mikael Finstad
b26119b06c
add fd to whitelist
fixes #1518
2023-03-28 14:01:02 +09:00
Mikael Finstad
38b4157d7e
add slovene 2023-03-12 17:02:38 +08:00
Mikael Finstad
e4dc5445ca
fix bug 2023-03-12 16:53:00 +08:00
Mikael Finstad
4d1da9be5f
fix lint 2023-03-12 16:52:55 +08:00
Mikael Finstad
3612e78f10
remove line 2023-03-12 16:52:50 +08:00
Mikael Finstad
574abcb19a
improvements
- implement full screen waveform #260
- make thumbnails not overlap timeline #483
- allow thumbnails at the same time as waveform #260
- fix waveform color in light mode
- fix waveform window overlaps
- make tracks screen dark mode too
- add more borders and dark mode fixes
2023-03-12 16:51:15 +08:00
Mikael Finstad
4b7fb42111
fix lint 2023-03-11 21:14:13 +08:00
Mikael Finstad
f8c24260d6
use about dialog 2023-03-11 21:11:54 +08:00
Mikael Finstad
8c729cd439
fix <code> bug 2023-03-11 18:11:11 +08:00
Mikael Finstad
dcfb459ca6
ui improvements 2023-03-10 21:59:52 +08:00
Mikael Finstad
2cabe20584
improve select 2023-03-10 15:09:07 +08:00
Mikael Finstad
391cab538c
improve export confirm 2023-03-10 15:08:58 +08:00
Mikael Finstad
365e1fd1a8
improve translations
closes #1499
2023-03-10 14:22:24 +08:00
Mikael Finstad
56eec1fa3f
add a check on project file open 2023-03-10 14:04:24 +08:00
Mikael Finstad
fd881553a1
fix translation issue
fixes #1498
2023-03-10 13:37:50 +08:00
Mikael Finstad
fe9865e788
auto-convert mjpeg to supported format
fixes #1505
2023-03-10 12:53:45 +08:00
Mikael Finstad
088c77fcc9
remove mixBlendMode
too slow when many keyframes
2023-03-10 12:53:22 +08:00
Mikael Finstad
9b027bc762
implement dark/ight mode
still not 100%, but
closes #733
2023-03-10 12:12:48 +08:00
Mikael Finstad
759c079747
implement invert selected segments #1503 2023-03-09 15:00:39 +08:00
Mikael Finstad
14b63787c4
i18n "All Files"
fixes #1495
2023-03-05 12:52:56 +08:00
Mikael Finstad
1e34639db9
support more timecode formats in input field
Right click to paste
closes #1217
2023-03-04 22:50:06 +08:00
Mikael Finstad
e499da6fbc
fix bug 2023-03-04 22:48:50 +08:00
Mikael Finstad
5c9b626c08
fix bug 2023-03-04 21:20:49 +08:00
Mikael Finstad
471fc897a9
add note about #1487 2023-03-04 21:20:43 +08:00
Mikael Finstad
d8ccbc1a31
fix mov_text subtitle export #1371 2023-03-04 20:19:13 +08:00
Mikael Finstad
eef9430c36
fix translation issue #1495 2023-03-04 16:06:10 +08:00
Mikael Finstad
c2f775c58d
allow clearing working directory also on MAS build 2023-03-04 15:43:28 +08:00
Mikael Finstad
86f451539a
remember "allow multiple instances" #371 2023-02-19 17:44:11 +08:00
Mikael Finstad
d252ed3a14 use fontsource 2023-02-19 14:45:11 +08:00
Vlad Loktionov
86196b3be5 fonts: replaced with Open Sans SC 2023-02-19 14:45:11 +08:00
Vlad Loktionov
7e45ce3c76 fonts: changed to Noto Sans SC (salt) 2023-02-19 14:45:11 +08:00
Vlad Loktionov
41b40330e6 use proper font stack 2023-02-19 14:45:11 +08:00
Vlad Loktionov
6492bd8b0c fix language names in lower case 2023-02-19 14:45:11 +08:00
Mikael Finstad
9130924e14
fix logic issue with smart cut
closes #1483
2023-02-19 14:15:35 +08:00
Mikael Finstad
5347dbdff0
fix a bug with clear segments 2023-02-19 13:50:25 +08:00
Mikael Finstad
a22dcdc92c
pluralize english vars 2023-02-18 23:47:22 +08:00
Mikael Finstad
eb963ee601
upgrade i18n packages
- this upgrades translation json format from v3 to 4
- replace i18next-scanner with i18next-parser (former doesn't support json v4)
- and enable pluralization support #346
2023-02-18 23:18:08 +08:00
Mikael Finstad
a1c3fb25bc
add keyboard action
for "combine overlapping segments" #1478
2023-02-18 11:13:39 +08:00
Mikael Finstad
d64060d2e4
use file name when exporting project
closes #1480
2023-02-18 11:11:05 +08:00
Mikael Finstad
c923d99f17
dim also deselected files in timeline 2023-02-18 11:07:38 +08:00
Mikael Finstad
ff3fb745a5
implement preview of all segments #253 2023-02-17 17:12:15 +08:00