Package Details: ffmpeg-full 6.1.1-6

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.89
First Submitted: 2013-01-24 11:17 (UTC)
Last Updated: 2024-05-02 21:46 (UTC)

Required by (1822)

Sources (15)

Latest Comments

« First ‹ Previous 1 .. 41 42 43 44 45 46 47 48 49 50 51 .. 53 Next › Last »

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

isiachi commented on 2015-04-01 20:11 (UTC)

@Case_Of I've already discovered about this missing dependency but I never update the PKGBUILD. To build you have to install the ladspa package. Update coming soon.

<deleted-account> commented on 2015-03-29 11:03 (UTC)

I have this error during compilation : ERROR: ladspa.h header not found If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net. Include the log file "config.log" produced by configure as this will help solve the problem. What should I do ?

Zucca commented on 2015-03-22 17:48 (UTC)

@isiachi: I had accidentaly configured systemd to let users to use only two cores. :P

isiachi commented on 2015-03-15 13:49 (UTC)

Build jobs depends on this: https://wiki.archlinux.org/index.php/Makepkg#MAKEFLAGS

Zucca commented on 2015-03-15 10:44 (UTC)

This package compiles by using only two threads. Is this intended?

Eriner commented on 2015-02-26 00:08 (UTC)

For those who have trouble or don't know how to replace utvideo-git with libutvideo-git, you have to remove utvideo-git first, build libutvideo-git & install, build ffmpeg-full & install. I suspect many will have issue with removing ffmpeg-full or utvideo-git due to dependencies. To remove utvideo-git (and have pacman ignore all the dependency checks): sudo pacman -Rdd utvideo-git Then build libutvideo-git and proceed with building ffmpeg-full.