Bug 352407

Summary: New slideshow clip doesn't animate frames as requested (i.e. pan or zoom)
Product: [Applications] kdenlive Reporter: kdenizen <ckom26>
Component: Effects & TransitionsAssignee: Vincent PINON <vpinon>
Status: RESOLVED FIXED    
Severity: major CC: jb
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In: 15.08.1

Description kdenizen 2015-09-07 22:55:04 UTC
Adding new slideshow clip and selecting an animation for its pictures doesn't work in 2015.08.0-2 and mlt 0.9.8-1 (the slides don't pan or zoom). However, opening a 2015.04 project file with animated slideshows does what's supposed to do; newly added slideshows in the same project don't.

Upon further digging, I've found out that these newly added slideshow clips lack some lines in the project file and copying a few lines from a pre-2015.08 project-block activates animations, albeit erratic and jerky. The lines needed in the new format project files are:
  <filter id="filter6">
   <property name="mlt_service">affine</property>
   <property name="transition.geometry">0=0/0:100%x100%;29=-14%/-14%:120%x120%;30=-5%/-5%:110%x110%;59=0/0:110%x110%;60=0/-5%:110%x110%;89=-5%/0:110%x110%</property
  </filter>

Compiling kdenlive from git (kdenlive-applications15.08-git-15.08.0.r6267.c83bfc7) showed no improvement. Pre-2015.08 slideshow clips are animated, new ones not.



Reproducible: Always

Steps to Reproduce:
1. Project Bin -> Add Slideshow Clip -> Animation: Zoom
2. Add Clip to Timeline and Play
3. No profit



KDE Frameworks 5.13.0
Qt 5.5.0 (built against 5.5.0)
kdenlive 2015.08 and kdenlive-applications15.08-git-15.08.0.r6267.c83bfc7
Comment 1 Jean-Baptiste Mardelle 2015-09-11 19:01:41 UTC
Thanks for your report. Should now be fixed in current git, and will be included in Kdenlive 15.08.1 that will be released next week
Comment 2 kdenizen 2015-09-14 12:41:35 UTC
Thank you for your hard work!