[Elisa] [Bug 477091] Qt Multimedia backend cannot show embedded images

2024-03-06 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=477091

Jack Hill  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UPSTREAM

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

[Elisa] [Bug 477091] Qt Multimedia backend cannot show embedded images

2023-12-03 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=477091

--- Comment #4 from Jack Hill  ---
Here is the upstream bug report: https://bugreports.qt.io/browse/QTBUG-119361

Looks like this will probably be fixed in Qt 6.6.2 which'll be released on
17.01.2024, so before 24.02. I can't confirm the fix since I building Qt from
source will probably take a very long time on my PC.

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

[Elisa] [Bug 477091] Qt Multimedia backend cannot show embedded images

2023-11-16 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=477091

--- Comment #3 from Jack Hill  ---
I'm not very knowledgable about ffmpeg, but if I run `ffmpeg -hwaccels` I get 
```
Hardware acceleration methods:
vdpau
cuda
vaapi
qsv
drm
vulkan
```

so clearly cuvid is not supported by my hardware. If I then try to run `ffmpeg
-hwaccel cuvid -i track.mp3 "cover.jpg"` I get the two lines:
```
[mjpeg @ 0x55665d6f00c0] Hardware is lacking required capabilities
[mjpeg @ 0x55665d6f00c0] Failed setup for format cuda: hwaccel initialisation
returned error.
```

ffmpeg still extracts the cover image successfully though. So maybe Qt is
somehow forcing ffmpeg to use cuvid and not letting it fall back to software?
I'll look into making a minimally reproducible example tomorrow.

But regardless we should see if we can make Elisa still handle the track if the
embedded image extractor doesn't work.

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

[Elisa] [Bug 477091] Qt Multimedia backend cannot show embedded images

2023-11-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=477091

Nate Graham  changed:

   What|Removed |Added

   Severity|normal  |major

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

[Elisa] [Bug 477091] Qt Multimedia backend cannot show embedded images

2023-11-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=477091

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||n...@kde.org

--- Comment #2 from Nate Graham  ---
Can confirm.

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

[Elisa] [Bug 477091] Qt Multimedia backend cannot show embedded images

2023-11-16 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=477091

--- Comment #1 from Jack Hill  ---
Also this has the effect of making the track appear unplayable in the playlist.
I can play/pause/seek from the main controls, but the track in the playlist
sidebar becomes unavailable

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