Dependency hell with libaavcodec-free

Really not sure what to do about this. Fedora KDE 44, if it matters

# dnf upgrade
Updating and loading repositories:
Repositories loaded.
Problem: installed package libavcodec-free-8.0.1-6.fc44.x86_64 conflicts with libavcodec-free < 8.0.2 provided by libavcodec-freeworld-8.0.2-1.fc44.x86_64 from rpmfusion-free-updates
  - cannot install the best update candidate for package libavcodec-freeworld-8.0.1-6.fc44.x86_64
  - cannot install the best update candidate for package libavcodec-free-8.0.1-6.fc44.x86_64

Package                                             Arch        Version                                             Repository                            Size
Skipping packages with conflicts:
 libavcodec-freeworld                               x86_64      8.0.2-1.fc44                                        rpmfusion-free-up dates            14.0 MiB

Nothing to do.

Can’t remove this package either.

# dnf remove libavcodec-free-8.0.1-6.fc44.x86_64
Failed to resolve the transaction:
Problem: installed package kpipewire-6.6.5-1.fc44.x86_64 requires libavfilter.so.11()(64bit), but none of the providers can be installed
  - installed package kpipewire-6.6.5-1.fc44.x86_64 requires libavfilter.so.11(LIBAVFILTER_11)(64bit), but none of the providers can be installed
  - installed package libavfilter-free-8.0.1-6.fc44.x86_64 requires libavcodec-free(x86-64) = 8.0.1-6.fc44, but none of the providers can be installed
  - installed package plasma-desktop-6.6.5-1.fc44.x86_64 requires kpipewire(x86-64), but none of the providers can be installed
  - conflicting requests
  - problem with installed package

Ignore it, it will sort itself out mid week after fedora and rpmfusion resync ffmpeg

Fedora uses ffmpeg-free (which contains only completly free codecs) while RPM Fusion uses a full ffmpeg version with all codecs. Libavcodec-free is a dependency of ffmpeg-free, while libavcodec-freeworld belongs to the RPM Fusion version. Both have different versions.

Best solution: from command line type sudo dnf swap ffmpeg-free ffmpeg --allowerasing .