Package Details: ffmpeg-libfdk_aac 1:6.0-1

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: GPL3, custom:libfdk-aac
Conflicts: ffmpeg
Provides: ffmpeg, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so
Submitter: korrode
Maintainer: bwidawsk
Last Packager: bwidawsk
Votes: 62
Popularity: 0.25
First Submitted: 2013-07-12 10:24 (UTC)
Last Updated: 2023-03-12 23:40 (UTC)

Required by (1673)

Sources (2)

Pinned Comments

bwidawsk commented on 2022-05-16 17:26 (UTC)

Please don't flag this package out of date unless the upstream ffmpeg package changes versions.

Thanks.

gourdcaptain commented on 2020-06-11 14:48 (UTC)

You need to rebuild it from source against the new x265 - it's not an issue with the ffmpeg code, it just needs to be built against the new library binary interface. Upgrade x265 and then do that.

Fifis commented on 2020-06-11 14:44 (UTC)

Does ffmpeg-libfdk_aac really need a precise version of the x265 library, or can it be made >=188-64? Because now, there is a broken dependency that prevents further upgrades:

error: failed to prepare transaction (could not satisfy dependencies)
:: installing x265 (3.4-1) breaks dependency 'libx265.so=188-64' required by ffmpeg-libfdk_aac

(Right now, I have ffmpeg-libfdk_aac 1:4.2.3-1.)

Latest Comments

1 2 3 4 5 6 .. 15 Next › Last »

rAYz commented on 2023-03-15 07:53 (UTC)

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


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

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.