Created attachment 101494 [details] Screenshot from settings I added a Slideshow clip to project. Turned on "dissolve" transition. The parameter's value was default (1s). I started preview. There were transition between slides. Then I changed that parameter to 2s. Started preview again. And then there were no transitions between slides at all. Changing it back to 1s didn't help. I've started a thread about it there: https://forum.kde.org/viewtopic.php?f=270&t=136486
one problem with the slideshow transition duration might be, that when the slideshow is created the property "luma_duration" is set to a value in the timecode but when the producerqueue sets the "duration" property for the luma filter it just grabs that timecode as a string and then calls .toInt() which seems to result in the duration being "0". [from src/mltcontroller/producerqueue.cpp, lines 531 and 533] QString luma_duration = EffectsList::property(info.xml,QStringLiteral("luma_duration")); if (!luma_duration.isEmpty()) filter->set("duration", luma_duration.toInt());
Git commit 55d2e159ab53b32a280032dee65510027556ff70 by Jean-Baptiste Mardelle. Committed on 02/12/2016 at 15:09. Pushed by mardelle into branch 'Applications/16.12'. Fix dissolve in slideshow clips broken M +1 -1 src/bin/bin.cpp M +9 -3 src/bin/projectclip.cpp M +1 -1 src/dialogs/clipcreationdialog.cpp M +0 -1 src/mltcontroller/producerqueue.cpp https://commits.kde.org/kdenlive/55d2e159ab53b32a280032dee65510027556ff70