Package Details: ffmpeg-libfdk_aac 2:6.1.1-8

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: 64
Popularity: 0.89
First Submitted: 2013-07-12 10:24 (UTC)
Last Updated: 2024-04-24 15:56 (UTC)

Dependencies (107)

Required by (1823)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 18 Next › Last »

rAYz commented on 2023-03-15 07:53 (UTC) (edited on 2023-04-29 16:54 (UTC) by rAYz)

6.0-1 ERROR: nvdec requested, but not all dependencies are satisfied: ffnvcodec


Is it necessary? I don't have an nVidia card.

update on 2023-04-30 I finally got a compile success(6.0-2). Compared to 5.x, the 6.x requires new dependencies: "amf-headers" and "ffnvcodec-headers"

Accidentaccio commented on 2023-01-30 22:53 (UTC)

Same error of graysky

graysky commented on 2023-01-29 18:54 (UTC)

@bwidawsk - Please see this patch[1] which brings your PKGBUILD into parity with the official one as well as fixes the build error. Credit to loqs for that[2]

  1. https://gist.github.com/graysky2/ab110eecda52f60b630b491d93de31af
  2. https://bugs.archlinux.org/task/77324#comment214748

graysky commented on 2023-01-29 17:43 (UTC) (edited on 2023-01-29 17:45 (UTC) by graysky)

@bwidawsk - are you able to build? I am getting errors.

libavutil/hwcontext_vulkan.c:364:7: error: ‘VK_EXT_VIDEO_DECODE_H265_EXTENSION_NAME’ undeclared here (not in a function); did you mean ‘VK_EXT_VIDEO_ENCODE_H265_EXTENSION_NAME’?
  364 |     { VK_EXT_VIDEO_DECODE_H265_EXTENSION_NAME,                FF_VK_EXT_NO_FLAG                },
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |       VK_EXT_VIDEO_ENCODE_H265_EXTENSION_NAME
CC  libavformat/aea.o
CC  libavformat/afc.o
CC  libavformat/aiff.o
CC  libavformat/aiffdec.o
make: *** [ffbuild/common.mak:81: libavutil/hwcontext_vulkan.o] Error 1
make: *** Waiting for unfinished jobs....

EDIT: it is affecting the official package too, https://bugs.archlinux.org/task/77324

slashme commented on 2022-12-07 13:54 (UTC)

I believe the PKBUILD for 5.1.2-1 still builds 5.1.1 because the tag used as source wasn't updated in the latest commit.

Link_Zeppeli commented on 2022-09-09 22:32 (UTC)

FFmpeg 5.1, now 5.1.1 has been out for a while now & the official repo's package is at version 2:5.1.1-3 Is the maintainer intending to update the PKGBUILD to build the latest FFmpeg version?

dbedrenko commented on 2022-07-09 13:13 (UTC)

If you did a system upgrade and starting chromium gives you this error:

/usr/lib/chromium/chromium: error while loading shared libraries: libSvtAv1Enc.so.0: cannot open shared object file: No such file or directory

It's because you have to rebuild ffmpeg-libfdk_aac :)

MarsSeed commented on 2022-05-16 22:45 (UTC)

@bwidawsk, I don't think you can get any more upstream than this! :D

MarsSeed commented on 2022-05-16 22:42 (UTC) (edited on 2022-05-16 22:49 (UTC) by MarsSeed)

FFMPEG 5.0.1 stable has been released on 4 Apr 2022.

I'm using it (built from a manually version-bumped ffmpeg-cuda AUR PKGBUILD) and it works fine.