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.100106
First Submitted: 2013-01-24 11:17 (UTC)
Last Updated: 2025-03-10 13:33 (UTC)

Dependencies (133)

Required by (1950)

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 .. 49 50 51 52 53 54 55 56 Next › Last »

isiachi commented on 2014-03-01 11:01 (UTC)

With last update (2.1.4) i can't reproduce anything in vlc 2.1.4 I solved removing the "--enable-raise-major" flag from configure.

rpolzer commented on 2014-03-01 11:00 (UTC)

--enable-vdpau does not seem required for me. If anyone lacks vdpau in the build, please provide src/ffmpeg-2.1.4/config.log so I can see why it is missing.

kit commented on 2013-12-08 06:50 (UTC)

ffmpeg-2.1 + freetype-2.5.1 build break + fix info sudo ln -sf . /usr/include/freetype2/freetype https://ffmpeg.org/pipermail/ffmpeg-devel/2013-November/151407.html

<deleted-account> commented on 2013-12-03 02:15 (UTC)

Ah, I got the man pages to work. I was using fish before, and it doesn't work with fish. I had to fire up bash and source /etc/profile.d/perlbin.sh, then recompile.

<deleted-account> commented on 2013-12-03 01:48 (UTC)

Can you fix the man pages for this package?

Zucca commented on 2013-11-20 06:06 (UTC)

Ah. OK. My bad. ;)

Zucca commented on 2013-11-20 06:06 (UTC)

Ah. OK. My bad. ;)

justin8 commented on 2013-11-19 22:17 (UTC)

They can't be installed at the same time, and the ffmpeg-full package provides the same package (provides=ffmpeg). Conflicting is the correct way to do this.

Zucca commented on 2013-11-19 19:05 (UTC)

Shouldn't ffmpeg-full rather be an alternative to ffmpeg than just conflict with it? Pacman should rather ask if ffmpeg-full could replace ffmpeg? Right? Or is this "collision" method the right way?