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

2684 Commits

Author SHA1 Message Date
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
93f47b9c35
update installation.md 2024-09-28 14:31:19 +02:00
Mikael Finstad
55c728761e
remove trash icon in chapters mode
#2157
2024-09-27 11:50:53 +02:00
Mikael Finstad
c7baea3649
improve docs
#2167
https://answers.microsoft.com/en-us/windows/forum/all/special-name-for-microsoft-store-app-user-data/fb9becf3-4c3e-4fd4-9000-e8596e6adb16
2024-09-27 11:49:09 +02:00
Mikael Finstad
816284aa80
improve docs 2024-09-27 11:31:26 +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
b61456c71a
yarn dedupe 2024-09-25 15:50:15 +08: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
dependabot[bot]
e7f2d39d36
Bump vite from 5.3.4 to 5.3.6 (#2158)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.4 to 5.3.6.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.3.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.3.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-25 15:48:37 +08:00
dependabot[bot]
3a4a28a601
Bump express from 4.19.2 to 4.20.0 (#2165)
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.20.0)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-25 15:48:14 +08:00
dependabot[bot]
9a99b81584
Bump rollup from 4.19.0 to 4.22.4 (#2168)
Bumps [rollup](https://github.com/rollup/rollup) from 4.19.0 to 4.22.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.19.0...v4.22.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-25 13:50:47 +08:00
Mikael Finstad
b8eea2721a
Update issues.md 2024-09-22 11:25:36 +08:00
Adrian Edwards
8ece37c90d
Add developer name to appdata file (#2166)
* Add developer name to appdata file

https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/#developer-name

* add id to developer tag

not sure if this should be set to the value I just set it to, but it seems plausible enough
2024-09-22 10:57:36 +08:00
Adrian Edwards
f3d2a93db3
Fix metadata so that linter is happy and flatpak builds can resume (#2152)
* add caption to screenshot

* trim summary down to <35 chars
https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/quality-guidelines#not-too-long-1
2024-09-12 11:13:35 +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
0499100aff
E2e (#2141)
* update

* try fix

* try to fix

* Fix path

* remove ls

* print stdout and stderr of losslescut

* add tmate option
2024-09-02 23:55:31 +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
87bb9df0d4
Update build.yml 2024-09-01 15:14:57 +02:00
Mikael Finstad
128b80e205
add ls 2024-09-01 15:06:50 +02:00
Mikael Finstad
f19bcefa2e
dedupe 2024-09-01 14:59:50 +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
dependabot[bot]
c66cb88de7
Bump micromatch from 4.0.4 to 4.0.8 (#2133)
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.4...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-27 22:23:37 +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
47a52dce5d
upgrade file-type 2024-08-27 22:01:00 +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