Summary: | Digikam 8.3 No Video Sound on MacOS | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | adamalm |
Component: | Preview-Video | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | caulier.gilles, icapitaine, metzpinguin |
Priority: | NOR | ||
Version: | 8.3.0 | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | 8.4.0 | |
Sentry Crash Report: |
Description
adamalm
2024-03-24 03:45:24 UTC
I noticed that in the Qt-5 version of Windows that uses the QAVPlayer like macOS, the volume slider does not correctly initialize the volume of the QAVPlayer. Does sound play if you move the digiKam volume slider while playing a video? Maik With my Macbook Pro M1, with the Preview mode, moving the volume slider do not fix the problem. I'm sure to have checked this point while porting from QtAV to QtAVPlayer few weeks ago. Another dysfunctions, this time with the Slideshow tool : - It's impossible to change the volume on the top level side of slide view. Clicking on the slider switch to next item. - The position slider always still to 0. It advance well in preview mode. Gilles *** Bug 486388 has been marked as a duplicate of this bug. *** Maik, See discussion from this point : https://github.com/valbok/QtAVPlayer/issues/428#issuecomment-2092468376 Gilles Git commit 758916639ae27218cc2249e73d7c552da187ba6f by Gilles Caulier. Committed on 03/05/2024 at 08:59. Pushed by cgilles into branch 'master'. sync QtAvPlayer with git/master code Related: bug 486388 M +1 -0 core/libs/video/QtAVPlayer/CMakeLists.txt M +2 -2 core/libs/video/QtAVPlayer/QtAVPlayer_manifest.txt M +70 -120 core/libs/video/QtAVPlayer/qavaudiooutput.cpp M +5 -2 core/libs/video/QtAVPlayer/qavaudiooutput.h A +112 -0 core/libs/video/QtAVPlayer/qavaudiooutputdevice.cpp * A +51 -0 core/libs/video/QtAVPlayer/qavaudiooutputdevice.h * M +34 -30 core/libs/video/QtAVPlayer/qavdemuxer.cpp M +1 -1 core/libs/video/QtAVPlayer/qavvideocodec.cpp The files marked with a * at the end have a non valid license. Please read: https://community.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. https://invent.kde.org/graphics/digikam/-/commit/758916639ae27218cc2249e73d7c552da187ba6f to adamalm@spu.edu A new digiKam 8.4.0 pre-release PKG is avaialble for download at usual place : https://files.kde.org/digikam/ This version includes fixes for the sound support with QtAVPlayer under MacOS. Please test and report. Thanks in advance Gilles Caulier Git commit bd853a9f952513ed28a2f0eccb1dc9ebfb39f59a by Gilles Caulier. Committed on 03/05/2024 at 12:21. Pushed by cgilles into branch 'master'. Do not pass parent to QtAvPlyer audio streamer Related: bug 486388 M +4 -2 core/libs/video/player/QtAVPlayer/daudioplayer.cpp M +1 -1 core/libs/video/player/QtAVPlayer/dvideowidget.cpp https://invent.kde.org/graphics/digikam/-/commit/bd853a9f952513ed28a2f0eccb1dc9ebfb39f59a Git commit dac2b7514c50ddba1bce44de686bedee8d63c321 by Gilles Caulier. Committed on 03/05/2024 at 13:53. Pushed by cgilles into branch 'master'. sync with QtAvplayer master code Related: bug 486388 M +1 -1 core/libs/video/QtAVPlayer/QtAVPlayer_manifest.txt M +3 -3 core/libs/video/QtAVPlayer/qavaudiooutput.cpp https://invent.kde.org/graphics/digikam/-/commit/dac2b7514c50ddba1bce44de686bedee8d63c321 Git commit 7b341f84e8f04dbde18d73e80c33eae33975793e by Gilles Caulier. Committed on 04/05/2024 at 09:05. Pushed by cgilles into branch 'master'. add extra codec to ffmpeg insatll with Macports Related: bug 486388 M +2 -2 project/bundles/macports/01-build-macports.sh https://invent.kde.org/graphics/digikam/-/commit/7b341f84e8f04dbde18d73e80c33eae33975793e Git commit 6b3d9940a60a21e2d519e108abaadb27cb5639fa by Gilles Caulier. Committed on 04/05/2024 at 12:40. Pushed by cgilles into branch 'master'. Include audio Qt plugin in the PKG bundle Related: bug 486388 M +1 -0 project/bundles/macports/04-build-installer.sh https://invent.kde.org/graphics/digikam/-/commit/6b3d9940a60a21e2d519e108abaadb27cb5639fa Problem fixed now with last commit. Use 8.4.0 pre-release available here : https://files.kde.org/digikam/ Gilles Caulier |