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

Required by (1917)

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 2 3 4 5 6 7 8 9 10 11 12 .. 56 Next › Last »

dbermond commented on 2023-07-17 15:43 (UTC) (edited on 2023-07-17 15:43 (UTC) by dbermond)

@CompWizard No need to install mbedtls2. librist works fine with mbedtls. ffmpeg-full also working fine.

CompWizard commented on 2023-07-17 14:26 (UTC) (edited on 2023-07-17 14:28 (UTC) by CompWizard)

For people with 'librist' problem: install 'mbedtls2'. I suppose 'librist' implicitly depends on it and its 'libmbedcrypto.so.7' ('mbedtls' has 'libmbedcrypto.so.14')

Sinyria commented on 2023-07-16 09:42 (UTC) (edited on 2023-07-16 09:44 (UTC) by Sinyria)

if you want nvenc support with older cards still using 470xx, you will as of latest 470xx driver and v12.0 ffnvcodec-headers need to user 11.1 ffnvcodec-headers instead (eg. yay -Sy ffnvcodec-headers-11-1), or use the ffmpeg package in the aur with explicit nvidia-470xx support - otherwise software like obs will stop working with nvenc.

dbermond commented on 2023-07-10 15:14 (UTC)

@brauliobo The librist dependency is already present in the PKGBUILD.

brauliobo commented on 2023-07-09 02:00 (UTC)

Need to depend on librist

dbermond commented on 2023-06-21 01:32 (UTC)

@donrudo I've just checked, and the package is building fine with ffnvcodec-headers 12.0.16.0-1 (the current version in the official repositories). I see no point in downgrading it, as it works nicely. Also, one of @mikaelblomkvists issues was about nvcc, and not about ffnvcodec-headers, which are quite different things.

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.