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

Required by (1825)

Sources (15)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 53 Next › Last »

donrudo commented on 2023-06-16 15:59 (UTC) (edited on 2023-06-16 15:59 (UTC) by donrudo)

@dbermond, I've just run a test and seems like what @mikaelblomkvists is mentioning is correct, in this case the current ffmpeg-full won't be able to build if the ffnvcodec-headers version used is 12.0.16.

To solve the issue you would have to revert to ffnvcodec-headers 11.1.5.2 and then try again or use ffmpeg-full-git.

dbermond commented on 2023-04-02 14:12 (UTC)

@mikaelblomkvists The dependencies are already listed in the PKGBUILD, otherwise, it will not build. Please read the Arch Wiki link in my previous message, as it clearly states that rebuilding AUR packages is a user responsibility, and not a packager responsibility, as AUR packages are not tracked by pacman. Regarding the nvcc not found, it has been discussed several times before. Please refer to previous comments about it, specially on ffmpeg-full-git. The package is building fine.

mikaelblomkvists commented on 2023-04-01 18:46 (UTC)

  -> Running ffmpeg configure script...
ERROR: failed checking for nvcc.

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.libera.chat.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.

mikaelblomkvists commented on 2023-04-01 18:39 (UTC)

@dbermond:

You need to rebuild this package against the newly released libvpx 1.13.0. Please remember that it's user responsibility to take care of their installed AUR packages

Absolutely not. It's the packager's (your) responsibility to list the target dependencies in PKGBUILD.

dbermond commented on 2023-03-04 16:53 (UTC)

@Accidentaccio You need to rebuild this package against the newly released libvpx 1.13.0. Please remember that it's user responsibility to take care of their installed AUR packages, like doing the needed rebuilds.

Accidentaccio commented on 2023-03-03 12:45 (UTC)

New error: ffmpeg: error while loading shared libraries: libvpx.so.7: cannot open shared object file: No such file or directory

dbermond commented on 2023-02-25 16:48 (UTC)

@Nanoshift I've temporarily disabled it until there is support in upstream ffmpeg that can be backported here. Thank you for pointing this failure with the new pocketsphinx 5.0.0.

Nanoshift commented on 2023-02-25 01:29 (UTC)

After updating pocketsphinx (AUR) to 5.0.0-1, there is a build error stating ERROR: pocketsphinx not found using pkg-config

quietvoid commented on 2023-02-06 16:02 (UTC)

The Vulkan headers commit (eb0455d64690eed0068e5cb202f72ecdf899837c) was backported into 5.1, but it'll need a new tag until the patch can be removed.

dbermond commented on 2023-02-04 17:03 (UTC)

@DVS9999 Thank you for reporting the problem with vulkan-headers. I've pushed a fix to the package and it's now building fine. libplacebo is not missing, it's enabled on this package. You can also check your build log and see that the ffmpeg configure script detects libplacebo and enables the libplacebo filter.