This package cannot be installed for me as the git signature cannot be verified (ERROR: One or more PGP signatures could not be verified!)
The solution is to import ffmpeg's git public key (can be found in 'Release Verification' part of https://ffmpeg.org/download.html -> The git tags should be signed with EDDSA key DD1EC9E8DE085C629B3E1846B18E8928B3948D64) with the command: curl https://ffmpeg.org/git-tag-key.asc | gpg --import.
Pinned Comments
thepoweroftwo commented on 2025-10-05 13:56 (UTC) (edited on 2025-10-05 13:59 (UTC) by thepoweroftwo)
This package installs the FFmpeg libraries under their specific version names in
usr/lib/(for example,libavcodec.so.59). It also installs them in a separate folder,usr/lib/ffmpeg7.1, allowing them to coexist with other FFmpeg versions.