Commit Graph

1741 Commits (c1113c13d94347e71a7eb3bfee3571e2039c339c)
 

Author SHA1 Message Date
Mikael Finstad c1113c13d9
fix lint 3 years ago
Mikael Finstad f8a5f10db1
refactor 3 years ago
Mikael Finstad 141919f0a9
make extract all streams only extract enabled streams
closes #1335
3 years ago
Mikael Finstad 62706e1380
improve readme 3 years ago
Mikael Finstad 84535c8f8e
implement abort
closes #524
3 years ago
Mikael Finstad e49bfee750
refactor 3 years ago
Mikael Finstad 81979ecc0f
simplify 3 years ago
Mikael Finstad 655725eaec
improve headers 3 years ago
Mikael Finstad eaa8512e36
reorganize settings 3 years ago
Mikael Finstad 75f768dad7
always use timecode format setting
also when exporting files
3 years ago
Mikael Finstad 572a0caf1a
improve extract frames
allow extract frames with timestamp files names or file numbers
closes #1139
3 years ago
Mikael Finstad 9332fad5a1
improvements
- Capture the best image every nth second
- Capture exactly one image every nth second #1139
- Capture exactly one image every nth frame #1139
- Capture frames that differ the most from the previous frame
- fix broken progress (duration)
- refactor
3 years ago
Mikael Finstad 2c76993953
improve frame capture
- allow setting capture frame method https://github.com/mifi/lossless-cut/issues/88#issuecomment-1364636200
- allow changing quality #1141 #371
3 years ago
Mikael Finstad c5b3885c80
add some hevc support checking
#88 #1375 #1407
3 years ago
Mikael Finstad 97ba07d264
improve report url 3 years ago
Mikael Finstad e155af886a
fix bug 3 years ago
Mikael Finstad aacfe02d49
improve warning 3 years ago
Mikael Finstad be6a2627ae
set default export save dialog path
fixes #1393
3 years ago
Mikael Finstad d76c923730
improve success dialog 3 years ago
Mikael Finstad 5d8103e805
format detection improvements
- improve detection of mp4/mov #1353
- use adts for aac (ipod was incorrect)
3 years ago
Mikael Finstad d505af52ac
refine avc1 warning
#280
3 years ago
Mikael Finstad 54e377f112
simplify 3 years ago
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>
3 years ago
Mikael Finstad faa07424fb
rewrite checking logic
replace axios with ky
and add fake app check
3 years ago
Mikael Finstad d08ce601db
Update developer-notes.md 3 years ago
Mikael Finstad c35231fd0c
Add twitter 3 years ago
Mikael Finstad e09e1ebd89
Update issues.md 3 years ago
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
3 years ago
Mikael Finstad 55e9a0a088
clamp progress to 100% 3 years ago
Mikael Finstad cac788c441
show warning when ffmpeg vtag issue
also improve cut finished dialog
closes #1406
closes #280
respect "hide all notifications" more
3 years ago
Mikael Finstad 95e6a5d198
implement combine overlapping segments
https://github.com/mifi/lossless-cut/issues/1334#issuecomment-1367786230
3 years ago
Mikael Finstad e937cd0979
improvements
- make zoom exponential
- make segments copyable - fixes #719
3 years ago
Mikael Finstad 64966590e2
create segments from:
- scene changes
- keyframes

closes #1398

also limit max number of segments
and improve parameters dialog
3 years ago
Mikael Finstad 60bf1a5c5f
implement detect silence
closes #1334

also allow chnaging parameters of black detect #623
3 years ago
Mikael Finstad 13b8126bb2
fix bool arg #1387 3 years ago
Mikael Finstad fdcfac27ce
fix broken second instance cli args
fixes #1387
3 years ago
Mikael Finstad 58a68e58a5
remove no longer needed code 3 years ago
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>
3 years ago
Mikael Finstad 9ba10ea642
Update README.md 3 years ago
Mikael Finstad 02a23af7ca
Update README.md 3 years ago
Micah Bird 6d267f13c4 Add Download on Flathub badge to README 3 years ago
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>
3 years ago
Mikael Finstad 11206692cc fix lint 3 years ago
Mikael Finstad b69a278675 3.48.2 3 years ago
Mikael Finstad 6292f1c7f2 fix broken requestSingleInstanceLock in MAS 3 years ago
Mikael Finstad 0e6f396225 move provisioning profiles 3 years ago
Mikael Finstad 540e570aa6 3.48.1 3 years ago
Mikael Finstad 68de24f18c add forgotten plugin 3 years ago
Mikael Finstad b318644b93 3.48.0 3 years ago
Mikael Finstad 5e51e70091 fix gnerate-licenses 3 years ago