Mikael Finstad
2a302c5d17
Merge pull request #2856 from mifi/dependabot/npm_and_yarn/i18next-fs-backend-2.6.4
...
Bump i18next-fs-backend from 2.6.1 to 2.6.4
2 months ago
Mikael Finstad
77e59e7023
Merge pull request #2827 from mifi/dependabot/npm_and_yarn/lodash-4.18.1
...
Bump lodash from 4.17.23 to 4.18.1
2 months ago
Mikael Finstad
e4546beccc
Merge pull request #2872 from mifi/dependabot/npm_and_yarn/fast-xml-builder-1.1.9
...
Bump fast-xml-builder from 1.0.0 to 1.1.9
2 months ago
dependabot[bot]
975cea5c0a
Bump fast-xml-builder from 1.0.0 to 1.1.9
...
Bumps [fast-xml-builder](https://github.com/NaturalIntelligence/fast-xml-builder ) from 1.0.0 to 1.1.9.
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-builder/blob/main/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-builder/commits/1.1.9 )
---
updated-dependencies:
- dependency-name: fast-xml-builder
dependency-version: 1.1.9
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 months ago
Mikael Finstad
d1dfece968
Merge pull request #2871 from mifi/dependabot/npm_and_yarn/postcss-8.5.14
...
Bump postcss from 8.5.6 to 8.5.14
2 months ago
Mikael Finstad
196ceece13
Merge pull request #2870 from mifi/dependabot/npm_and_yarn/vite-7.3.2
...
Bump vite from 7.3.0 to 7.3.2
2 months ago
dependabot[bot]
5508dc13d6
Bump postcss from 8.5.6 to 8.5.14
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.5.6 to 8.5.14.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.5.6...8.5.14 )
---
updated-dependencies:
- dependency-name: postcss
dependency-version: 8.5.14
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 months ago
dependabot[bot]
0de6db79f1
Bump vite from 7.3.0 to 7.3.2
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 7.3.0 to 7.3.2.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.3.2
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2 months ago
Mikael Finstad
56f5af3894
Merge pull request #2869 from mifi/dependabot/npm_and_yarn/ip-address-10.2.0
...
Bump ip-address from 10.1.0 to 10.2.0
2 months ago
dependabot[bot]
accd693962
Bump ip-address from 10.1.0 to 10.2.0
...
Bumps [ip-address](https://github.com/beaugunderson/ip-address ) from 10.1.0 to 10.2.0.
- [Commits](https://github.com/beaugunderson/ip-address/commits )
---
updated-dependencies:
- dependency-name: ip-address
dependency-version: 10.2.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 months ago
Piotr Korzuszek
97d9d6692f
Show keyboard shortcuts in button tooltips
2 months ago
Mikael Finstad
260426e3d8
update website links
3 months ago
dependabot[bot]
50f5db8daa
Bump @xmldom/xmldom from 0.8.10 to 0.8.13
...
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom ) from 0.8.10 to 0.8.13.
- [Release notes](https://github.com/xmldom/xmldom/releases )
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xmldom/xmldom/compare/0.8.10...0.8.13 )
---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
dependency-version: 0.8.13
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
dependabot[bot]
5bb9cd14f1
Bump i18next-fs-backend from 2.6.1 to 2.6.4
...
Bumps [i18next-fs-backend](https://github.com/i18next/i18next-fs-backend ) from 2.6.1 to 2.6.4.
- [Changelog](https://github.com/i18next/i18next-fs-backend/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next-fs-backend/compare/v2.6.1...v2.6.4 )
---
updated-dependencies:
- dependency-name: i18next-fs-backend
dependency-version: 2.6.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
Bala Vignesh S
2b9654bad9
feat: add lossless crop, rotate & aspect ratio via bitstream metadata ( #643 )
...
Implements lossless video transformation via codec bitstream filters:
- H.264: h264_metadata (crop_left/right/top/bottom, sample_aspect_ratio)
- HEVC: hevc_metadata (crop_left/right/top/bottom, sample_aspect_ratio)
- Other codecs: container-level -aspect flag fallback
Changes:
- types.ts: Add BsfCropParams, BsfAspectRatioParams interfaces and
bsfCrop/bsfAspectRatio fields to StreamParams
- useFfmpegOperations.ts: Inject crop and SAR bitstream filters into
the existing customParamsArgs() pipeline, with codec auto-detection
- StreamsSelector.tsx: Add lossless crop UI (4 number inputs for
left/right/top/bottom) and aspect ratio UI (num:den) to the stream
parameters editor, with codec compatibility detection and VLC warning
No re-encoding required - uses -codec copy with -bsf:v metadata injection.
Tested compatible with mpv, MPC-HC, Firefox, ffplay, Microsoft Photos.
Known issue: VLC has a bug interpreting H.264 crop metadata (VLC #27382 ).
3 months ago
dependabot[bot]
e9d0adfde9
Bump lodash from 4.17.23 to 4.18.1
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.23 to 4.18.1.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.18.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
Mikael Finstad
260405e796
fix ffmpeg win arm64
3 months ago
thematuu
fd529a5699
Merge remote-tracking branch 'upstream/master'
3 months ago
Mikael Finstad
5e1bb1fd00
Add 'reverse' to list of unsupported features
4 months ago
Mikael Finstad
03b69a34d2
Merge pull request #2816 from mifi/dependabot/npm_and_yarn/picomatch-2.3.2
...
Bump picomatch from 2.3.1 to 2.3.2
4 months ago
dependabot[bot]
8a3590489b
Bump picomatch from 2.3.1 to 2.3.2
...
Bumps [picomatch](https://github.com/micromatch/picomatch ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases )
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2 )
---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
Mikael Finstad
d63f972b38
Merge pull request #2806 from mifi/dependabot/npm_and_yarn/flatted-3.4.2
...
Bump flatted from 3.3.0 to 3.4.2
4 months ago
Mikael Finstad
6e97112b5c
Merge pull request #2810 from mifi/dependabot/npm_and_yarn/file-type-21.3.2
...
Bump file-type from 21.3.1 to 21.3.2
4 months ago
dependabot[bot]
fdb0709827
Bump file-type from 21.3.1 to 21.3.2
...
Bumps [file-type](https://github.com/sindresorhus/file-type ) from 21.3.1 to 21.3.2.
- [Release notes](https://github.com/sindresorhus/file-type/releases )
- [Commits](https://github.com/sindresorhus/file-type/compare/v21.3.1...v21.3.2 )
---
updated-dependencies:
- dependency-name: file-type
dependency-version: 21.3.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
Mikael Finstad
2b93a38a15
Merge pull request #2809 from kasmok/snap-core22-base
...
Set snap base to core22 for newer GPU support
4 months ago
Kyle Kasten
8eaa3b2031
Set snap base to core22 for newer Mesa/GPU support
...
The snap defaults to core20 (Ubuntu 20.04) which bundles Mesa drivers
too old for newer GPUs (e.g. Intel Arrow Lake 8086:64a0). Setting base
to core22 pulls in the Ubuntu 22.04 GNOME platform snap with updated
Mesa drivers, fixing segfaults on launch.
Fixes #2614
4 months ago
dependabot[bot]
3ac5924f22
Bump flatted from 3.3.0 to 3.4.2
...
Bumps [flatted](https://github.com/WebReflection/flatted ) from 3.3.0 to 3.4.2.
- [Commits](https://github.com/WebReflection/flatted/compare/v3.3.0...v3.4.2 )
---
updated-dependencies:
- dependency-name: flatted
dependency-version: 3.4.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
Mikael Finstad
2603142fbc
fix last waveform segment overflowing
...
fixes #2798
4 months ago
Mikael Finstad
260314db55
add FFmpeg `-hwaccel auto` setting
...
and show loading elapsed time
closes #2746
4 months ago
Mikael Finstad
aad01cc1ce
Merge pull request #2802 from mifi/dependabot/npm_and_yarn/immutable-5.1.5
...
Bump immutable from 5.1.4 to 5.1.5
4 months ago
Mikael Finstad
618c82e143
Merge pull request #2801 from mifi/dependabot/npm_and_yarn/file-type-21.3.1
...
Bump file-type from 21.3.0 to 21.3.1
4 months ago
Mikael Finstad
260313d86b
improve trouble shooting
4 months ago
dependabot[bot]
4dd1f6ae7c
Bump immutable from 5.1.4 to 5.1.5
...
Bumps [immutable](https://github.com/immutable-js/immutable-js ) from 5.1.4 to 5.1.5.
- [Release notes](https://github.com/immutable-js/immutable-js/releases )
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/immutable-js/immutable-js/compare/v5.1.4...v5.1.5 )
---
updated-dependencies:
- dependency-name: immutable
dependency-version: 5.1.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
dependabot[bot]
06258c3db4
Bump file-type from 21.3.0 to 21.3.1
...
Bumps [file-type](https://github.com/sindresorhus/file-type ) from 21.3.0 to 21.3.1.
- [Release notes](https://github.com/sindresorhus/file-type/releases )
- [Commits](https://github.com/sindresorhus/file-type/compare/v21.3.0...v21.3.1 )
---
updated-dependencies:
- dependency-name: file-type
dependency-version: 21.3.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
Mikael Finstad
2603132da0
increase max file name length to 250 (truncation)
...
closes #2779
4 months ago
Mikael Finstad
260313b7c9
improve error handling
...
closes #2797
4 months ago
Mikael Finstad
2603134dcc
enable also arm64 appx #2789
4 months ago
Mikael Finstad
2603130a2e
include app name in notification on linux
...
fixes #2794
4 months ago
Mikael Finstad
260312b4f9
improve troubleshooting
4 months ago
Mikael Finstad
2603126ad4
implement advanced output directory selector
...
closes #2101 #2115 #2755
4 months ago
Mikael Finstad
2603125fb2
include ffmpeg version in report
...
and log on startup
4 months ago
Mikael Finstad
260302b9f8
fix key migration
...
version doesn't work when it doesn't previously exist
4 months ago
Mikael Finstad
260301c920
improve doc #2699
4 months ago
Mikael Finstad
2603017e84
auto save disabled initial segment
...
https://github.com/mifi/lossless-cut/issues/2745#issuecomment-3979480707
4 months ago
Mikael Finstad
e843ea5dd2
Merge pull request #2788 from talynone/WINARM64
...
Add Windows ARM 64 native build with native ffmpeg
4 months ago
Mikael Finstad
e759a61447
Apply suggestion from @mifi
4 months ago
talynone
8f7957b49c
Stick the sharp version for icon-gen so Windows 11 ARM runner build works
4 months ago
Mikael Finstad
260301f94d
add new "opposing" align mode
...
closes #2654
4 months ago
Mikael Finstad
26030181c7
improve faq
4 months ago
Mikael Finstad
2603017702
improve doc
...
closes #2751
4 months ago