3.44.0
github-actions
released this
10 Mar 04:03
·
1266 commits
to master
since this release
🎉 Most requested feature: 🎊
Implement smart cut (experimental) 🔥 #126 aka. accurate cuts.
Other improvements and fixes:
- build for linux arm64 (without ffmpeg) #1056
- improve format detection in concat/merge dialog and allow selecting any output format #1032
- auto-convert any subtitle to mov_text when output is mp4 #418
- auto convert subtitle mov_text to srt when trying to put it in matroska (and webm to webvtt)
- default to mov when pcm audio - fixes #947 #163 #367 #948
- losslessly convert pcm_bluray to pcm_s24le for non-mpegts output formats - fixes #476, #895
- increase size of concat dialog
- re-introduce merge menu item
- for mp4/mov, use vtag hvc1 instead of the default unsupported hev1 #1032
- copy disposition when concat (ffmpeg doesnt automatically)
- fix color bug
- remove menu from batch list (less clicks)
- improve batch list selection
- move sorting from merge dialog to batch files list #1043
- make sure to select previous item when deleting from batch list #89 (comment)
- improve canvas player to hopefully workaround losslesscut keeping file handles #272
- improve concat ffmpeg command logging #954
- add key binding for fix invalid duration #254
- allow using external ffmpeg executable #400
- fix play button #1048
- implement increase/descrease volume hotkeys #254
- try to fix issue where file does not open on macos (Open With LosslessCut)
- implement function to shift all segments times
- allow configuring where to store project file #1004
- chapters improvments #993 (with chapters only export, add gap chapters between segments)
- segment list allow selecting multiple
- implement "select segments by label" #993
- implement function to fill gaps between segments #993
- implement function to remove multiple segments
- Implement Extract all frames as images #1033
- implement label selected segments #993
- move merge options into separate dialog and add option to clear batch
- fix missing keyframe seek shortcuts #1038