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: 134
Popularity: 0.94
First Submitted: 2013-01-24 11:17 (UTC)
Last Updated: 2024-08-03 21:35 (UTC)

Required by (1876)

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 »

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.

dark-saber commented on 2016-05-04 10:07 (UTC)

kremfaen: Do you use gcc6? I'm having the same problem today after updating to gcc6 from [testing].

lassal commented on 2016-05-03 12:37 (UTC)

I'm having some problems compiling. libavcodec/libutvideoenc.cpp:281:1: error: narrowing conversion of ‘3221258240u’ from ‘unsigned int’ to ‘int’ inside { } [-Wnarrowing] }; ^ common.mak:63: recipe for target 'libavcodec/libutvideoenc.o' failed make: *** [libavcodec/libutvideoenc.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting... -> Removed 1 trusted keys ==> ERROR: the build failed -> Status failed (1): ffmpeg-full-nvenc