Search Criteria
Package Details: ffmpeg-libfdk_aac 2:7.1.1-5
Package Actions
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.43 |
First Submitted: | 2013-07-12 10:24 (UTC) |
Last Updated: | 2025-07-17 22:03 (UTC) |
Dependencies (112)
- alsa-lib
- aom (aom-vmaf-gitAUR, aom-av1-lavish-gitAUR, aom-psy101-gitAUR, aom-gitAUR)
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- dav1d (dav1d-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR, freetype2-macosAUR)
- fribidi (fribidi-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- glslang (glslang-gitAUR)
- gmp (gmp-hgAUR)
- gnutls (gnutls-gitAUR)
- gsm
- harfbuzz (harfbuzz-gitAUR)
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, pipewire-jack)
- lame (lame-svnAUR, lame-altivecAUR)
- libass (libass-gitAUR)
- libass.so (libass-gitAUR, libass)
- libavc1394
- Show 92 more dependencies...
Required by (2025)
- 0wgram (requires ffmpeg)
- 2h4u (requires ffmpeg) (make)
- 3ncode-git (requires ffmpeg)
- 48tools (requires ffmpeg)
- 64gram-desktop (requires ffmpeg)
- aaxtomp3 (requires ffmpeg)
- aaxtomp3-git (requires ffmpeg)
- ab-av1 (requires ffmpeg)
- abyss-engine-git (requires ffmpeg)
- aconcat (requires ffmpeg)
- adlmidi (requires ffmpeg) (optional)
- adlmidi-git (requires ffmpeg) (optional)
- aegisub-arch1t3cht (requires ffmpeg)
- aegisub-arch1t3cht-git (requires ffmpeg)
- aegisub-arch1t3cht-qt5-git (requires ffmpeg)
- aegisub-arch1t3cht-xdg-git (requires ffmpeg)
- aegisub-japan7-git (requires ffmpeg)
- aigcpanel-git (requires ffmpeg)
- airsonic-advanced-git (requires ffmpeg) (optional)
- akkoma (requires ffmpeg) (optional)
- Show 2005 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 21 Next › Last »
korimitsu commented on 2023-10-06 19:36 (UTC)
Fails to build:
riaqn commented on 2023-09-30 18:02 (UTC)
Folks: just use ffmpeg-full instead - it contains libfdk_acc as well.
wustdsh commented on 2023-09-30 13:34 (UTC)
Can't be built with
Error: operand type mismatch for `shr'
bionade24 commented on 2023-09-05 09:01 (UTC)
I get a build error regarding inline assembly when building in in a clean environment:
Full build log: https://abs-cd.oscloud.info/cd_manager/ffmpeg-libfdk_aac
TuxBunny commented on 2023-08-26 03:30 (UTC)
I am getting this error when trying to install this package, I think it's looking for an older version of this dependency then the one that is in the repos.
warning: cannot resolve "libvidstab.so=1.1-64", a dependency of "ffmpeg- libfdk_aac"
The following package cannot be upgraded due to unresolvable dependencies: ffmpeg-libfdk_aac
graysky commented on 2023-08-02 19:34 (UTC)
https://aur.archlinux.org/cgit/aur.git/commit/?h=kodi-git&id=ed01fabc96ccf8e1b0656c962cbecdc9b0fe32a1
Extension-Prompt commented on 2023-08-02 18:35 (UTC) (edited on 2023-08-02 19:05 (UTC) by Extension-Prompt)
Package fails to build after installing the latest gcc package
Was able to successfully build a few days ago, but build fails after a full system upgrade that I did earlier today
However, ffmpeg-git from the AUR builds successfully so maybe it's already fixed upstream?
I get this error 383 times:
libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
No such errors occur in ffmpeg-git from the AUR
This is a copy-paste from my bug report of the official ffmpeg package because the exact same errors occur there & in this AUR package
Diff from loqs that fixes this problem:
https://bugs.archlinux.org/task/79281#comment219982
Deiki commented on 2023-06-22 22:57 (UTC) (edited on 2023-06-22 23:03 (UTC) by Deiki)
Fails the verification of ffmpeg git repo's PGP signature
To anyone, pass
--skippgpcheck
option to skip this check and build anyway.k0r0ng commented on 2023-06-20 19:18 (UTC) (edited on 2023-06-23 12:00 (UTC) by k0r0ng)
I read wikipedia Fraunhofer FDK AAC support decode xHE-AAC, but why I still can't decode or play xHE-AAC file after build and install this package?
Edit: This is can works by explicitly telling ffplay to use libfdk_aac with -acodec or -codec:a option, also interestingly it doesn't work with -c:a. Is there a way to tell ffmpeg to use libfdk_aac as the default decoder and/or encoder?
Edit2: "libfdk_aac as the default decoder and/or encoder?", you can do this with --disable-decoder=aac,aac-fixed and --disable-encoder=aac, but mpv still can't play or decode xHE-AAC file, maybe mpv need rebuild, idk.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 21 Next › Last »