Potferdek Alors oui parce que là tu décodes sans doute en pur software sans accélération matérielle.
Dans ton commentaire précédent, on voit qu’ils sont actifs :
Copr repo for PyCharm owned by phracek 76 kB/s | 121 kB 00:01
Fedora 40 - x86_64 2.5 MB/s | 56 MB 00:22
Fedora 40 - x86_64 - Updates 2.3 MB/s | 34 MB 00:14
google-chrome 8.7 kB/s | 4.3 kB 00:00
RPM Fusion for Fedora 40 - Free 267 kB/s | 603 kB 00:02
RPM Fusion for Fedora 40 - Free - Updates 181 kB/s | 333 kB 00:01
RPM Fusion for Fedora 40 - Nonfree 165 kB/s | 261 kB 00:01
RPM Fusion for Fedora 40 - Nonfree - NVIDIA Dri 14 kB/s | 10 kB 00:00
RPM Fusion for Fedora 40 - Nonfree - Steam 1.3 kB/s | 2.2 kB 00:01
RPM Fusion for Fedora 40 - Nonfree - Updates 20 kB/s | 105 kB 00:05
Mais il semble aussi que tu es des deps cassées :
- cannot install both qt6-qtbase-6.8.1-11.fc40.x86_64 from updates and qt6-qtbase-6.7.2-6.fc40.x86_64 from @System
- cannot install both qt6-qtbase-6.8.1-11.fc40.x86_64 from updates and qt6-qtbase-6.6.2-7.fc40.x86_64 from fedora
- package gstreamer1-plugins-good-qt6-1.24.11-2.fc40.x86_64 from updates requires libQt6Core.so.6(Qt_6.8)(64bit), but none of the providers can be installed
- problème avec le paquet installé gstreamer1-plugins-good-qt6-1.24.9-1.fc40.x86_64
- package gstreamer1-plugins-good-qt6-1.24.9-1.fc40.x86_64 from @System requires gstreamer1-plugins-good(x86-64) = 1.24.9-1.fc40, but none of the providers can be installed
- package gstreamer1-plugins-good-qt6-1.22.9-3.fc40.x86_64 from fedora requires gstreamer1-plugins-good(x86-64) = 1.22.9-3.fc40, but none of the providers can be installed
- cannot install both gstreamer1-plugins-good-1.24.11-2.fc40.x86_64 from updates and gstreamer1-plugins-good-1.24.9-1.fc40.x86_64 from @System
- cannot install both gstreamer1-plugins-good-1.24.11-2.fc40.x86_64 from updates and gstreamer1-plugins-good-1.22.9-3.fc40.x86_64 from fedora
- package gstreamer1-plugins-good-extras-1.24.11-2.fc40.x86_64 from updates requires gstreamer1-plugins-good(x86-64) = 1.24.11-2.fc40, but none of the providers can be installed
- installation impossible du meilleur candidat pour la tâche
J’essaiera de supprimer puis réinstaller les paquets bloquants:sudo dnf remove telegram-desktop gstreamer1-plugins-good-qt6
and sudo dnf install telegram-desktop gstreamer1-plugins-good-qt6
Et aussi une synchro : sudo dnf distro-sync
J’essaierai sans doute aussi de supprimer rpmfusion repo: sudo rm -rfv /etc/yum.repos.d/rpmfusion-*
Et les installer à nouveau:
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
Regarde aussi : https://rpmfusion.org/Howto/Multimedia?highlight=%28%5CbCategoryHowto%5Cb%29
Tu devrais avoir ffmpeg non free:
sudo dnf swap ffmpeg-free ffmpeg --allowerasing
Les packages multimedias recommendés:
sudo dnf update @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin
Les pilotes Intel pour le décodage video hardware:
sudo dnf install intel-media-driver libva-intel-media-driver libva-intel-hybrid-driver
vainfo devrait à un moment de retourner quelque chose de similaire :
vainfo
Trying display: wayland
libva info: VA-API version 1.22.0
libva info: Trying to open /usr/lib64/dri-nonfree/radeonsi_drv_video.so
libva info: Trying to open /usr/lib64/dri-freeworld/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.22 (libva 2.22.0)
vainfo: Driver version: Mesa Gallium driver 24.3.3 for AMD Radeon Graphics (radeonsi, renoir, LLVM 19.1.0, DRM 3.59, 6.12.10-200.fc41.x86_64)
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileVC1Simple : VAEntrypointVLD
VAProfileVC1Main : VAEntrypointVLD
VAProfileVC1Advanced : VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
VAProfileH264Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointEncSlice
VAProfileH264High : VAEntrypointVLD
VAProfileH264High : VAEntrypointEncSlice
VAProfileHEVCMain : VAEntrypointVLD
VAProfileHEVCMain : VAEntrypointEncSlice
VAProfileHEVCMain10 : VAEntrypointVLD
VAProfileHEVCMain10 : VAEntrypointEncSlice
VAProfileJPEGBaseline : VAEntrypointVLD
VAProfileVP9Profile0 : VAEntrypointVLD
VAProfileVP9Profile2 : VAEntrypointVLD
VAProfileNone : VAEntrypointVideoProc
Bon ici c’est pour du radeon, mais au moins du devrait avoir cette partie:
VAProfileH264ConstrainedBaseline: VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
VAProfileH264Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointEncSlice
VAProfileH264High : VAEntrypointVLD
VAProfileH264High : VAEntrypointEncSlice