[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2024-01-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382582

caulier.gil...@gmail.com changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED
   Version Fixed In||8.3.0
  Latest Commit||https://invent.kde.org/grap
   ||hics/digikam/-/commit/79ac8
   ||d6e9cb90c8d9b456405051ec093
   ||7f8485fe

--- Comment #63 from caulier.gil...@gmail.com ---
Git commit 79ac8d6e9cb90c8d9b456405051ec0937f8485fe by Gilles Caulier.
Committed on 26/01/2024 at 13:44.
Pushed by cgilles into branch 'master'.

Preview and Slideshow of video is now rendered with Qt6::Multimedia and
Qt5::QtAVPlayer.
Older and unmaintained QtAV framework code used in digiKam core is fully
removed.
Both Qt6::Multimedia and Qt5::QtAVPlayer are based and compatible to FFMpeg API
5 and later.
Related: bug 468572, bug 435660, bug 471199, bug 478314, bug 445422, bug
448681, bug 477031, bug 478613
FIXED-IN: 8.3.0

M  +12   -9NEWS

https://invent.kde.org/graphics/digikam/-/commit/79ac8d6e9cb90c8d9b456405051ec0937f8485fe

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2023-05-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382582

profuci...@gmail.com changed:

   What|Removed |Added

 CC||profuci...@gmail.com
 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #58 from profuci...@gmail.com ---
I am still suffering with the issue of videos stuttering during playback within
Digikam on Windows 11. This has been going on for a long time now, even on
v8.0.0 and v8.1.0 as of today. My video files are recorded from my phone, which
is a Google Pixel 7 Pro (2022). 

The video file format is an MP4 file encoded with the HEVC codec and AAC LC
audio. It is very frustrating to be unable to preview my videos without opening
them manually using VLC, which plays the video perfectly. 

Is there anything I can do to help test?

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2023-05-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382582

--- Comment #59 from profuci...@gmail.com ---
(In reply to profucius1 from comment #58)
> I am still suffering with the issue of videos stuttering during playback
> within Digikam on Windows 11. This has been going on for a long time now,
> even on v8.0.0 and v8.1.0 as of today. My video files are recorded from my
> phone, which is a Google Pixel 7 Pro (2022). 
> 
> The video file format is an MP4 file encoded with the HEVC codec and AAC LC
> audio. It is very frustrating to be unable to preview my videos without
> opening them manually using VLC, which plays the video perfectly. 
> 
> Is there anything I can do to help test?

I should mention that I can improve the stuttering somewhat with the Configure
> Video settings, I can reduce the initial stuttering when the video first
plays, but inevitably the stuttering returns after a few seconds. I'm not sure
what else to try

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2022-04-28 Thread Hugo
https://bugs.kde.org/show_bug.cgi?id=382582

Hugo  changed:

   What|Removed |Added

 CC||ze...@soppa.de
Version|6.4.0   |7.6.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2022-04-28 Thread Hugo
https://bugs.kde.org/show_bug.cgi?id=382582

--- Comment #46 from Hugo  ---
Problem persists in version 7.6.0
In my case on Linux. All videos stutter, no matter whether .mov or .mp4 format

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2022-04-28 Thread Hugo
https://bugs.kde.org/show_bug.cgi?id=382582

--- Comment #47 from Hugo  ---
I can confirm, the audio stream is the problem. When you disconnect audio in
the OS, the video plays smoothly.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2022-04-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382582

--- Comment #48 from caulier.gil...@gmail.com ---
Hi,

The problem in digiKam is the lack of settings to tune backend to use for video
and audio playback. The default ones are used as well. I plan to add the
relevant code in digiKam to fix the problem.

Also, you must know that QtAV is not maintained since February 2022. We
(digiKam team and me personalty) have backported all QtAV core codes in digiKam
8.x and maintain/review/fix these codes for the digiKam uses (and only these
ones).

See the README here :
https://invent.kde.org/graphics/digikam/-/tree/master/core/libs/video/qtav

Best

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2022-04-28 Thread Hugo
https://bugs.kde.org/show_bug.cgi?id=382582

--- Comment #49 from Hugo  ---
(In reply to caulier.gilles from comment #48)
> Hi,
> 
> The problem in digiKam is the lack of settings to tune backend to use for
> video and audio playback. The default ones are used as well. I plan to add
> the relevant code in digiKam to fix the problem.
> 
> Also, you must know that QtAV is not maintained since February 2022. We
> (digiKam team and me personalty) have backported all QtAV core codes in
> digiKam 8.x and maintain/review/fix these codes for the digiKam uses (and
> only these ones).
> 
> See the README here :
> https://invent.kde.org/graphics/digikam/-/tree/master/core/libs/video/qtav
> 
> Best
> 
> Gilles Caulier

Thank you, looking forward to it very much -- it is such a nice program!

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2021-11-13 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=382582

--- Comment #42 from Maik Qualmann  ---
Git commit d8213d853db4c3664a6ca549ebc6e4dcd4d77d33 by Maik Qualmann.
Committed on 13/11/2021 at 21:04.
Pushed by mqualmann into branch 'master'.

try to force platform dependent audio output plugin
Related: bug 445422

M  +21   -1core/libs/video/player/mediaplayerview.cpp

https://invent.kde.org/graphics/digikam/commit/d8213d853db4c3664a6ca549ebc6e4dcd4d77d33

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2022-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382582

--- Comment #50 from caulier.gil...@gmail.com ---
Git commit 5aae9b7c21ab662d63b49f165163984809c1d585 by Gilles Caulier.
Committed on 12/05/2022 at 11:10.
Pushed by cgilles into branch 'master'.

Move AVPlayer config widgets to core/QtAV to allow to re-use these settings
view in a new Video section from digiKam Setup dialog.
the goal is to be able to configure the video decoder, the audio backend, and
the video renderer with video preview framework,
to prevent dysfunctions while playing audio and video media if wrong
decoder/backend/renderer is selected by default.

Currently none of these settings is possible in digiKam and playing video and
audio always depends of default settings done in QtAV
framework which can be badly configured for the available hardwares and modules
in client computer.

TODO: add the new video config pannel in digiKam Setup dialog to configure
decoder/backend/renderer.
Related: bug 435660, bug 445422, bug 426951, bug 430873, bug 437328, bug
388475, bug 440668, bug 415778, bug 442802, bug 423580

M  +2-14   core/avplayer/CMakeLists.txt
M  +3-6core/avplayer/main/MainWindow.cpp
M  +7-7core/avplayer/main/MainWindow.h
R  +2-0core/avplayer/utils/ConfigDialog.cpp [from:
core/avplayer/config/ConfigDialog.cpp - 099% similarity]
R  +8-5core/avplayer/utils/ConfigDialog.h [from:
core/avplayer/config/ConfigDialog.h - 090% similarity]
M  +2-0core/avplayer/utils/common.cpp
M  +12   -0core/libs/video/qtav/CMakeLists.txt
R  +2-2core/libs/video/qtav/widgets/config/AVFilterConfigPage.cpp
[from: core/avplayer/config/AVFilterConfigPage.cpp - 098% similarity]
R  +7-6core/libs/video/qtav/widgets/config/AVFilterConfigPage.h [from:
core/avplayer/config/AVFilterConfigPage.h - 086% similarity]
R  +2-2core/libs/video/qtav/widgets/config/AVFormatConfigPage.cpp
[from: core/avplayer/config/AVFormatConfigPage.cpp - 098% similarity]
R  +7-6core/libs/video/qtav/widgets/config/AVFormatConfigPage.h [from:
core/avplayer/config/AVFormatConfigPage.h - 084% similarity]
R  +2-2core/libs/video/qtav/widgets/config/AVPlayerConfigMngr.cpp
[from: core/avplayer/config/AVPlayerConfigMngr.cpp - 099% similarity]
R  +10   -6core/libs/video/qtav/widgets/config/AVPlayerConfigMngr.h [from:
core/avplayer/config/AVPlayerConfigMngr.h - 098% similarity]
R  +2-2core/libs/video/qtav/widgets/config/CaptureConfigPage.cpp [from:
core/avplayer/config/CaptureConfigPage.cpp - 099% similarity]
R  +7-6core/libs/video/qtav/widgets/config/CaptureConfigPage.h [from:
core/avplayer/config/CaptureConfigPage.h - 086% similarity]
R  +2-2core/libs/video/qtav/widgets/config/ClickableMenu.cpp [from:
core/avplayer/utils/ClickableMenu.cpp - 097% similarity]
R  +10   -6core/libs/video/qtav/widgets/config/ClickableMenu.h [from:
core/avplayer/utils/ClickableMenu.h - 082% similarity]
R  +2-2core/libs/video/qtav/widgets/config/ConfigPageBase.cpp [from:
core/avplayer/config/ConfigPageBase.cpp - 097% similarity]
R  +10   -6core/libs/video/qtav/widgets/config/ConfigPageBase.h [from:
core/avplayer/config/ConfigPageBase.h - 087% similarity]
R  +34   -37   core/libs/video/qtav/widgets/config/DecoderConfigPage.cpp [from:
core/avplayer/config/DecoderConfigPage.cpp - 098% similarity]
R  +11   -6core/libs/video/qtav/widgets/config/DecoderConfigPage.h [from:
core/avplayer/config/DecoderConfigPage.h - 082% similarity]
R  +2-2core/libs/video/qtav/widgets/config/MiscPage.cpp [from:
core/avplayer/config/MiscPage.cpp - 099% similarity]
R  +10   -6core/libs/video/qtav/widgets/config/MiscPage.h [from:
core/avplayer/config/MiscPage.h - 086% similarity]
R  +2-2core/libs/video/qtav/widgets/config/PropertyEditor.cpp [from:
core/avplayer/config/PropertyEditor.cpp - 099% similarity]
R  +10   -6core/libs/video/qtav/widgets/config/PropertyEditor.h [from:
core/avplayer/config/PropertyEditor.h - 093% similarity]
R  +2-2core/libs/video/qtav/widgets/config/ShaderPage.cpp [from:
core/avplayer/config/ShaderPage.cpp - 098% similarity]
R  +7-6core/libs/video/qtav/widgets/config/ShaderPage.h [from:
core/avplayer/config/ShaderPage.h - 085% similarity]
R  +2-2core/libs/video/qtav/widgets/config/Slider.cpp [from:
core/avplayer/utils/Slider.cpp - 099% similarity]
R  +10   -6core/libs/video/qtav/widgets/config/Slider.h [from:
core/avplayer/utils/Slider.h - 088% similarity]
R  +2-2core/libs/video/qtav/widgets/config/VideoEQConfigPage.cpp [from:
core/avplayer/config/VideoEQConfigPage.cpp - 099% similarity]
R  +10   -6core/libs/video/qtav/widgets/config/VideoEQConfigPage.h [from:
core/avplayer/config/VideoEQConfigPage.h - 088% similarity]

https://invent.kde.org/graphics/digikam/commit/5aae9b7c21ab662d63b49f165163984809c1d585

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2022-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382582

--- Comment #51 from caulier.gil...@gmail.com ---
Git commit 505bc17cd39702e14446c15d79d44d14d80fe005 by Gilles Caulier.
Committed on 12/05/2022 at 13:56.
Pushed by cgilles into branch 'master'.

Add Setup Video page from digiKam configuration dialog.
This allow to setup few options for media player as the decoder priority to
use.
Related: bug 435660, bug 445422, bug 426951, bug 430873, bug 437328, bug
388475, bug 440668, bug 415778, bug 442802, bug 423580

M  +24   -12   core/libs/video/player/mediaplayerview.cpp
M  +1-0core/libs/video/player/mediaplayerview.h
M  +22   -10   core/libs/video/player/slidevideo.cpp
M  +4-0core/libs/video/player/slidevideo.h
M  +2-2core/libs/video/qtav/widgets/config/AVPlayerConfigMngr.cpp
M  +1-1core/libs/video/qtav/widgets/config/DecoderConfigPage.cpp
M  +1-0core/utilities/setup/CMakeLists.txt
M  +29   -0core/utilities/setup/setup.cpp
M  +2-0core/utilities/setup/setup.h
M  +1-1core/utilities/setup/setuptemplate.cpp
A  +69   -0core/utilities/setup/setupvideo.h [License: GPL (v2+)]

https://invent.kde.org/graphics/digikam/commit/505bc17cd39702e14446c15d79d44d14d80fe005

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2022-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382582

--- Comment #52 from caulier.gil...@gmail.com ---
Git commit 0e2bc2695efc7d6d0d2ec52731c3f69095554b7f by Gilles Caulier.
Committed on 12/05/2022 at 15:24.
Pushed by cgilles into branch 'master'.

Hide advanced settings for each decoder as nothing is saved and restored
between the sessions. Only the list of decoder and the priority is saved
Related: bug 435660, bug 445422, bug 426951, bug 430873, bug 437328, bug
388475, bug 440668, bug 415778, bug 442802, bug 423580

M  +6-4core/libs/video/qtav/widgets/config/DecoderConfigPage.cpp
M  +1-1core/libs/video/qtav/widgets/config/DecoderConfigPage.h
M  +1-1core/utilities/setup/setupvideo.cpp

https://invent.kde.org/graphics/digikam/commit/0e2bc2695efc7d6d0d2ec52731c3f69095554b7f

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2022-05-22 Thread Hugo
https://bugs.kde.org/show_bug.cgi?id=382582

--- Comment #53 from Hugo  ---
(In reply to caulier.gilles from comment #52)

Thanks a lot - can't wait to see it the next build :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2021-07-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382582

caulier.gil...@gmail.com changed:

   What|Removed |Added

Summary|Video stutters when played  |Video stutters when played
   ||with MP3 audio track

--- Comment #37 from caulier.gil...@gmail.com ---
DK 7.3.0 will be released soon. Later, we will port Virtual Machine to build
AppImage bundle to a more recent Linux system with a main update of ffmpeg
codec used by QtAV framework.

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2024-07-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382582

aidanb...@live.co.uk changed:

   What|Removed |Added

 CC||aidanb...@live.co.uk

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2023-10-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382582

caulier.gil...@gmail.com changed:

   What|Removed |Added

   Version Fixed In|8.1.0   |

--- Comment #60 from caulier.gil...@gmail.com ---
This problem will be closed when we use Qt6 instead Qt5 with digiKam

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2023-10-12 Thread Kusi
https://bugs.kde.org/show_bug.cgi?id=382582

--- Comment #61 from Kusi  ---
(In reply to caulier.gilles from comment #60)
> This problem will be closed when we use Qt6 instead Qt5 with digiKam

What changes with Qt6? Is the plan to go back from QtAV to QtMultimedia?

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2023-10-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382582

--- Comment #62 from caulier.gil...@gmail.com ---
The port to Qt6::QtMultimedia is already done in git/master.

Qt5 => QtAV
Qt6 => QtMultimedia.

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2023-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382582

--- Comment #55 from caulier.gil...@gmail.com ---
@jerome.tonn...@gmail.com 

digiKam 8.0.0 is out. This problem still reproducible with this release ?

Best regards

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2023-05-05 Thread Hugo
https://bugs.kde.org/show_bug.cgi?id=382582

--- Comment #56 from Hugo  ---
(In reply to caulier.gilles from comment #55)

Dear Gilles, Everything works absolutely fine now! Thanks a lot for your
efforts and support! 🤗

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2023-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382582

caulier.gil...@gmail.com changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
   Version Fixed In||8.1.0
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2023-05-05 Thread MrBond
https://bugs.kde.org/show_bug.cgi?id=382582

--- Comment #57 from MrBond  ---
After nearly 6 years a solution to the problem?! :) Wow. That took a long time!

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2021-09-11 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=382582

--- Comment #38 from Maik Qualmann  ---
Git commit 450d93baf8a059d9e4e0214539bf3810912e0a72 by Maik Qualmann.
Committed on 11/09/2021 at 13:33.
Pushed by mqualmann into branch 'master'.

Use QtAV video output to use hardware acceleration if supported
and use libAVFIlter to rotate the video
Related: bug 435660, bug 430873, bug 414572

M  +44   -44   core/libs/video/player/mediaplayerview.cpp

https://invent.kde.org/graphics/digikam/commit/450d93baf8a059d9e4e0214539bf3810912e0a72

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2021-09-11 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=382582

--- Comment #39 from Maik Qualmann  ---
Git commit 701855c5455c495bf68b61298344e80828404311 by Maik Qualmann.
Committed on 11/09/2021 at 14:48.
Pushed by mqualmann into branch 'master'.

Use QtAV video output also for the slideshow
Related: bug 435660, bug 430873, bug 414572

M  +42   -41   core/libs/video/player/slidevideo.cpp
M  +0-1core/libs/video/player/slidevideo.h

https://invent.kde.org/graphics/digikam/commit/701855c5455c495bf68b61298344e80828404311

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2021-09-22 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=382582

Maik Qualmann  changed:

   What|Removed |Added

 CC||alexxxa...@gmail.com

--- Comment #40 from Maik Qualmann  ---
*** Bug 442802 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2021-09-24 Thread Alex
https://bugs.kde.org/show_bug.cgi?id=382582

--- Comment #41 from Alex  ---
Hi,

Noticed #442802 was marked as a duplicate of this issue.

Would just like to note that the following video formats play without stutter:
- 30fps h264/h265 with AAC audio
- 60fps h264/h265 videos without audio

The following video formats suffer severe stuttering:
- 60fps h264/h265 with AAC audio
- 60fps mpeg4 with pcm_s16le audio

CPU spikes to 30% during playback, so hopefully it's just the hardware
acceleration issue.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2021-12-11 Thread MrBond
https://bugs.kde.org/show_bug.cgi?id=382582

--- Comment #43 from MrBond  ---
When will be a new appimage released?

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2021-12-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382582

--- Comment #44 from caulier.gil...@gmail.com ---
7.4.0 files  are published : https://download.kde.org/stable/digikam/7.4.0/

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2021-12-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382582

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||petercanda...@online.nl

--- Comment #45 from caulier.gil...@gmail.com ---
*** Bug 440668 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2023-01-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382582

--- Comment #54 from caulier.gil...@gmail.com ---
Hi,

I perform some test with 8.0.0 to play MKV 4K on my computer (Kubuntu 22.04,
ffmpeg 4, i7, 32Gb, NVIDIA).

If QtAV is compiled without sound support (libopenal, libportaudio,
libpulseaudio), the video decoding is fluent but of course there is no audio.
Almost the video stream decoding pass through the video card.

If i install libopenal: catastrophe !!! sound mangle CPU, video is cluttered =>
not suitable. Sound like libopenal interface in QtAV code is weird. I propose
to disable this support in code.

If i use libpulseaudio,, it's not better. CPU is not overloaded to decode
sound, but in fact the audio is destroyed.

If i use libportaudio, it's really better. CPU idle is 60%. video and audio are
fluent It's not the best but suitable.

NOTES: 

- there is no way to select right audio output on the computer. I installed
right backend, uninstalled the unwanted, and recompiled digiKam as well.

- If i install all backends, libopenal is always taken by default.

- We must stay with libportaudio as i can see, or implement an audio backend
selector.

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 382582] Video stutters when played with MP3 audio track

2023-01-17 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=382582

Bug Janitor Service  changed:

   What|Removed |Added

   Priority|NOR |HI

-- 
You are receiving this mail because:
You are watching all bug changes.