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

2449 Commits

Author SHA1 Message Date
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
951af6fedd
enable autoHideMenuBar on windows
see #543
2024-02-07 22:47:30 +07:00
Mikael Finstad
91c68b6421
add sourcemaps 2024-02-07 22:32:11 +07:00
Mikael Finstad
240285fef3
fix oops 2024-02-07 22:31:57 +07:00
Mikael Finstad
02cdd13bf7
improve sheets 2024-02-07 22:31:21 +07:00
Mikael Finstad
5778f0f5e9
improve about dialog #1537 #1882 2024-02-07 22:31:09 +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
a05163e721
Merge branch 'master' of github.com:mifi/lossless-cut 2024-01-28 11:13:35 +07:00
dependabot[bot]
1ee7487591 Bump vite from 4.3.9 to 4.5.2
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.9 to 4.5.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-20 10:41:16 +07:00
Achim
01717159c0 fix "download-ffmpeg-linux-x64" (remove 'brace expansion') 2024-01-13 17:52:34 +07:00
dependabot[bot]
9bbf029de5 Bump follow-redirects from 1.14.8 to 1.15.4
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.8 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.8...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-10 13:35:47 +08:00
Mikael Finstad
7153b7b9ba
update devnotes 2024-01-05 18:27:40 +08:00
Mikael Finstad
3c288eb3d0
Merge branch 'stores' 2024-01-05 18:25:24 +08:00
Mikael Finstad
d526e50a58
3.60.0 2024-01-05 18:22:17 +08: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
2fae49ab8c
Merge branch 'master' of github.com:mifi/lossless-cut 2023-12-30 19:03:41 +08:00
Mikael Finstad
378a65ee9c
Update issues.md 2023-12-30 18:55:00 +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
9ab8ba3a79
Update issues.md 2023-12-29 21:39:38 +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
d311656990
3.59.1 2023-12-22 21:01:57 +08:00
Mikael Finstad
5d8fd422a5
fix bug 2023-12-22 21:01:37 +08:00
Mikael Finstad
3900dad928
add entitlements for http server (mas) 2023-12-22 17:06:08 +08:00
Mikael Finstad
113c0fa6d7
scan i18n 2023-12-22 17:05:56 +08:00
Mikael Finstad
0762ccf3d1
3.59.0 2023-12-22 15:06:36 +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