Mastodon

Kdenlive 20.12.2, part of our monthly bugfix release, is now available and fixes several important issues. Among the changes:

  • Fix copying an effect from a track to another
  • Several fixes/improvements for the newly added subtitle feature:
    • Implement copy/paste
    • Fix broken resize
    • Fix subtitles encoding issue happening on some systems
    • Improve timeline integration (track can now be highlighted and items resized with standard shortcuts)
    • Various crash fixes
    • Windows: Subtitle with special characters like äöü are now correct viewed after re-loading the project file.
  • Fix crash when trying to group/ungroup items while performing a drag operation
  • Fix timeline click not working after a speed change operation
  • Fix effect keyframes sometimes broken on image / title clips
  • Fix speed change resetting audio channel
  • Make playlist proxy clips work again
  • Fix rendering issues on some systems, like slowmotion effect not working
  • Fix UI translations not working or only partially
  • Fix clips with mix sometimes cannot be cut or behaving incorrectly

The downloads are available as usual from our Download page.

Full log
  • Allow resizing unselected subtitles. Commit.
  • Remove env variable breaking UI translation. Commit.
  • Fix clip with mix transition cannot be cut in some circumstances. Commit.
  • Ensure all track tags have the same width if more than 10 tracks. Commit.
  • Fix rendering uses wrong locale, resulting in broken slowmotion in render and possibly other issues on some locales. Commit.
  • Expose proxy info in playlist clip properties (to allow delete, etc). Commit.
  • Fix proxied playlists rendering blank and missing sound. Commit.
  • Fix playlist proxies broken. Commit.
  • Fixed issue where changing speed resets audio channel of clip to channel 1. Commit.
  • Ensure color/image/title clips parent producer always has out set as the longest duration of its timeline clips. Commit.
  • Ensure clips have an “unnamed” label if name is empty. Commit.
  • Effect keyframe minor fixes (improve hover color and allow pasting param to keyframe 0). Commit.
  • Re-enable audio playback on reverse speed. Commit.
  • Fix changing speed breaks timeline focus. Commit.
  • Ensure a group/ungroup operation cannot be performed while dragging / resizing a group. Commit.
  • Cleanup monitor overlay toolbars and switch to QtQuick2 only. Commit.
  • Improve show/hide monitor toolbar (ensure it doesn’t stay visible when mouse exits monitor). Commit.
  • Correctly disable subtitle widget buttons when no subtitle is selected, add button tooltips. Commit.
  • Fix lift value incorrect on click. Commit. Fixes bug #431676
  • Update render target when saving project under a new name. Commit.
  • Improve and fix ressource manager, add option to add license attribution. Commit.
  • Fix some crashes on subtitle track action. Commit.
  • Set range for zoome of avfilter.zoompan to 1-10 (effect doesn’t support. Commit.
  • Improve subtitle track integration: add context menu, highlight on active. Commit.
  • Fix incorrect arguments parsing on app restart. Commit.
  • Fix build. Commit.
  • Attempt to fix subtitle encoding issue. Commit.
  • Fix recent regression (crash moving clip in timeline). Commit.
  • Fix subtitles not displayed on project opening. Commit.
  • Update copyright year to 2021. Commit.
  • Fix disabled clip regression (color and opacity changes were not applied anymore). Commit.
  • Fix compilation. Commit.
  • Delete equalizer.xml. Commit.
  • Delete eq.xml. Commit.
  • Delete selectivecolor.xml. Commit.
  • Delete unsharp.xml. Commit.
  • Dragging an effect from a track to another should properly activate icon and create an undo entry. Commit.
  • Always keep timeline cursor visible when seeking with keyboard, not only when “follow playhead when playing is enabled”. Commit.
  • Fix broken Freesound login and import. Commit.
  • Fix regression in subtitle resize. Commit.
  • Fix clips incorrectly resized on move with mix. Commit.
  • Fix grouped clips independently resized when resizing the group. Commit.
  • Implement missing subtitle copy/paste. Commit. Fixes bug #430843