klingon
(mark brenton)
2
Found the solution.
enable rpm fusion repos.
sudo dnf install \
https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
You might try the options --best --allowerasing to that; and the same for the ffmpeg swap.
sudo dnf install libheif-freeworld.x86_64
sudo dnf swap libavcodec-free libavcodec-freeworld
sudo dnf swap ffmpeg-free ffmpeg
2 Likes