Mastodon

The second release of the 21.08 series is out with a polishing galore throughout all Kdenlive components. Compositing highlights include added align parameters to the Composite interface, fixing line artifacts affecting the Slide composition, compositions display correctly on clips with same track transitions, Transform and Composite & Transform compositions adjust properly to frame size. Fade to Alpha effect is fixed. The Color picker now works properly when using multiple screens and the color display in the monitors is now accurate. Under the hood improvements include the crash detection and recovery system has been improved, fix Stabilize and Scene Detection jobs, removed noise when opening a project, don’t allow importing of project cache folders and always use UTF8 encoding when writing files.

Full log

  • Fix remove space in all tracks with locked tracks. Commit.
  • Fix spacer track sometimes not allowing to reduce space. Commit.
  • Drop MLT’s composite transition for Slide transition. Commit.
  • Remove broken “duplicate bin clip with timeremap” stuff that caused crash dropping playlists in timeline. Commit. Fixes bug #441777
  • Fix color picker in multiscreen config. Commit.
  • Fix monitor zoom affecting titler background frame. Commit.
  • Ensure we always use UTF-8 enconding when writing files. Commit.
  • Startup crash detection: make the check later so that we can also detect movit crash and propose to reset the config file. Commit.
  • When editing / creating a render profile, focus the edited profile on save. Commit.
  • Filter tasks: fix encoding issue breaking job (stabilize, motion tracker). Commit.
  • Improve color accuracy of preview (backported from Shotcut). Commit.
  • Fix fake rect parameter not updating monitor overlay (alhpashape, corners) when changing value in effect stack. Commit.
  • Fix adjust to frame size option in transform/position & zoom compositions. Commit.
  • Fix color picker incorrectly selecting a rect zone after first use. Commit.
  • Fix compositions hidden when top clip had a same track transition. Commit.
  • Fix same track transition erratic resize. Commit.
  • Fix possible crash on incorrect active effect. Commit.
  • Move avfilter_loudnorm.xml to the correct place (avfilter dir). Commit.
  • Clear effect xmls by moving frei0r into a seperate folder. Commit.
  • Multitrack view: Fix scaling in some cases eg. with rotoscoping. Commit.
  • “Composite” composition: add align parameters to UI. Commit.
  • Don’t show time remapping dock by default. Commit.
  • Ensure bin audio thumbnails are loaded on project open. Commit.
  • Fix title widget background frame not showing up. Commit.
  • Crop effect: use project resolution by default(solves proxy issue). Commit. Fixes bug #408235
  • Fix bug and crash in keyframe apply value to selected keyframes. Commit.
  • Fix fade to alpha broken with MLT-7. Commit.
  • Fix “gpstext” effect default value. Commit.
  • Update mask_start_frei0r_select0r.xml. Commit.
  • Update CMakeLists.txt. Commit.
  • Uploaded gpstext.xml. Commit.
  • Update kdenliveeffectscategory.rc. Commit.
  • Update kdenliveeffectscategory.rc. Commit.
  • Update mask_start_frei0r_select0r.xml. Commit.
  • Update blacklisted_effects.txt. Commit.
  • Hide mask_start (unusable as a standalone effect). Commit.
  • Add a mask_start version of frei0r.select0r for secondar color. Commit.
  • Fix crash when dropping audio/video only from monitor to bin. Commit.
  • Fix undo effect change was restoring incorrect parameter. Commit.
  • Fix scene detection job (should now work on Windows). Commit.
  • Don’t allow importing a project cache folder (audio/video thumbs, proxy,…). Commit.
  • Fix render name incorrectly kept in some cases after save as. Commit.
  • Fix paste position when mouse is over subtitle track. Commit.
  • Fix crash on pasting grouped subtitle. Commit. Fixes bug #439524
  • Fix noise when setting producer (e.g. when opening a project). Commit. Fixes bug #433847