Package Details: ffmpeg7.1 7.1.2-2

Git Clone URL: https://aur.archlinux.org/ffmpeg7.1.git (read-only, click to copy)
Package Base: ffmpeg7.1
Description: Complete solution to record, convert and stream audio and video
Upstream URL: https://ffmpeg.org
Licenses: GPL-3.0-only
Provides: libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so
Submitter: thepoweroftwo
Maintainer: thepoweroftwo
Last Packager: thepoweroftwo
Votes: 4
Popularity: 0.62
First Submitted: 2025-10-05 13:42 (UTC)
Last Updated: 2025-10-19 22:20 (UTC)

Required by (277)

Sources (5)

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.

Latest Comments

kajika91 commented on 2025-12-30 03:49 (UTC)

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.

thepoweroftwo commented on 2025-10-19 22:24 (UTC) (edited on 2025-10-19 22:24 (UTC) by thepoweroftwo)

@jatone The issue was not a missing build dependency, but new glslang versions failing to build with ffmpeg. I applied the patch as described here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289912

Please try building again.

jatone commented on 2025-10-19 21:12 (UTC)

doesnt build, likely due to a missing build dependency.

==> Starting build()... ERROR: spirv_compiler not found

If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat. Include the log file "ffbuild/config.log" produced by configure as this will help solve the problem.

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.