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

Dependencies (130)

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 .. 5 6 7 8 9 10 11 12 13 14 15 .. 55 Next › Last »

Martchus commented on 2022-06-23 13:08 (UTC)

It doesn't need an update. You need to rebuild the package against the right version of libsrt.

zertyz commented on 2022-06-23 12:55 (UTC)

Just recompiled this package and got: ffmpeg: error while loading shared libraries: libsrt.so.1.4: cannot open shared object file: No such file or directory

Does this package need an update?

dbermond commented on 2022-06-13 01:59 (UTC)

@A-KA Thanks for pointing out. libplacebo filter added on ffmpeg 5.0.

A-KA commented on 2022-06-12 13:17 (UTC)

Seems to be missing --enable-libplacebo on configure Filter is absent for me until I add that option to the PKGBUILD

Jimmon89 commented on 2022-05-31 18:15 (UTC)

@ShrtSwrd i just encountered the same problem and just now made an account to comment on what the problem was and how it was fixed.

the problem: i had freshly installed cuda and encountered the failure to find nvcc even though it did exist on my system.

the fix: as stupidly as i felt after stumbling upon the fix, it worked and i know it should have been among the first things i tried.

i just needed to reboot my system. alternatively refresh the environment variables another way.

dbermond commented on 2022-05-23 23:53 (UTC)

@ShrtSwrd I've just checked, and the package is building fine. No failures at ./configure time.

ShrtSwrd commented on 2022-05-23 09:09 (UTC)

The build fails when checking for: --enable-cuda-nvcc

Vernox commented on 2022-04-24 19:43 (UTC)

@dbermond Oh, Sorry. Forgot about that. Thank you!