Steps to reproduce: 1. Start Kdenlive 2. Add video clip (with audio stream) 3. Place clip twice in timeline 4. Add Fade from black and Fade in effects to first clip in timeline in this order 5. Change effect duration parameter values to 10 and 15 frames 6. Copy the clip that has the effects 7. Paste the effects to the second clip Expected result: 1. Second clip has identical effect parameters Actual result: 1. Second clip's Fade in effect has 10 frames duration instead of 15. Reproduceable always. Video: https://youtu.be/b4VYyhZ5Pkw
Git commit d9b115f306102af528581ff3071c3c4e91a77372 by Jean-Baptiste Mardelle. Committed on 06/12/2015 at 13:38. Pushed by mardelle into branch 'Applications/15.12'. Fix fades sometimes incorrectly displayed / messed up when 2 fades were added to a clip M +71 -45 src/timeline/clipitem.cpp M +110 -91 src/timeline/customtrackview.cpp http://commits.kde.org/kdenlive/d9b115f306102af528581ff3071c3c4e91a77372
I can confirm that this appears to be working now: https://www.youtube.com/watch?v=Qi8DA3OHta4 Thanks!