Update on my struggles with compiling Kdenlive: The folks in the Kdenlive Dev Channel group on Telegram were very helpful, it turns out the incantation I needed was "craft --compile kdenlive". I looked harder at the bug, too. One-line fix: Move a +1 to the right.
-
Näytä tämä ketju
-
Until/unless the fix gets applied, here's the affected line: https://github.com/KDE/kdenlive/blob/master/src/assets/keyframes/model/keyframemodel.cpp#L740 … Adding +1 to the incoming value to log10() is a bit pointless. As log10() will return, say, 3 for a value of 1000, the intent here is clearly to add 1 to the *result* of the log10 call.
1 vastaus 1 uudelleentwiittaus 2 tykkäystäNäytä tämä ketju -
This will in turn give the proper width value to pass into QString::rightJustified in order to correctly zero-pad all of the keyframes' frame indices for proper sorting when serialized. I re-saved a project with munged keyframes, and everything popped back into place. Wahey!
1 vastaus 2 uudelleentwiittausta 8 tykkäystäNäytä tämä ketju
Meanwhile, a merge request has now been opened:https://invent.kde.org/multimedia/kdenlive/-/merge_requests/221 …
Lataaminen näyttää kestävän hetken.
Twitter saattaa olla ruuhkautunut tai ongelma on muuten hetkellinen. Yritä uudelleen tai käy Twitterin tilasivulla saadaksesi lisätietoja.