Summary: | When browsing images in preview mode, videos are often not shown (black preview area), only sound is heard | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Jens <jens-bugs.kde.org> |
Component: | Preview-Video | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 6.0.0 | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 6.2.0 | |
Sentry Crash Report: |
Description
Jens
2018-10-02 12:50:49 UTC
Look here also Bug 374355. The problem here under openSUSE Tumbleweed disappeared after an update on FFmpeg 4.x and of QtAV packages. I think in AppImage we still use FFmpeg-3.x. Maik The problem was independent even with the QtAV own player for me reproducible and was not limited to digiKam. Maik So what can we do about it? Move the bug to QtAV? It is quite annoying and a bad user experience ... Yes ffmpeg 3 still used in AppImage. The problem must be reported to QtAV, and i'm sure that an issue already exists in github project. Gilles Caulier After 3 weeks of work, i finally completed the compilation of AppImage using Qt 5.11.3 + QWebkit 5.212. New 6.1.0 pre-release AppImage bundle can be found here (64 bits only for the moment) : https://files.kde.org/digikam/ Please check if this bugzilla entry still valid. Thanks in advance Gilles Caulier Git commit 0000cbb3169e8baf3be9133ad0cf398a0a08cead by Gilles Caulier. Committed on 13/07/2019 at 10:37. Pushed by cgilles into branch 'master'. Revert back ffmpeg version from 3.3.9 to 3.3.6 for AppImage, as sound do not work while playing video. Now QtAV is upgraded to 1.12.0 to 1.13.0 (just released) Related: bug 406428, bug 395200 M +3 -2 project/bundles/3rdparty/ext_ffmpeg/CMakeLists.txt https://invent.kde.org/kde/digikam/commit/0000cbb3169e8baf3be9133ad0cf398a0a08cead In one hour, a new version of digiKam 6.2.0 pre-release 64 bits of Linux Bundle AppImage will be available in this download area : https://files.kde.org/digikam/ Please test and report if the problem remain on your computer. Thanks in advance Gilles Caulier Git commit 9d85916e0cae985adc46384f89a6bcd3f3a8ed74 by Gilles Caulier. Committed on 14/07/2019 at 16:27. Pushed by cgilles into branch 'master'. missing to checkout QtAV extra modules Related: bug 406428, bug 395200 M +11 -8 project/bundles/3rdparty/ext_qtav/CMakeLists.txt https://invent.kde.org/kde/digikam/commit/9d85916e0cae985adc46384f89a6bcd3f3a8ed74 New bundle AppImage completely rewritten under Mageia6 (instead Cento6) is available at usual place for testing : https://files.kde.org/digikam/ This fix this sound problem with video. Gilles Caulier |