Package Details: ffmpeg-full 7.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: 135
Popularity: 0.87
First Submitted: 2013-01-24 11:17 (UTC)
Last Updated: 2024-11-07 22:45 (UTC)

Dependencies (133)

Required by (1915)

Sources (10)

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 .. 10 11 12 13 14 15 16 17 18 19 20 .. 55 Next › Last »

dbermond commented on 2020-09-29 21:31 (UTC)

@wlritchi Fixed. Thanks.

wlritchi commented on 2020-09-28 23:25 (UTC)

srt was updated to 1.4.2 in official repos recently. ffmpeg with --enable-libsrt now doesn't build without this patch: https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=7c59e1b0f285cd7c7b35fcd71f49c5fd52cf9315

That patch isn't on a tagged release of ffmpeg yet, unfortunately.

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