Bug 473627 - The offset of the timer effect can't exceed the clip-length
Summary: The offset of the timer effect can't exceed the clip-length
Status: CONFIRMED
Alias: None
Product: kdenlive
Classification: Applications
Component: Video Effects & Transitions (show other bugs)
Version: 23.04.3
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2023-08-22 08:51 UTC by mguetg
Modified: 2025-02-27 10:24 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mguetg 2023-08-22 08:51:31 UTC
SUMMARY

The offset of the timer effect can't exceed the clip-length. So it's impossible to add many short clips (5s-10s) of a football/soccer game to the timeline with the timer effected attached that shows the current time in the game.
Soccer: first half time 0-45 minutes, second half time 45-90 minutes.


STEPS TO REPRODUCE
1.  Add a clip of length 5 seconds to the timeline
2.  Add  the timer effect to the clip
3.  Set the offset of the effect manually to 40 minutes and 30 seconds (00:40:30) in the input field
4. Hit enter or leave the input field by moving the focus

OBSERVED RESULT
The offset of the timer effect is set back to the length of the clip (5 seconds).

EXPECTED RESULT
The offset of the timer effect should not be restricted to the length of the clip (5 seconds).

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Bernd 2023-08-22 14:42:24 UTC
I can confirm this. According to the MLT documentation there is no max value.

While we are at it, can we implement the missing parameters for ``speed`` and ``outline width``?