Bug 379582 - Editing the duration of a title clip does not work fully
Summary: Editing the duration of a title clip does not work fully
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (other bugs)
Version First Reported In: 17.04.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-06 13:56 UTC by pgkos.bugzilla
Modified: 2017-05-08 17:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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