Kdenlive 25.04.1 has been released, featuring a range of fixes and enhancements. The updates encompass resolving the effect stack layout issue that occasionally hindered access to certain parameters, addressing a crash that occurred when loading multiple clips and switching project profiles, enhancing the speed of audio thumbnail generation, and optimizing memory usage for the automask feature.
The comprehensive changelog outlines several enhancements, including resolutions for audio thumbnail generation, addressing crashes when deleting multiple bin clips, modifications to profiles during clip loading, transitioning from unique_ptr to standard pointers, confirming the python virtual environment is located prior to initiating mask tasks, managing high memory usage of SAM2, AMF checksum adjustments, improvements to the audio mixer volume spinbox, rectifying the release script that was capturing an incorrect version for Kdenlive, enabling the pasting of multi-line text in the notes widget, resolving crashes when moving a single clip from a group or as a standalone clip, and addressing ghost widget and layout concerns within the effect stack.
Kdenlive
Kdenlive 25.04.1 is now available, containing several fixes and improvements. Fixed bugs and improvements include :
- Fix effect stack layout that sometimes prevented accessing some parameters
- Fix a crash when loading many clips and switching project profile
- Further speed increase for audio thumbnails generation
- Reduce memory usage of the automask feature, allowing to create masks for longer clips
It is nice to note that these two last changes were made by Balooii, a new Kdenlive contributor!
See the full changelog below.
Full Changelog
- Audio thumbnail generation: set discard flag for all but selected streams to reduce I/O. Commit.
- Fix crash deleting multiple bin clips. Commit.
- Fix crash on profile change while loading clips. Commit. See issue #2001.
- Don't try to cancel finished tasks. Commit. See issue #2001.
- Drop unique_ptr in favor of plain pointers to avoid dangling connections. Commit. See issue #2001
- Ensure the python venv is found before launching mask task. Commit.
- Fix high memory consumption of SAM2. Commit.
- Fix AMF checksum. Commit.
- Fix AMF download url. Commit.
- Fix audio mixer volume spinbox not really changing volume. Commit. See bug #503662.
- Fix release script catching incorrect version for Kdenlive. Commit.
- Fix pasting text with multiple lines in notes widget not seeing timecode. Commit.
- Fix crash moving single clip from group and standalone clip. Commit. Fixes bug #503626.
- Fix ghost widget and other layout issues in effectstack. Commit. Fixes bug #503562.
- Fix background removal not starting with box selection. Commit.
- Update copyright to 2025. Commit.
- Fix project corruption when pasting sequences into another project. Commit. Fixes bug #503227.
- Allow recovering project files with invalid sequence in bin. Commit. See bug #503227.
- Add spinbox with values in titler's gradient editor. Commit. See bug #502869.
- Fix titles cannot be created on first run. Commit.
- Fix titler text shadow angles. Commit.
- Fix title text outline has sharp angles. Commit. Fixes bug #437781.
- Fix editing title text with outline makes text ugly. Commit. Fixes bug #503205.
- Fix bin audio/video icons have wrong color if not using default color theme. Commit.
- Fix inverted logic in titler background previous commit. Commit.
- Titler: disable background type if background disabled. Commit. See bug #502869.
- Audio mix composition should only be allowed on audio tracks. Commit. Fixes bug #502998.
- Don't save disabled built-in effects when saving effect stack. Commit. Fixes bug #502973.
- Fix freeze extracting last clips in timeline. Commit. Fixes bug #503149.
- Nightly Flatpak: Update deps and sync with stable. Commit.
- Nightly Flatpak: Update runtime. Commit.
- Fix built-in flip effect creates orphaned widgets. Commit.
- Fix autosave is too agressive, causes lag in editing (switch minimum interval from a few seconds to 1 minute). Commit.