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

1207 Commits

Author SHA1 Message Date
Mikael Finstad
f444a029f8
add mousetrap type 2024-10-07 10:43:50 +02:00
Mikael Finstad
2f361b4dd6
fix timeline mouse click 2024-10-06 23:39:30 +02:00
Mikael Finstad
8024884363
allow customising preservation
of map_metadata and chapters

fixes #2176
see #1027
2024-10-06 23:39:19 +02:00
Mikael Finstad
789f857e26
convert all non webvtt to webvtt in webm
closes #2179
2024-10-06 21:05:43 +02:00
Mikael Finstad
25f53e7f7e
improve setZoom 2024-10-06 16:28:50 +02:00
Mikael Finstad
3bba13ad42
fix withBlur types 2024-10-06 16:28:36 +02:00
Mikael Finstad
2378ca35b0
fix 2024-10-06 16:28:07 +02:00
Mikael Finstad
4b65d27728
fix seek jerkiness 2024-10-06 16:27:56 +02:00
Mikael Finstad
85a900e15b
fix timeline zoom todo
and fix types
2024-10-06 16:27:31 +02:00
Mikael Finstad
3f502a8944
make timeline time transparent
when hovering it with mouse
closes #2177
also possibly #2116
2024-10-06 15:43:40 +02:00
Mikael Finstad
be5dadcc84
allow selecting track when only one
this allows the user to enable ffmpeg assisted playback when audio track is not supported
closes #2144
2024-09-29 11:52:56 +02:00
Mikael Finstad
cc202b4845
allow drag-drop working dir
closes #2147
2024-09-29 10:33:05 +02:00
Mikael Finstad
b855e9e7d1
implent customisable wheel modifiers #1884
- <kbd>alt</kbd> (customisable) + wheel: seek 1 frame
- <kbd>shift</kbd> (customisable) + wheel: seek keyframe
2024-09-29 09:54:15 +02:00
Mikael Finstad
2452de6de5
fix types 2024-09-29 09:04:51 +02:00
Mikael Finstad
f4cfe72b4b
allow auto reassign duplicate keybinding
closes #2154
2024-09-29 08:53:37 +02:00
Mikael Finstad
b6645fa445
try to escape last ffmpeg command on windows
also escape quote on linux

closes #2151
2024-09-28 14:33:13 +02:00
Mikael Finstad
55c728761e
remove trash icon in chapters mode
#2157
2024-09-27 11:50:53 +02:00
Mikael Finstad
7230dc549b
improve error handling 2024-09-26 13:45:47 +02:00
Mikael Finstad
9c733742a2
type etc 2024-09-26 13:39:16 +02:00
Mikael Finstad
7d306f7736
refactor 2024-09-26 13:16:06 +02:00
Mikael Finstad
9cdd5edbfb
improve error handling
and types
2024-09-26 13:11:07 +02:00
Mikael Finstad
e84b9a8266
append html5ify to ffmpeg log too 2024-09-26 12:11:50 +02:00
Mikael Finstad
0f8ba50d22
refactor 2024-09-26 12:11:41 +02:00
Mikael Finstad
a5000a8977
allow revealing config file path 2024-09-26 11:55:44 +02:00
Mikael Finstad
fd27f2178e
add types 2024-09-26 09:35:47 +03:00
Mikael Finstad
f6c1266588
fix progress bug
closes #2161
2024-09-26 09:18:08 +03:00
Mikael Finstad
4c00987db9
add tests 2024-09-26 09:18:01 +03:00
Mikael Finstad
93fe368487
remove unnecessary code 2024-09-25 15:49:16 +08:00
Mikael Finstad
fa7b36f69f
reformat 2024-09-25 15:49:16 +08:00
Mikael Finstad
6c9b1ba708
check if output file is writable before exporting
if it exists
so we can inform user
2024-09-25 15:49:16 +08:00
Mikael Finstad
69f600a0c0
make it more explicit when changing mp4 to mov
and show a notification #1075
2024-09-04 00:24:42 +02:00
Mikael Finstad
590e6a87cd
refactor 2024-09-03 23:32:54 +02:00
Mikael Finstad
67cecb3bb1
reduce flickering
https://github.com/mifi/lossless-cut/issues/2083#issuecomment-2325291719
2024-09-03 23:02:03 +02:00
Mikael Finstad
a2d7961903
add support for dji mini gps #2072 2024-09-03 12:11:23 +02:00
Mikael Finstad
a4190662b9
improve about dialog
closes #2138
2024-09-02 23:29:42 +02:00
Mylloon
b86c1b15e8
fix: notification title on windows (#2139)
* fix windows notification title

* Update src/main/index.ts

---------

Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2024-09-02 11:57:16 +02:00
Mikael Finstad
9eafb5683b
fix code 2024-09-01 14:59:35 +02:00
Mikael Finstad
32238d9d02
run simple smoke test 2024-09-01 14:58:03 +02:00
Mikael Finstad
56cd37dde8
enable gopro tmcd track by default
closes #2134
2024-08-28 22:14:34 +02:00
Mikael Finstad
a1cf64ac13
add smart cut warning #2020 2024-08-27 22:17:54 +02:00
Mikael Finstad
5d5b4decd4
upgrade file-type 2024-08-27 22:10:28 +02:00
Mikael Finstad
319124196e
work around mp2/mp3 bug in ffmpeg
closes #2129
2024-08-27 21:39:33 +02:00
Mikael Finstad
91fbc0fa95
log ffprobe detected formats 2024-08-27 21:13:55 +02:00
Mikael Finstad
8eef3cbc16
improve types 2024-08-27 21:03:27 +02:00
Mikael Finstad
e7d2caf893
re-encode flac when cutting
and warn about it
fixes #1809
2024-08-27 20:18:05 +02:00
Mikael Finstad
1a674fa735
improve types 2024-08-27 20:16:27 +02:00
Mikael Finstad
085d622cac
log extract track command 2024-08-24 14:20:46 +02:00
Mikael Finstad
809bcc958e
improve subtitle rendering 2024-08-24 14:20:46 +02:00
Mikael Finstad
7d52c864d6
make segments list scrollable 2024-08-24 00:49:18 +02:00
Mikael Finstad
624efa7dbc
use template editor for merge too
#2108
and fix some types
2024-08-23 23:23:03 +02:00