Summary: | Video Thumbnails are not produced anymore | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Evert Vorster <evorster> |
Component: | Thumbs-Video | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 4.14.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.0.0 | |
Sentry Crash Report: | |||
Attachments: | Screenshot showing the problem |
Description
Evert Vorster
2016-01-14 10:31:31 UTC
Created attachment 96631 [details]
Screenshot showing the problem
Screenshot, showing the problem, together with a dolphin view of the same directory, with the proper thumbnails.
From README: digiKam do not have any video thumbnailer. Video support is delegate to KDE. To support Video thumbnails, please install "ffmpegthumbs" package, which is the kdemultimedia Video thumbnail generator for KDE4 file managers. Your thumbnails in Dolphin could be loaded from the cache. Appear new video thumbnails in Dolphin? Maik ffmpegthumbs package is installed. Dolphin is creating the thumbnails on demand, as I was watching it read the files and pop the thumbnails in over time. I'm thinking that this may be more of an Arch issue, as Arch is moving over to QT5, and digikam used to work until a recent system upgrade. I am now installing DigiKam 5.0.0 from git. exactly. Dolphin use Desktop standard cache mechanism (PNG thumb file stored in your home dir). DK do not use this mechanism since a while, but a dedicated database to optimize a lots the space used to store thumbs (wavelets compression) and to be able to show thumbs with disconnected media managed with DK. In Dolphin, press F5 to refresh video thumbs. Does it work ? Note : DK and Dolphin share the same engine to extract video thumbs. Engine is provided by KDELibs (as an interface), which use a low level extractor as mplayer (configurable in KDE control panel) Maik : the video thumb handling is a big mess in KDE and very sensible to system update and settings. With Qt5, we will wait a method to be able to extract video thumb with QtMultimedia. As i know this still in TODO list for Qt team : see on bottom of https://wiki.qt.io/Qt_Multimedia Gilles Caulier When I first navigate to the directory, the thumbnails are generated on demand by Dolphin. The video files are 3.5Gb each, so this takes a little while. If I then hit f5, I can see the icons instantly refresh, so there must be some caching going on. When I hit F5 on the directory in DigiKam, I can see the mlayer process start up, and chew through the files, but for some reason the icons are not updated. DK has a dedicated DB file named thumbnails-digikam.db. Remove or rename it (it's safe) and restart DK. It's safe : DB file only contain wavelets compressed files, no other data. Gilles Caulier Hi there. I tried removing the thumbnails-digikam.db file, and DigiKam did not re-create the missing thumbnails. I did notice that DigiKam 5.0.0 makes the thumbnails properly. I encoded all the extra metadata into my images directly, so I am going to start with a clean database on DK 5.0.0 Like I said, Arch is moving away from QT4, so things using it are going to start breaking. I'll just use DK 5.0.0 from git until it's a stable package in Arch. Thanks for looking into this, but I think we can close this bug. |