Summary: | Trying to make a video Slideshow | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | G.Rass <g.rass> |
Component: | Plugin-Generic-VideoSlideshow | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | arojas, caulier.gilles, johannes.schwall |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.5.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/digikam/8dda686cf8c9409c03786007e47e1f15e1419097 | Version Fixed In: | 5.6.0 |
Sentry Crash Report: |
Description
G.Rass
2014-02-28 18:42:47 UTC
*** Bug 320725 has been marked as a duplicate of this bug. *** digiKam 4.0.0 is out : http://www.digikam.org/node/713 Please check if this entry still valid with this new version. Thanks in advance Gilles Caulier Yes, still valid in 4.0 This file still valid using last kipi-plugins 4.2.0 ? Gilles Caulier Kipi-plugins 4.5.0 have been released. Crash still reproducible with this release ? Gilles Caulier (In reply to Gilles Caulier from comment #5) > Kipi-plugins 4.5.0 have been released. > > Crash still reproducible with this release ? Yes Can you provide a new GD backtrace using last kipi-plugins 4.10.0 ? Gilles Caulier (gdb) bt #0 0x00007ffff0d214b7 in raise () from /usr/lib/libc.so.6 #1 0x00007ffff0d2288a in abort () from /usr/lib/libc.so.6 #2 0x00007ffff0d1a41d in __assert_fail_base () from /usr/lib/libc.so.6 #3 0x00007ffff0d1a4d2 in __assert_fail () from /usr/lib/libc.so.6 #4 0x00007fff238c16f1 in DestroyImage () from /usr/lib/libMagickCore-6.Q16HDRI.so.2 #5 0x00007fff23c9ec42 in KIPIPlugins::MagickImage::freeImage (this=this@entry=0x7fff100013b0) at /home/antonio/Software/abs/extra/digikam/src/digikam-4.10.0/extra/kipi-plugins/videoslideshow/magickiface/magickiface.cpp:98 #6 0x00007fff23c9ef3c in KIPIPlugins::MagickApi::freeImage (this=this@entry=0x3f825e0, img=...) at /home/antonio/Software/abs/extra/digikam/src/digikam-4.10.0/extra/kipi-plugins/videoslideshow/magickiface/magickiface.cpp:472 #7 0x00007fff23c9f2ef in KIPIPlugins::MagickApi::loadImage (this=0x3f825e0, file=...) at /home/antonio/Software/abs/extra/digikam/src/digikam-4.10.0/extra/kipi-plugins/videoslideshow/magickiface/magickiface.cpp:278 #8 0x00007fff23c94d88 in KIPIVideoSlideShowPlugin::ActionThread::loadImage (this=this@entry=0x41c5900, imgItem=0x507bd30) at /home/antonio/Software/abs/extra/digikam/src/digikam-4.10.0/extra/kipi-plugins/videoslideshow/manager/actionthread.cpp:284 #9 0x00007fff23c9515b in KIPIVideoSlideShowPlugin::ActionThread::run (this=0x41c5900) at /home/antonio/Software/abs/extra/digikam/src/digikam-4.10.0/extra/kipi-plugins/videoslideshow/manager/actionthread.cpp:110 #10 0x00007ffff18af30f in ?? () from /usr/lib/libQtCore.so.4 #11 0x00007fffeee36374 in start_thread () from /usr/lib/libpthread.so.0 #12 0x00007ffff0dd627d in clone () from /usr/lib/libc.so.6 As i can see, you try to process HDR image in this tool. ImageMagick cannot open image data. I don't know why. Which kind of files do you process. Can you share file through internet to try to reproduce here ? Gilles Caulier It happens with any picture, png or jpg. "display" from imagemagick can open the files just fine. *** Bug 337605 has been marked as a duplicate of this bug. *** Git commit 8dda686cf8c9409c03786007e47e1f15e1419097 by Gilles Caulier. Committed on 02/06/2017 at 12:55. Pushed by cgilles into branch 'master'. New digiKam Video SlideShow tool based on QtAV/FFMpeg encoder. The tool replace the older Qt4 kipi plugin based on ImageMagick and GStreamer which never work as expected due to run time dependencies with GStreamer which are a big puzzle to resolve and don't work under MacOS and Windows. The tool permit to encode images as a video diaporama. The tool support many video codecs as X264 or MPEG4 provided by FFMpeg and is able to store stream as AVI, MKV, or MP4 media. The tool permit to apply a transition effect between images (same effects than presentation tool non-OpenGL). The tool permit to export image from current select or a set of albums selection (as HTMLGallery tool). The tool do not permit to encode an audio soundtrack with the video stream due a bug in QtAV which have been reported and must be fixed in next QtAV release 1.12.0. The tool is available currently under digiKam album GUI, but it will be also available into ImageEditor, LightTable, and Showfoto (as HTMLGallery, Panorama, Calendar, etc... tools.) Screeshots of tool in action : https://www.flickr.com/photos/digikam/albums/72157684569983835 Related: bug 316791, bug 320725, bug 337605, bug 324646, bug 176727, bug 318297, bug 153061, bug 334089, bug 271751 FIXED-IN: 5.6.0 M +17 -0 app/main/digikamapp.cpp M +1 -0 app/main/digikamapp.h M +2 -1 app/main/digikamui5.rc M +14 -0 libs/widgets/mainview/dxmlguiwindow.cpp M +9 -1 libs/widgets/mainview/dxmlguiwindow.h https://commits.kde.org/digikam/8dda686cf8c9409c03786007e47e1f15e1419097 |