Mastodon

Kdenlive 20.12.2, parte della serie di versioni mensili di correzione dei bug, è ora disponibile e risolve diversi problemi importanti. Tra le modifiche:

  • Sistemata la copia di un efeftto da una traccia ad un’altra
  • Molte correzioni e miglioramenti per la funzionalità di sottotitolatura:
    • Implementati copia e incolla
    • Sistemata la funzione di ridimensionamento
    • Sistemato l’errore di codifica che si verificava su alcuni sistemi
    • Migliorata l’integrazione nella timeline (la traccia può essere ora evidenziata e gli elementi ridimensionati con le scorciatoie standard )
    • Numerose correzioni ad arresti anomali
  • 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 sequenza temporale che non funzionava dopo un’operazione di modifica della velocità
  • Risolto il problema con i fotogrammi chiave a volte non funzionanti immagini e titoli
  • Risolto il problema con il cambio di velocità che ripristinava il canale audio
  • Le proxy clip per le playlist funzionano nuovamente
  • Risolti i problemi di rendering su alcuni sistemi, come per l’effetto slowmotion che non era più funzionante
  • Risolto il problema con le traduzioni dell’interfaccia utente non funzionanti o solo parzialmente visibili
  • Risolto il problema con i mix (transiìzioni monotraccia)  che a volte non potevano essere tagliati o si comportavano in modo errato

I download sono disponibili come al solito dal <a href=”https://kdenlive.org/download”>nostro sito</a>

Lista completa
  • 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