Anyone with experience using @kdecommunity's Craft on Windows? I just successfully built Kdenlive, but I'm sure not having any luck getting it to actually compile my changes.
I've edited the relevant source file that Craft auto-pulled from Git, run "craft kdenlive", nada.
1-digit frame indices get 0-padded to 2 digits with a leading 0, but 3-digit frame indices and up are unchanged. As the ordering in QVariantMap is based on the ordering of the keys, the keyframes end up serialized into JSON, and written into the project XML, out-of-order.
-
-
You end up with a JSON array where the JSON object representing keyframe (let's say) 102 immediately follows keyframe 0, then keyframe 10, 11 ... 19, 200, 201 ... then 20, 21, and so on.
-
Thing is, I'm not sure which portion of my fix attempt fixed it: forcing the width param to be arbitrarily wide (6 digits) in getRotoProperty - - which forces the string ordering to be correct - or making parseRotoProperty stage each keyframe in a linear list before adding them.
- Näytä vastaukset
Uusi keskustelu -
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.