Package Details: ffmpeg-full 7.0.2-1

Git Clone URL: https://aur.archlinux.org/ffmpeg-full.git (read-only, click to copy)
Package Base: ffmpeg-full
Description: Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)
Upstream URL: https://www.ffmpeg.org/
Keywords: audio codec convert cuda cuvid decklink encoder fdk-aac fdkaac hwaccel libnpp media nvenc svt video
Licenses: LicenseRef-nonfree-and-unredistributable
Conflicts: ffmpeg
Provides: ffmpeg, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so
Submitter: rpolzer
Maintainer: dbermond
Last Packager: dbermond
Votes: 135
Popularity: 1.23
First Submitted: 2013-01-24 11:17 (UTC)
Last Updated: 2024-08-03 21:35 (UTC)

Required by (1904)

Sources (10)

Pinned Comments

dbermond commented on 2024-06-24 15:59 (UTC)

@LordSIGSEGV avoid creating files not tracked by pacman in the system reserved directories, specially symlinks to shared libraries, as this have the potential to completely break your system. I have already notified the quirc maintainer in the aur web page of the package in April-2024. While this issue is not solved in quirc, I recommend to use quirc-git, which currently has a better packaging and does not suffer from this problem.

Latest Comments

« First ‹ Previous 1 .. 37 38 39 40 41 42 43 44 45 46 47 .. 55 Next › Last »

thatwasonce commented on 2016-07-01 14:05 (UTC)

I seem to be having an issue to install due to flite, pretty stuck right now at this. making in src/audio ... gcc -fPIC -I. -DCST_AUDIO_ALSA -I../../include -g -O2 -Wall -c auclient.c -o /tmp/yaourt-tmp-erik/aur-flite/obj/src/audio/auclient.os gcc -fPIC -I. -DCST_AUDIO_ALSA -I../../include -g -O2 -Wall -c auserver.c -o /tmp/yaourt-tmp-erik/aur-flite/obj/src/audio/auserver.os gcc -fPIC -I. -DCST_AUDIO_ALSA -I../../include -g -O2 -Wall -c audio.c -o /tmp/yaourt-tmp-erik/aur-flite/obj/src/audio/audio.os gcc -fPIC -I. -DCST_AUDIO_ALSA -I../../include -g -O2 -Wall -c au_streaming.c -o /tmp/yaourt-tmp-erik/aur-flite/obj/src/audio/au_streaming.os gcc -fPIC -I. -DCST_AUDIO_ALSA -I../../include -g -O2 -Wall -c au_alsa.c -o /tmp/yaourt-tmp-erik/aur-flite/obj/src/audio/au_alsa.os ar: `u' modifier ignored since `D' is the default (see `U') ar: ../../..//tmp/yaourt-tmp-erik/aur-flite/lib/libflite.shared.a: No such file or directory make[2]: *** [../../config/common_make_rules:116: /tmp/yaourt-tmp-erik/aur-flite/obj/src/audio/.build_so] Error 1 make[1]: *** [../config/common_make_rules:133: /tmp/yaourt-tmp-erik/aur-flite/obj/src/.make_build_dirs] Error 2 make: *** [config/common_make_rules:133: /tmp/yaourt-tmp-erik/aur-flite/obj//.make_build_dirs] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build flite. ==> Restart building flite ? [y/N] ==> ------------------------------

justin8 commented on 2016-06-11 23:25 (UTC)

Firstly, use makepkg directly without a helper before coming here to say about issues with a package. Secondly. If you have problems installing a dependency, log the issue with the package having the problems, not this totally unrelated one. And thirdly, your actual issue is you're somehow still using an AUR helper that doesn't support pacman 5, the --pkg option was removed a few months ago, install something newer.

schwick commented on 2016-06-11 21:19 (UTC) (edited on 2016-06-11 21:21 (UTC) by schwick)

I keep getting makepkg: invalid option '--pkg' errors when getting to installing the dependecies. Downloading the depencies and doing makepkg does work though. Does the aur package need updating? Using pacman 5.0.1

ebrious commented on 2016-05-28 02:19 (UTC)

I, too, had the same problem as @ingwia Running "gpg --recv-key B4322F04D67658D8" seemed to resolve the issue for me. Looking at the PKGBUILD, the validgpgkeys are listed as: validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') Note that the key yaourt is kicking back for me is actually a subset of the key inside of the PKGBUILD. Might a patch be submitted to align these two? New to the site, is there a way for me to submit a pull request? Thanks!

isiachi commented on 2016-05-12 14:01 (UTC) (edited on 2016-05-12 14:02 (UTC) by isiachi)

@kuantum Solved with the last update @frabjous No problem at all with chromaprint. Can you post a build log?

kuantum commented on 2016-05-10 18:55 (UTC)

got errors when compiled libavcodec/libutvideoenc.cpp:281:1: error: narrowing conversion of ‘3221258240u’ from ‘unsigned int’ to ‘int’ inside { } [-Wnarrowing] }; and In file included from libavcodec/libutvideodec.cpp:29:0: libavcodec/avcodec.h:2945:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ ==> ERROR: A failure occurred in build(). Aborting... I'm using GCC 6.1.1

lassal commented on 2016-05-04 21:53 (UTC)

@dark-saber That solved it for me. Thanks a bunch!

dark-saber commented on 2016-05-04 18:37 (UTC) (edited on 2016-05-04 18:37 (UTC) by dark-saber)

GCC 6 defaults to "-std=gnu++14", which makes those narrowing conversions errors instead of warnings. I've updated the PKGBUILD; the mode will be explicitly set to "-std=gnu++98" until this is fixed upstream. This solved my problem, hope it will help with yours too.

lassal commented on 2016-05-04 10:38 (UTC)

@dark-saber I'm still on 5.3.0.