Summary: | Dissolve for slideshow clip doesn't work if its parameter's value changed from default value (1s) | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | Alex Ander <aalexandera> |
Component: | Video Effects & Transitions | Assignee: | Vincent PINON <vpinon> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | admin |
Priority: | NOR | ||
Version: | 16.08.1 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kdenlive/55d2e159ab53b32a280032dee65510027556ff70 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Screenshot from settings |
Description
Alex Ander
2016-10-09 10:17:45 UTC
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 |