Package Details: ffmpeg-full 7.0.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: 134
Popularity: 1.20
First Submitted: 2013-01-24 11:17 (UTC)
Last Updated: 2024-06-21 21:55 (UTC)

Required by (1857)

Sources (9)

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

1 2 3 4 5 6 .. 54 Next › Last »

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.

LordSIGSEGV commented on 2024-06-24 08:29 (UTC) (edited on 2024-06-24 08:30 (UTC) by LordSIGSEGV)

The missing libquirc issue can be resolved easily by adding a symlink ln -s /usr/lib/libquirc.so.1.2 libquirc.so in your path. The package quirc seems to create a shared library libquirc.so.1.2 in /usr/lib, but doesn't create libquirc.so which the configure-script is looking for.

Caligatio commented on 2024-06-24 04:42 (UTC)

I'm getting compile errors starting with v7, looks like libquirc might now be required?

==> Making package: ffmpeg-full 7.0.1-1 (Mon 24 Jun 2024 06:38:46 AM CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Starting build()...
-> Running ffmpeg configure script...
ERROR: libquirc 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.libera.chat.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'ffmpeg-full-7.0.1-1': 
error: packages failed to build: ffmpeg-full-7.0.1-1

dbermond commented on 2024-06-23 15:25 (UTC)

@Ranguvar libdvd{nav,read} is really missing, I will add it. Thanks for reporting. I do not plan to switch gnutls to mbedtls.

Ranguvar commented on 2024-06-23 15:22 (UTC)

Thank you for the updated PKGBUILD! Do you plan to add libdvdnav/libdvdread, and replace gnutls with mbedtls2, as [extra] did?

dbermond commented on 2024-06-02 11:28 (UTC)

@kentslaney I have just checked, and the package is building fine for me. Using latest ffnvcodec-headers from the official repositories.

kentslaney commented on 2024-06-02 08:38 (UTC)

libavutil/hwcontext_cuda.c:365:28: error: ‘CudaFunctions’ has no member named ‘cuCtxGetCurrent’; did you mean ‘cuCtxPopCurrent’?

results from an out-of-date ffnvcodec distribution. You can find where ffnvcodec is getting included from via

yay -G ffmpeg-full
cd ~/.cache/yay/ffmpeg-full
rm -fr src
makepkg -o
cd src/*/
mv Makefile Makefile.orig
echo "install:" > Makefile
cd ../..
makepkg -ef
cd src/*/
mv Makefile.orig Makefile
mv ffbuild/common.mak ffbuild/common.mak.orig
echo "CC = cpp" > ffbuild/common.mak
cat ffbuild/common.mak.orig >> ffbuild/common.mak
sed -i 's/\$(COMPILE_C)/\$\(subst \$\(\) \$\(\)-c\$\(\) \$\(\)-o\$\(\) \$\(\)\$@\$\(\) \$\(\),\$\(\) \$\(\),\$\(COMPILE_C\)\)/' ffbuild/common.mak
make libavutil/hwcontext_cuda.o 2>/dev/null | grep ffnvcodec | head
mv ffbuild/common.mak.orig ffbuild/common.mak

(Re: eg @boesi)

wyzdwdz commented on 2024-05-23 09:25 (UTC) (edited on 2024-05-23 09:30 (UTC) by wyzdwdz)

celt has an issue with tandem-test fails. But it has already been fixed in celt-git, try to install celt-git if you encounter the same issue.

dbermond commented on 2024-04-19 22:22 (UTC)

@puddings233 This is not needed and have been discussed several times already. Please see very old comments in ffmpeg-full-git package.