Bug 374916 - Image sequence set to "invalid" with relative paths
Summary: Image sequence set to "invalid" with relative paths
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: Rendering & Export (show other bugs)
Version: 16.12.0
Platform: Debian testing Linux
: NOR major
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-11 15:39 UTC by François
Modified: 2017-01-12 21:34 UTC (History)
0 users

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 François 2017-01-11 15:39:57 UTC
How to reproduce :

1- Create a new project and save it.
2- Import a PNG image sequence that is from the same location as the project file so that the path is set to relative in the project file.
3- So far so good, the image sequence clip is displayed correctly.
4- Save and Close the project.
5- Reopen the project.
6- Now the image sequence clip is displayed as "invalid".
Comment 1 Jean-Baptiste Mardelle 2017-01-12 21:29:47 UTC
Git commit 0ce898669ab4efe6d2a6bf6ac2a1edf57c5e3c1f by Jean-Baptiste Mardelle.
Committed on 12/01/2017 at 21:29.
Pushed by mardelle into branch 'Applications/16.12'.

Fix slideshow clips displayed as invalid when re-opening project

M  +17   -0    src/doc/documentvalidator.cpp
M  +7    -2    src/project/dialogs/slideshowclip.cpp

https://commits.kde.org/kdenlive/0ce898669ab4efe6d2a6bf6ac2a1edf57c5e3c1f
Comment 2 Jean-Baptiste Mardelle 2017-01-12 21:34:33 UTC
This bug was  triggered when using the "Filename pattern" method for slideshow (or the "import image sequence" checkbox from add clip). It will work correctly now with this patch. As a workaround for people using Kdenlive <= 16.12.1, you can open your .kdenlive project file in text editor and replace occurences of "?begin:" with "?begin=" (having = instead of : fixes the error).