https://bugs.kde.org/show_bug.cgi?id=477091

--- Comment #3 from Jack Hill <jackhill3...@gmail.com> ---
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.

Reply via email to