Package Details: ffmpeg-full 7.1.1-1

Git Clone URL: https://aur.archlinux.org/ffmpeg-full.git (read-only, click to copy)
Package Base: ffmpeg-full
Description: Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)
Upstream URL: https://www.ffmpeg.org/
Keywords: audio codec convert cuda cuvid decklink encoder fdk-aac fdkaac hwaccel libnpp media nvenc svt video
Licenses: LicenseRef-nonfree-and-unredistributable
Conflicts: ffmpeg
Provides: ffmpeg, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so
Submitter: rpolzer
Maintainer: dbermond
Last Packager: dbermond
Votes: 136
Popularity: 0.130382
First Submitted: 2013-01-24 11:17 (UTC)
Last Updated: 2025-03-10 13:33 (UTC)

Dependencies (133)

Required by (1946)

Sources (11)

Pinned Comments

dbermond commented on 2024-06-24 15:59 (UTC)

@LordSIGSEGV avoid creating files not tracked by pacman in the system reserved directories, specially symlinks to shared libraries, as this have the potential to completely break your system. I have already notified the quirc maintainer in the aur web page of the package in April-2024. While this issue is not solved in quirc, I recommend to use quirc-git, which currently has a better packaging and does not suffer from this problem.

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 56 Next › Last »

Recompiler commented on 2020-09-22 00:04 (UTC)

Okay thanks that worked. I don't unserstand why impoting the key file didn't work though.

dbermond commented on 2020-09-21 23:50 (UTC)

@Recompiler You need to import the pgp key from a keyserver as described in the mentioned Wiki article. Use this:

gpg --recv-keys --keyserver keyserver.ubuntu.com FCF986EA15E6E293A5644F10B4322F04D67658D8

Recompiler commented on 2020-09-21 23:43 (UTC) (edited on 2020-09-21 23:44 (UTC) by Recompiler)

gpg --import FCF986EA15E6E293A5644F10B4322F04D67658D8.asc

gpg: key B4322F04D67658D8: no user ID

gpg: Total number processed: 1

And I tried rebuilding afterwards and it still failed because of the public key.

dbermond commented on 2020-09-21 23:40 (UTC)

@Recompiler what is the command with full output that you used to import the pgp key?

Recompiler commented on 2020-09-21 23:37 (UTC)

As much as I don't like to write in the comments section on the AUR, I did want to mention that although I did try to manually import the public key it still failed.

dbermond commented on 2020-09-21 15:00 (UTC)

@Recompiler https://wiki.archlinux.org/index.php/Makepkg#Signature_checking

Recompiler commented on 2020-09-21 04:12 (UTC)

Fails on keys.

ffmpeg-4.3.1.tar.xz ... FAILED (unknown public key B4322F04D67658D8) ==> ERROR: One or more PGP signatures could not be verified!

giannis-arch commented on 2020-07-26 13:37 (UTC)

The hkps://hkps.pool.sks-keyservers.net is down. You can see https://sks-keyservers.net/ and https://sks-keyservers.net/status/ So you can try an other keyserver as gpg --recv-keys FCF986EA15E6E293A5644F10B4322F04D67658D8 --keyserver pool.sks-keyservers.net or gpg --recv-keys FCF986EA15E6E293A5644F10B4322F04D67658D8 --keyserver hkp://pool.sks-keyservers.net

If you want a permanent change for the keyserver, please read https://wiki.archlinux.org/index.php/Pacman/Package_signing#Cannot_import_keys and https://wiki.archlinux.org/index.php/GnuPG

Latnook commented on 2020-07-25 06:18 (UTC) (edited on 2020-07-25 06:20 (UTC) by Latnook)

I can't import the gpg keys :: PGP keys need importing: -> FCF986EA15E6E293A5644F10B4322F04D67658D8, required by: ffmpeg-full ==> Import? [Y/n] :: Importing keys with gpg... gpg: keyserver receive failed: General error problem importing keys

dbermond commented on 2020-07-12 00:24 (UTC)

@spider-mario Fixed.