Kdenlive 20.12.2, Teil der monatlichen Bugfix-Release, ist jetzt verfügbar und behebt mehrere bedeutende Probleme. Zu den Änderungen gehören:
- Fix: Kopieren eines Effekts von einer Spur in eine andere.
- Verschiedene Korrekturen/Verbesserungen für die Untertitelfunktion:
- Kopieren/Einfügen implementiert
- Fix: Fehlerhafte Grössenänderung
- Fix: Codierfehler von Untertiteln (trat auf einigen Systemen auf).
- Verbesserte Timeline-Integration (Die Untertielspur kann jetzt markiert und die Elemente mit Standard-Tastenkombinationen in der Größe verändert werden)
- Verschiedene Crash-Fixes
- Windows: Untertitel mit Sonderzeichen wie äöü werden jetzt nach erneutem Laden der Projektdatei korrekt angezeigt.
- Fix: Crash beim Versuch Elemente zu gruppieren/ungruppieren, während eine Drag-Operation ausgeführt wird
- Fix: Klick in die Timeline funktioniert nicht nach einer Geschwindigkeitsänderung
- Fix: Effekt-Keyframes bei Bild-/Titelclips manchmal fehlerhaft.
- Fix: Geschwindigkeitsänderung setzt Audiokanal zurück
- Fix: Playlist-Proxy-Clips sind wieder funktionsfähig
- Fix: Rendering-Probleme auf einigen Systemen, z. B. funktioniert der Zeitlupeneffekt nicht
- Fix: UI-Übersetzungen funktionieren nicht oder nur teilweise
- Fix: Clips mit same-track-transition lassen sich manchmal nicht schneiden oder verhalten sich fehlerhaft
Die Downloads finden Sie wie gewohnt auf unserer Download-Seite.
Komplette Übersicht der Fixes (Englisch)
- 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