Summary: | Git master 2016-01-01 - Saved custom filter stack has fixed keyframes | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | Evert Vorster <evorster> |
Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | wegwerf-1-2-3 |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Evert Vorster
2016-01-01 12:00:25 UTC
I've noticed this before too; it also seems to happen when copying and pasting effects within an project from one clip to another. However, sometimes the improper keyframe translation kicks in, sometimes not. I still need to find out exactly when this happens. I have uploaded a clip of where I play with this bug. The first bit I am just getting rid of the keyframe dialog on the effects, and showing that it can be a bit of a schlepp with a large filter stack. However, this bug also exposes a powerful feature, where every filter can be keyframed. In the rest of the uploaded clip I am keyframing "Defish", which is not normally keyframeable. So, it's possible, and would be a very powerful feature. The clip is uploaded at https://youtu.be/et1c2gB6k3g Git commit ee7a170a5af9bd94498eb8458e8e6a1c6ff68ea0 by Jean-Baptiste Mardelle. Committed on 13/01/2016 at 23:45. Pushed by mardelle into branch 'master'. Fix keyframes sometimes broken when copy/paste M +23 -5 src/mltcontroller/effectscontroller.cpp M +2 -3 src/mltcontroller/effectscontroller.h M +2 -14 src/timeline/customtrackview.cpp http://commits.kde.org/kdenlive/ee7a170a5af9bd94498eb8458e8e6a1c6ff68ea0 Fixed... Thanks for the fix, but..... I would still like to be able to add keyframes to some effects that don't have them now. Just to be sure, the Defish effect is keyframable, like all freior effects. You must click on the small clock icon above parameter to display the keyframes list. Currently keyframes handling is a bit inconsistent in Kdenlive because there are several UIs, but I hope we can work on improving the keyframes ui during our next coding sprint |