| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest-linux.yml | 2026-06-04 | 389 Bytes | |
| LosslessCut-linux-x64.tar.bz2 | 2026-06-04 | 190.7 MB | |
| LosslessCut-linux-arm64.tar.bz2 | 2026-06-04 | 121.7 MB | |
| LosslessCut-linux-armv7l.tar.bz2 | 2026-06-04 | 115.5 MB | |
| LosslessCut-linux-x86_64.AppImage | 2026-06-04 | 221.6 MB | |
| latest-mac.yml | 2026-06-03 | 500 Bytes | |
| LosslessCut-mac-arm64.dmg | 2026-06-03 | 156.7 MB | |
| LosslessCut-mac-arm64.dmg.blockmap | 2026-06-03 | 164.1 kB | |
| LosslessCut-mac-x64.dmg | 2026-06-03 | 168.6 MB | |
| LosslessCut-mac-x64.dmg.blockmap | 2026-06-03 | 177.7 kB | |
| LosslessCut-win-arm64.7z | 2026-06-03 | 106.8 MB | |
| LosslessCut-win-x64.7z | 2026-06-03 | 146.2 MB | |
| LosslessCut-mac-universal-DONT-USE-THIS-FILE.pkg | 2026-06-03 | 291.1 MB | |
| LosslessCut-win-arm64-DONT-USE-THIS-FILE.appx | 2026-06-03 | 232.0 MB | |
| LosslessCut-win-x64-DONT-USE-THIS-FILE.appx | 2026-06-03 | 248.0 MB | |
| 3.69.0 source code.tar.gz | 2026-06-03 | 2.6 MB | |
| 3.69.0 source code.zip | 2026-06-03 | 2.8 MB | |
| README.md | 2026-06-03 | 1.5 kB | |
| Totals: 18 Items | 2.0 GB | 259 | |
- Add lossless cropping & aspect ratio override via bitstream and container metadata [#643]
- Alow shifting tracks for each file (
-itsoffset) [#216] - Add "decimate video" tool to filter away all non-keyframes [#2111]
- Add Windows ARM 64 native build with native ffmpeg
- Move timecode out of timeline and make it copy-able [#2592] [#2691] [#2800] [#483] [#2808]
- Upgrade Electron to latest
- Add new "opposing" align mode [#2654]
- Add FFmpeg
-hwaccel autosetting for hardware acceleration of certain operations - Add API events
export-startandexport-complete - Allow deleting track metadata [#2819]
- Improve shift segments dialog [#2839]
- Show keyboard shortcuts inside button tooltips in UI
- Warn if trying to cut with too few keyframes around cutpoint [#516] [#2780] [#2756]
- (Linux) include app name in notification [#2794]
- Pull latest translations
Other notable changes:
- Advanced output directory selector [#2101] [#2115] [#2755]
- increase max file name length to 250 (truncation) [#2779]
- don't reset playback speed when using special playback modes [#2889]
- preserve chapters when merging files that already have chapters
- don't merge adjacent segments in combineOverlappingSegments [#2896]
- don't transfer segment name when filling gaps [#2754]
- always scroll up to zoom in [#2703] [#2786]
- increase max keyframes to 10000
- Don't bind ctrl/cmd+c by default (they interfer with copying text)
- Many other improvements and fixes