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

1872 Commits

Author SHA1 Message Date
Mikael Finstad
5d8103e805
format detection improvements
- improve detection of mp4/mov #1353
- use adts for aac (ipod was incorrect)
2023-01-03 17:45:58 +08:00
Mikael Finstad
d505af52ac
refine avc1 warning
#280
2023-01-03 17:44:03 +08:00
Mikael Finstad
54e377f112
simplify 2023-01-03 12:12:14 +08:00
dependabot[bot]
f3e3fd708d Bump json5 from 2.2.0 to 2.2.2
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-02 23:03:00 +08:00
Mikael Finstad
faa07424fb
rewrite checking logic
replace axios with ky
and add fake app check
2023-01-02 17:17:41 +08:00
Mikael Finstad
d08ce601db
Update developer-notes.md 2023-01-02 12:41:59 +08:00
Mikael Finstad
c35231fd0c
Add twitter 2022-12-31 22:34:01 +08:00
Mikael Finstad
e09e1ebd89
Update issues.md 2022-12-31 17:27:22 +08:00
Mikael Finstad
967fe22cbe
improvements
- fallback sanitize properly (force filenamify)
- improve export failed feedback #1409
- add more invalid chars to filename check
- always show out seg error in export page
2022-12-31 16:53:24 +08:00
Mikael Finstad
55e9a0a088
clamp progress to 100% 2022-12-31 16:20:41 +08:00
Mikael Finstad
cac788c441
show warning when ffmpeg vtag issue
also improve cut finished dialog
closes #1406
closes #280
respect "hide all notifications" more
2022-12-31 16:20:04 +08:00
Mikael Finstad
95e6a5d198
implement combine overlapping segments
https://github.com/mifi/lossless-cut/issues/1334#issuecomment-1367786230
2022-12-30 16:15:22 +08:00
Mikael Finstad
e937cd0979
improvements
- make zoom exponential
- make segments copyable - fixes #719
2022-12-30 12:47:39 +08:00
Mikael Finstad
64966590e2
create segments from:
- scene changes
- keyframes

closes #1398

also limit max number of segments
and improve parameters dialog
2022-12-29 18:22:24 +08:00
Mikael Finstad
60bf1a5c5f
implement detect silence
closes #1334

also allow chnaging parameters of black detect #623
2022-12-28 23:55:41 +08:00
Mikael Finstad
13b8126bb2
fix bool arg #1387 2022-12-23 23:09:19 +08:00
Mikael Finstad
fdcfac27ce
fix broken second instance cli args
fixes #1387
2022-12-23 18:33:57 +08:00
Mikael Finstad
58a68e58a5
remove no longer needed code 2022-12-23 18:09:14 +08:00
dependabot[bot]
7df89a4697 Bump express from 4.17.2 to 4.18.2
Bumps [express](https://github.com/expressjs/express) from 4.17.2 to 4.18.2.
- [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.17.2...4.18.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-18 10:08:28 +07:00
Mikael Finstad
9ba10ea642
Update README.md 2022-12-14 13:21:39 +08:00
Mikael Finstad
02a23af7ca
Update README.md 2022-12-14 13:12:22 +08:00
Micah Bird
6d267f13c4 Add Download on Flathub badge to README 2022-12-14 12:10:43 +07:00
dependabot[bot]
125112e6c0 Bump loader-utils from 1.4.1 to 1.4.2
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-24 13:39:06 +08:00
Mikael Finstad
11206692cc fix lint 2022-11-24 13:38:33 +08:00
Mikael Finstad
b69a278675 3.48.2 2022-11-24 13:38:33 +08:00
Mikael Finstad
6292f1c7f2 fix broken requestSingleInstanceLock in MAS 2022-11-24 13:38:33 +08:00
Mikael Finstad
0e6f396225 move provisioning profiles 2022-11-24 13:38:33 +08:00
Mikael Finstad
540e570aa6 3.48.1 2022-11-24 13:38:33 +08:00
Mikael Finstad
68de24f18c add forgotten plugin 2022-11-24 13:38:33 +08:00
Mikael Finstad
b318644b93 3.48.0 2022-11-24 13:38:33 +08:00
Mikael Finstad
5e51e70091 fix gnerate-licenses 2022-11-24 13:38:33 +08:00
Mikael Finstad
4a25a3f510 scan i18n 2022-11-24 13:38:33 +08:00
Mikael Finstad
eee11d3e62 remoev unused 2022-11-24 13:38:33 +08:00
Mikael Finstad
966634de1d up sweetalert2-react-content 2022-11-24 13:38:33 +08:00
Mikael Finstad
691c35694e upgrade react-lottie-player 2022-11-24 13:38:33 +08:00
Mikael Finstad
ed7d46271e upgrade react-use 2022-11-24 13:38:33 +08:00
Mikael Finstad
6026c8e364 upgrad react 2022-11-24 13:38:33 +08:00
Mikael Finstad
01e8159ed3 upgrade react-scripts 2022-11-24 13:38:33 +08:00
Mikael Finstad
d41e53ef04 upgrade evergreen 2022-11-24 13:38:33 +08:00
Mikael Finstad
123c3a3402 move away from unmaintained react-hammerjs 2022-11-24 13:38:33 +08:00
Mikael Finstad
1174e1ec66 fix mas upload path 2022-11-24 13:38:33 +08:00
Mikael Finstad
e151d50e9d add linux category 2022-11-24 13:38:33 +08:00
Mikael Finstad
ed39d7f48c upgrade react-sortablejs 2022-11-24 13:38:33 +08:00
Mikael Finstad
4261d0f689 upgrade electron-builder 2022-11-24 13:38:33 +08:00
Mikael Finstad
0b36c71559 update i18n-scanner 2022-11-24 13:38:33 +08:00
Mikael Finstad
462ebbd718 fix target again 2022-11-24 13:38:33 +08:00
Mikael Finstad
a9df7a2c91 fix "target" 2022-11-24 13:38:33 +08:00
Mikael Finstad
15f7a0026d try to support apple silicon 2022-11-24 13:38:33 +08:00
Mikael Finstad
2f79332fdb fix isDev 2022-11-24 13:38:33 +08:00
Mikael Finstad
abdac785a4 fix deprecation 2022-11-24 13:38:33 +08:00