Bug 379582

Summary: Editing the duration of a title clip does not work fully
Product: [Applications] kdenlive Reporter: pgkos.bugzilla
Component: User Interface & MiscellaneousAssignee: Jean-Baptiste Mardelle <jb>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: 17.04.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description pgkos.bugzilla 2017-05-06 13:56:53 UTC
After changing the duration of a title clip to a longer duration, the clip contents disappear just when the previous shorter duration ended.

For example, if I prolong a title clip from 8 seconds to 10 seconds, the clip contents will vanish after 8 seconds.

Restarting Kdenlive does not help, but I have discovered that in the project .kdenlive file there is:

<property name="length">200</property>

which contains the old value (from the original, shorter duration). It should probably contain the updated, longer duration value.

Also, in the:

<producer title="Anonymous Submission" id="6" in="0" out="199">

the "out" property value also does not get updated, so the animation stops at the old duration endpoint.
Comment 1 Jean-Baptiste Mardelle 2017-05-08 17:52:52 UTC
Git commit b9652701524dc594ed24699136fe97e9032691e9 by Jean-Baptiste Mardelle.
Committed on 08/05/2017 at 17:52.
Pushed by mardelle into branch 'Applications/17.04'.

Fix title clip duration cannot be changed

M  +2    -0    src/bin/projectclip.cpp

https://commits.kde.org/kdenlive/b9652701524dc594ed24699136fe97e9032691e9