Package Details: ffmpeg-full 7.1.1-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: 136
Popularity: 0.090360
First Submitted: 2013-01-24 11:17 (UTC)
Last Updated: 2025-03-10 13:33 (UTC)

Required by (1954)

Sources (11)

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 .. 43 44 45 46 47 48 49 50 51 52 53 .. 56 Next › Last »

isiachi commented on 2015-08-08 18:37 (UTC)

Makepkg strip it.

travnick commented on 2015-08-08 18:34 (UTC)

I wonder why "--disable-stripping". Are you going to debug the ffmpeg?

Nolhian commented on 2015-07-16 06:51 (UTC)

--enable-shared is listed twice in ./configure

isiachi commented on 2015-07-08 17:10 (UTC)

Removed decklink support

isiachi commented on 2015-05-16 09:49 (UTC)

@mitsakis Thanks You can change the branch of libutvideo or just remove "--enable-libutvideo" from PKGBUILD. PS The correct branch is 15.1.0. source=('git://github.com/qyot27/libutvideo.git#branch=15.1.0')

mitsakis commented on 2015-05-15 19:09 (UTC)

libutvideo-git is causing this issue you have to edit libutvideo's PKGBUILD replace this: source=('git://github.com/qyot27/libutvideo.git#branch=buildsystem') with this: source=('git://github.com/qyot27/libutvideo.git#branch=1.5.1') this is a temporary solution until this issue is fixed: https://github.com/qyot27/libutvideo/issues/6

mitsakis commented on 2015-05-15 17:56 (UTC)

Doesn't compile: libavcodec/libutvideodec.cpp:153:59: note: candidate is: In file included from libavcodec/libutvideo.h:33:0, from libavcodec/libutvideodec.cpp:32: /usr/include/utvideo/Codec.h:48:17: note: virtual size_t CCodec::DecodeFrame(void*, const void*) virtual size_t DecodeFrame(void *pOutput, const void *pInput) = 0; ^ /usr/include/utvideo/Codec.h:48:17: note: candidate expects 2 arguments, 3 provided common.mak:60: recipe for target 'libavcodec/libutvideodec.o' failed make: *** [libavcodec/libutvideodec.o] Error 1

Enverex commented on 2015-05-13 15:45 (UTC)

Doesn't compile: error: no matching function for call to ‘CCodec::DecodeFrame(uint8_t*&, uint8_t*&, bool)’ utv->codec->DecodeFrame(utv->buffer, avpkt->data, true); libavcodec/libutvideoenc.cpp:125:48: error: no matching function for call to ‘CCodec::EncodeGetExtraData(UtVideoExtra*&, int&, uint32_t&, int&, int&, size_t)’ CBGROSSWIDTH_WINDOWS);

FallenSnow commented on 2015-04-14 02:35 (UTC)

Doesn't work with the latest x265 library. ffprobe: error while loading shared libraries: libx265.so.43: cannot open shared object file: No such file or directory x265 1.6-1 provides libx265.so=51-64