Package Details: ffmpeg-libfdk_aac 2:7.1.1-4

Git Clone URL: https://aur.archlinux.org/ffmpeg-libfdk_aac.git (read-only, click to copy)
Package Base: ffmpeg-libfdk_aac
Description: Complete solution to record, convert and stream audio and video (Same as official package except with libfdk-aac support)
Upstream URL: https://ffmpeg.org
Licenses: custom:libfdk-aac, GPL-3.0-only
Conflicts: ffmpeg
Provides: ffmpeg, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so
Submitter: korrode
Maintainer: zotan
Last Packager: zotan
Votes: 66
Popularity: 0.85
First Submitted: 2013-07-12 10:24 (UTC)
Last Updated: 2025-06-11 11:56 (UTC)

Dependencies (112)

Required by (2013)

Sources (4)

Latest Comments

« First ‹ Previous 1 .. 15 16 17 18 19 20 21 Next › Last »

marceliq commented on 2015-03-07 18:58 (UTC)

ffmpeg 2.6 is available.

korrode commented on 2015-01-14 07:02 (UTC)

@cestlaz: Doing as you propose results in the package not building unless the user has made custom changes to their PGP configuration (as you said). i.e. With the change, if a person installs Arch in the normal fashion, installs base-devel, downloads this package source and does 'makepkg -s', it does not build. Sorry but i don't consider this acceptable.

cestlaz commented on 2015-01-13 19:16 (UTC)

Can you consider adding the PGP signature checking to your PKGBUILD (same as what's now in ABS)? If builders add auto-key-retrieve to the keyserver-options line in their gpg.conf, then the ffmpeg developer key will automatically be added to their keyring (run gpg --list-keys before and after the build to verify) [cestlaz@arch-990fx ~/AUR_builds/ffmpeg-libfdk_aac/ffmpeg-libfdk_aac_2.5.3-1]$ diff PKGBUILD ../ffmpeg-libfdk_aac_2.5.2-1/PKGBUILD 9c9 < pkgver=2.5.3 --- > pkgver=2.5.2 25,28c25,26 < source=(http://ffmpeg.org/releases/$_name-$pkgver.tar.bz2{,.asc}) < validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel < md5sums=('efba7c5cfbea9ce58ff693cd08f90ffa' < 'SKIP') --- > source=(http://ffmpeg.org/releases/$_name-$pkgver.tar.bz2) > md5sums=('308d49d91752ac00ded9483ebaab849d') [cestlaz@arch-990fx ~/AUR_builds/ffmpeg-libfdk_aac/ffmpeg-libfdk_aac_2.5.3-1]$ cat ~/.gnupg/gpg.conf no-greeting no-permission-warning lock-never keyserver hkp://pgp.mit.edu:11371 keyserver-options timeout=10 auto-key-retrieve http://allanmcrae.com/2015/01/two-pgp-keyrings-for-package-management-in-arch-linux/ https://help.ubuntu.com/community/GnuPrivacyGuardHowto#Tips_and_Tricks

korrode commented on 2014-11-14 02:11 (UTC)

@DrZaius: I actually keep meaning to do it at an update, but always forget. When i get home i'll just pkgrel=2 this and do it, so it's done. ;)

DrZaius commented on 2014-11-14 02:00 (UTC)

I recommend changing the description mentioning that it is similar to ffmpeg in Extra, but with libfdk_aac support added so it is easier to differientiate among the other ffmpeg packages in AUR.

timmyl17 commented on 2014-09-25 14:18 (UTC)

ffmpeg 2.4.1 is available.

windy commented on 2014-08-23 14:37 (UTC)

ffmpeg 2.3.3 is available. The current PKGBUILD works fine with this release, just replace the MD5SUM with 72361d3b8717b6db3ad2b9da8df7af5e.

korrode commented on 2014-04-13 01:32 (UTC)

@tulcod: Fixed. Package updated, re-based off Arch proper package with x265 patch.

auke commented on 2014-04-12 15:24 (UTC)

This package currently doesn't build against the latest x265 library (the developers note that only the x265 version is supported that came out at the moment of the 2.2 branch of ffmpeg). This is fixed in ffmpeg upstream, but yet to be released. This situation currently confuses some users.