Summary: | Image Sequence (with period in filename) missing upon re-opening project | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | Sam Muirhead <sam> |
Component: | Rendering & Export | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | wegwerf-1-2-3 |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 15.12.1 | |
Sentry Crash Report: |
Description
Sam Muirhead
2016-01-01 16:36:59 UTC
Git commit bde554125a70f0587eb0d38b423b649777d7c5be by Jean-Baptiste Mardelle. Committed on 01/01/2016 at 22:19. Pushed by mardelle into branch 'Applications/15.12'. Fix severe issues with slideshow clips M +1 -0 src/dialogs/clipcreationdialog.cpp M +2 -2 src/mltcontroller/clipcontroller.cpp M +55 -26 src/project/dialogs/slideshowclip.cpp http://commits.kde.org/kdenlive/bde554125a70f0587eb0d38b423b649777d7c5be Thanks for the report. Indeed, I found several major bugs in slideshows that I just fixed in git master and 15.12 branch. Please test again and let me know... (In reply to Jean-Baptiste Mardelle from comment #2) > Thanks for the report. Indeed, I found several major bugs in slideshows that > I just fixed in git master and 15.12 branch. Please test again and let me > know... Tested - it works! great job, thanks a lot. This bug has reappeared, at least in 16.07.70, I don't know if it existed earlier as well. The problem occurs not only when there is a period in the name, but it occurs also when I rename the images to replace the period with an underscore. To test the problem, you can download a project file and image sequence here: http://www.cameralibre.cc/owncloud/public.php?service=files&t=978f0b221ff5849decd66bf7d19c9773 To replicate the bug: 1. create new kdenlive project. 2. click on 'add clip' 3. navigate to 'electronics' folder and select breadboard.0001.png 4. choose 'import image sequence' option 5. click OK. 6. save & close Kdenlive 7. re-open the project, and you'll get a 'missing clips' dialog, and relinking the files with 'searh recursively' doesn't work. ah - when you choose 'use placeholder for missing clips' then it seems to work as normal. So it functions ok, it's just that the warning dialog should not be appearing. Git commit edbfce84f31636f8405caed08a108dad1fcf7b43 by Jean-Baptiste Mardelle. Committed on 24/04/2016 at 12:45. Pushed by mardelle into branch 'Applications/16.04'. Fix slideshows incorrectly detected as missing, improved search for missing slideshows M +49 -14 src/doc/documentchecker.cpp M +2 -1 src/doc/documentchecker.h http://commits.kde.org/kdenlive/edbfce84f31636f8405caed08a108dad1fcf7b43 You're fast! thanks! Is this bug fixed to your satisfaction? If yes, can you please be so kind as to close this bug as RESOLVED FIXED? Thank you very much! (In reply to wegwerf-1-2-3 from comment #8) > Is this bug fixed to your satisfaction? If yes, can you please be so kind as > to close this bug as RESOLVED FIXED? Thank you very much! done, thanks! |