Mastodon

Normalerweise sind die Punkt-Versionen für Fehlerbehebungen gedacht, aber Kdenlive 20.08.2 enthält eine Reihe von Änderungen die einer Hauptversion würdig sind. Neben einigen Speicherleck-Korrekturen und Verbesserungen der Benutzerfreundlichkeit bringt diese Version die automatische Szenenaufteilung zurück, fügt der Linux-Version experimentelle GPU-Rendering-Profile für das Rendering, Proxy-Erstellung und Rendering in der Zeitleistenvorschau (Windows wird zu einem späteren Zeitpunkt folgen) und einen neuen Crop-Effekt hinzu. Weitere bemerkenswerte Änderungen sind die bessere Handhabung von Projekten mit fehlenden Clips, das verbesserte Laden von Projekten und die Korrektur fehlerhafter Lautstärkeanzeigen im Audiomixer. Die Windows-Version erhält 45 neue Audio-LADSPA-Effekte (CMT) und 3 Video frei0r-Effekte (Cairo).

Aber das Beste ist wirklich, dass diese Version viele Commits von neuen Beitragenden hat. Machen Sie mit, den besten FLOSS-Videoeditor der Welt zu entwickeln 🙂 (FLOS=Free/Libre Open Source Software)

Automatische Szenenaufteilung

Die automatische Szenenaufteilung ermöglicht es, verschiedene Szenen eines Clips zu erkennen und entweder in Unterclips aufzuteilen oder Markierungen hinzuzufügen. Im Fenster Projektinhalt mit der rechten Maustaste auf einen Clip klicken und dann zu Clip-Vorgänge gehen.

Crop By Padding Filter (Zuschneiden durch Auffüllen Filter)

 

Vollständiges Protokoll (Englisch)

  • Add xml for qtcrop filter. Commit.
  • Fix freeze on memory usage loading invalid clips. Commit.
  • Fix track insertion in mixed view mode. Commit. See bug #403443
  • Fix track order in mixed track view. Commit.
  • Fix compilation. Commit.
  • Fix monitor preview messing monitor zoom. Commit.
  • Restore toolbars in default editing layout. Commit.
  • Fix saving lift/gamma/gain effect results in broken ui. Commit.
  • Fix PreviewJob memory leak. Commit.
  • Fix deprecated install location. Commit.
  • Fix audio mixer track effects applied twice when reopening project, leading to incorrect volume. Commit.
  • Fix mem leak when another process was writing a clip that is included in a project. Commit.
  • Fixed automatic scene split (bug #421772). Commit.
  • On project opening, fix detection of proxied clips with missing source and proxy. Commit.
  • Fix incorrect hash check causing incorrect reload dialog on project opening. Commit.
  • Fix corrupted slowmotion clips on document opening. Commit.
  • Fix speed change effect lost when opening project with missing clip, and broken handling of missing proxied clips with speed effect. Commit.
  • Ensure we check file hash on every project opening to ensure clips have not changed and an incorrect hash is not stored. Commit.
  • Add missing “=” symbol in GPU profile. Commit.
  • Add GPU profiles provided by Constantin Aanicai. https://kdenlive.org/en/2020/08/kdenlive-20-08-is-out/#comment-5089. Commit.
  • [Experimental] Added GPU profiles for rendering proxies and timeline preview … Commit.
  • Fix crash on some projects opening. Commit. Fixes bug #409477
  • Fix compilation. Commit.
  • Fix cut/resize audio clip invalidating timeline preview. Commit.
  • Remove test stuff. Commit.
  • Delay locale reset to allow correct ui translation. Commit.
  • Attempt to mimic Shotcut’s locale handling. Commit.
  • Ensure default layout names are translatable. Commit.
  • Fix clicking on clip marker label moving timeline cursor to approximate position. Commit.
  • Use another ref on the producer when saving project (might help in case another operation is performed on the producer). Commit.
  • Add corruption check before creating backup file. Commit.