Mastodon

Kdenlive 20.12.2, parte delle nostre versioni mensili di correzione dei bug, è ora disponibile con la soluzione di diversi problemi importanti. Tra le modifiche:

  • Risolto il problema con la copia di un effetto da una traccia a un’altra
  • Diverse correzioni / miglioramenti per la nuova funzione di sottotitolazione:
    • Implementato il copia/incolla
    • Risolto il problema con il ridimensionamento
    • Risolto il problema di codifica dei sottotitoli che si verificava su alcuni sistemi
    • Migliorata l’integrazione della timeline (la traccia ora può essere evidenziata e gli elementi ridimensionati con scorciatoie standard)
    • Varie correzioni di crash
  • Risolto l’arresto anomalo durante il tentativo di raggruppare/separare gli elementi durante l’esecuzione di un’operazione di trascinamento
  • Risolto il problema con il clic sulla timeline che non funzionava dopo un’operazione di cambio di velocità
  • Corretti i fotogrammi chiave, a volte interrotti, per gli effetti su clip immagine/titoli
  • Risolto il problema con il cambio di velocità che ripristinava il canale audio predefinito
  • Ripristinata la funzione di playlist per le clip proxy
  • Risolti i problemi di rendering su alcuni sistemi, come l’effetto slowmotion non più funzionante
  • Corrette le traduzioni dell’interfaccia utente non o solo parzialmente funzionanti
  • Sistemato il problema delle clip il mix (transizione su traccia singola) che non potevano essere tagliate o non si comportavano correttamente

I download sono disponibili come al solito dal scarica.

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