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

Required by (1829)

Sources (2)

Latest Comments

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

NSQY commented on 2021-04-07 01:26 (UTC) (edited on 2021-04-07 01:35 (UTC) by NSQY)

This package does not work, trying to encode anything with libfdk results in Unknown encoder 'libfdk_aac'

Building ffmpeg git works perfectly with ./configure --disable-shared --enable-static --enable-pthreads --enable-nonfree --enable-libfdk-aac

This PKGBUILD uses --enable-libfdk_aac instead of --enable-libfdk-aac, is this the problem?

bwidawsk commented on 2020-10-19 05:30 (UTC)

@graysky: You got it.

graysky commented on 2020-10-14 16:05 (UTC)

@bwidawki - Thanks for pointing that out. They closed it upstream. See http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=7c59e1b0f285cd7c7b35fcd71f49c5fd52cf9315

Do you mind adding that patch to this PKGBUILD and pushing? It works for me.

bwidawsk commented on 2020-10-04 21:59 (UTC)

@graysky, I believe it's an upstream bug, tracked here: https://trac.ffmpeg.org/ticket/8760

luka-devnull commented on 2020-10-02 05:08 (UTC)

getting the same error as @graysky. no idea what's up there

graysky commented on 2020-09-29 19:08 (UTC)

Anyone else getting build failures?

CC  libavformat/lrcdec.o
libavformat/libsrt.c: In function ‘libsrt_set_options_pre’:
libavformat/libsrt.c:317:66: error: ‘SRTO_STRICTENC’ undeclared (first use in this function); did you mean ‘SRTO_STATE’?
  317 |         (s->enforced_encryption >= 0 && libsrt_setsockopt(h, fd, SRTO_STRICTENC, "SRTO_STRICTENC", &s->enforced_encryption, sizeof(s->enforced_encryption)) < 0) ||
      |                                                                  ^~~~~~~~~~~~~~
      |                                                                  SRTO_STATE
libavformat/libsrt.c:317:66: note: each undeclared identifier is reported only once for each function it appears in
libavformat/libsrt.c:336:50: error: ‘SRTO_SMOOTHER’ undeclared (first use in this function); did you mean ‘SRTO_SENDER’?
  336 |         (s->smoother && libsrt_setsockopt(h, fd, SRTO_SMOOTHER, "SRTO_SMOOTHER", s->smoother, strlen(s->smoother)) < 0) ||
      |                                                  ^~~~~~~~~~~~~
      |                                                  SRTO_SENDER
libavformat/libsrt.c: In function ‘libsrt_setup’:
libavformat/libsrt.c:409:5: warning: ‘srt_socket’ is deprecated [-Wdeprecated-declarations]
  409 |     fd = srt_socket(cur_ai->ai_family, cur_ai->ai_socktype, 0);
      |     ^~
In file included from libavformat/libsrt.c:24:
/usr/include/srt/srt.h:754:41: note: declared here
  754 | SRT_ATR_DEPRECATED_PX SRT_API SRTSOCKET srt_socket(int, int, int) SRT_ATR_DEPRECATED;
      |                                         ^~~~~~~~~~
make: *** [ffbuild/common.mak:59: libavformat/libsrt.o] Error 1
make: *** Waiting for unfinished jobs....
==> ERROR: A failure occurred in build().

bwidawsk commented on 2020-06-30 20:08 (UTC)

@abcfy2: I stay with what the upstream package in extra/ sticks with. When they update, I will update. Feel free to mark out of date if that gets updated and I didn't notice. I tend to do that given current family life :-)

abcfy2 commented on 2020-06-30 01:20 (UTC)

Would you please upgrade to FFmpeg 4.3?