Commit Graph

2849 Commits (2502204d28a8f1268780385f85fd6cdc93cff958)
 

Author SHA1 Message Date
Mikael Finstad 2502204d28
allow extracting markers as images too 1 year ago
Mikael Finstad 25021833e3
fix en translation 1 year ago
Mikael Finstad 250218b5ec
scan i18n 1 year ago
Mikael Finstad 25021840ab
add notice when exporting without cutting
also refactor
1 year ago
Mikael Finstad 250218d93e
refactor 1 year ago
Mikael Finstad 250218c625
add shortcuts #2289
- <kbd>shift</kbd>+<kbd>alt</kbd>+<kbd>up</kbd> Jump & seek to previous segment
- <kbd>shift</kbd>+<kbd>alt</kbd>+<kbd>down</kbd> Jump & seek to next segment
- <kbd>shift</kbd>+<kbd>alt</kbd>+<kbd>pageup</kbd> Jump & seek to first segment
- <kbd>shift</kbd>+<kbd>alt</kbd>+<kbd>pagedown</kbd> Jump & seek to last segment
1 year ago
Mikael Finstad 25021872b0
scan i18n 1 year ago
Mikael Finstad 250218f85f
implement streaming detection #2325
also simplify
1 year ago
Mikael Finstad 2502180e53
refac 1 year ago
Mikael Finstad 2502186ef4
improve docs 1 year ago
Mikael Finstad 2502189299
update snap 1 year ago
Mikael Finstad 2502188367
improvements
- implement "fill segment gaps" and "invert segments" for markers too
- new function: select all markers
- import PBF as markers - closes #993
1 year ago
Mikael Finstad 250218b8d9
rename 1 year ago
Mikael Finstad 250218e2d0
Split timeline by byte size
closes #1219
1 year ago
Mikael Finstad 250218bf5f
Feature: Markers
Segments that don't have any end time are now considered markers and rendered differently. Markers are not exported.
All segments will now have a start time defined - llc project file version bumped to v2 (to migrate missing `start` times)

Also: Removed old csv project auto import
1 year ago
Mikael Finstad 250217ffe1
remove unused 1 year ago
Mikael Finstad 2502179303
fix bug 1 year ago
Mikael Finstad 250217fee6
fix broken loop selected segments 1 year ago
Mikael Finstad 25021774bb
refactor away apparentCutSegments
also:
- don't show invert selected segments when inverse cut mode
- fix i18n string
- simplify types
1 year ago
Mikael Finstad 250217344f
fix any types
this also fixes a bug where concat check used the incorrect stream meta "fps" (instead of avg_frame_rate)
1 year ago
Mikael Finstad 8485b14019
Update issues.md 1 year ago
Mikael Finstad 250215687a
add note about audio channels 1 year ago
Mikael Finstad 25021546f4
start at 1 instead of 0 #2296 1 year ago
dependabot[bot] 9fe76f22c3 Bump @octokit/request-error from 5.0.1 to 5.1.1
Bumps [@octokit/request-error](https://github.com/octokit/request-error.js) from 5.0.1 to 5.1.1.
- [Release notes](https://github.com/octokit/request-error.js/releases)
- [Commits](https://github.com/octokit/request-error.js/compare/v5.0.1...v5.1.1)

---
updated-dependencies:
- dependency-name: "@octokit/request-error"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Mikael Finstad 2502145d7e
dedupe 1 year ago
dependabot[bot] bf94961d99 Bump vitest from 2.0.3 to 2.1.9
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.0.3 to 2.1.9.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.9/packages/vitest)

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

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Mikael Finstad 855f1b4bb1
upgrade ffmpeg on mac
fixes #1671
1 year ago
Mikael Finstad 572f20981c
add template variables
FILE_EXPORT_COUNT
EXPORT_COUNT

closes #2296
1 year ago
Mikael Finstad df1f6acd8b
improve doc 1 year ago
Mikael Finstad d73896c96f
improve readme 1 year ago
Mikael Finstad 332259d634
refactor 1 year ago
Mikael Finstad ed05c76f23
improve docs #2315 1 year ago
Mikael Finstad cfe7620d2e
add donate button
closes #2318
1 year ago
Mikael Finstad c06ab1eef9
Update issues.md 1 year ago
Mikael Finstad 6cbbf017e9
Update issues.md 1 year ago
Mikael Finstad 250201100d
upgrade uplod artifacts 1 year ago
Mikael Finstad 250201a4c5
improve faq 1 year ago
Mikael Finstad 0975a7c731
Update batch.md 1 year ago
Mikael Finstad 08b0a185ec
Update batch.md 1 year ago
Mikael Finstad 06cae06f4b
allow editing segments by js expression
closes #2128 #2305
1 year ago
Mikael Finstad edca7521a1
allow creating initial segment 1 year ago
Mikael Finstad 2501225499
dedupe 1 year ago
dependabot[bot] f60cdac7ff Bump vite from 5.4.8 to 5.4.12
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.8 to 5.4.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Mikael Finstad 2501215fd3
improve log 1 year ago
Mikael Finstad 13d65c8029
Merge branch 'master' of github.com:mifi/lossless-cut 1 year ago
Mikael Finstad 590fabc813
Update issues.md 1 year ago
Mikael Finstad 2501212755
try to fix crash on linux 1 year ago
Mikael Finstad 8b43485579
Update README.md 2 years ago
Mikael Finstad 59f117af2f
fixes 2 years ago
Mikael Finstad fe7682590b
add tests for edl 2 years ago