Package Details: ffmpeg-libfdk_aac 2:7.1-9

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: 65
Popularity: 0.002806
First Submitted: 2013-07-12 10:24 (UTC)
Last Updated: 2025-04-05 14:09 (UTC)

Dependencies (112)

Required by (1950)

Sources (4)

Latest Comments

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

marceliq commented on 2016-07-20 12:30 (UTC)

Build fails on both of my machines with this error: /usr/bin/ld: libavcodec/libavcodec.so.57: hidden symbol `opj_read_header' isn't defined /usr/bin/ld: final link failed: Bad value collect2: error: ld returned 1 exit status make: *** [library.mak:100: libavcodec/libavcodec.so.57] Error 1 make: *** Waiting for unfinished jobs....

bwidawsk commented on 2016-02-14 01:12 (UTC)

@gregbert It seems to be working now... pretty sure it was a server issue.

gregbert commented on 2016-02-13 20:53 (UTC)

This key appears to no longer be trusted by, at least, keyserver hkp://pool.sks-keyservers.net. nor pgp.mit.edu. i had to skip the pgp check. from archlinux channel: 15:42 < > !g site:pgp.mit.edu FCF986EA15E6E293A5644F10B4322F04D67658D8 15:42 <@ phrik> sudokode: No matches found.

bwidawsk commented on 2016-01-30 16:09 (UTC)

And lest we not forget there are copyright/license/redistribution advantages for only including fdk - to anyone that matters to. It's unfortunate that Fraunhofer didn't go with a more standard license, but what they have is relatively friendly.

alucryd commented on 2016-01-30 10:18 (UTC)

Fair enough.

mpuzirew commented on 2016-01-30 10:10 (UTC) (edited on 2016-01-30 10:14 (UTC) by mpuzirew)

alucryd, ffmpeg-full is ok for some but IMHO bloated with functionality not required for most users. It takes a lot of dependencies (substantial portion of which is from AUR) and hell of a lot of time to build.

alucryd commented on 2016-01-30 09:09 (UTC)

Is this really needed? ffmpeg-full includes libfdk-aac.

korrode commented on 2016-01-29 13:49 (UTC)

Even if their claim about quality at 128kbps was accurate, i'd still be using fdk-aac, because my primary usage involves encoding to AAC-LC in lowest VBR mode (-vbr 1).

mpuzirew commented on 2016-01-29 13:12 (UTC)

Rumor has it that the newer version of Native FFmpeg AAC encoder provides the best quality and libfdk_aac could be removed. https://trac.ffmpeg.org/wiki/Encode/AAC But in fact, that statement is a bit "too loud" :). https://hydrogenaud.io/index.php/topic,111085/topicseen.html Native FFmpeg AAC has been improved but it is still worse than fdk. In addition, according to my tests it became mush slower than it was. Not to mention the fact that Native FFmpeg AAC algorithm in ffmpeg 2.8.5 stable is OLD yet.