Package Details: ffmpeg-full-git 8.2.r124592.g268c37fdae-1

Git Clone URL: https://aur.archlinux.org/ffmpeg-full-git.git (read-only, click to copy)
Package Base: ffmpeg-full-git
Description: Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac; git version)
Upstream URL: https://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, ffmpeg-full, ffmpeg-git, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libswresample.so, libswscale.so
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 22
Popularity: 0.000163
First Submitted: 2015-12-27 19:22 (UTC)
Last Updated: 2026-05-22 22:07 (UTC)

Dependencies (140)

Required by (2468)

Sources (10)

Latest Comments

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

dbermond commented on 2026-05-22 22:08 (UTC)

@hwangsihu package updated to match the latest upstream changes.

hwangsihu commented on 2026-05-22 11:17 (UTC)

  -> Running ffmpeg configure script...
Unknown option "--enable-libcelt".
See ./configure --help for available options.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: ffmpeg-full-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
ffmpeg-full-git - exit status 4

ninetailedtori commented on 2025-12-02 17:21 (UTC) (edited on 2025-12-12 18:35 (UTC) by ninetailedtori)

Oh no it's not that I'm convinced, I'm just curious as to whether flite2 was actually supported, and why they'd warn us that flite1 was not thread safe if they wouldn't bump to flite2, which is kinda silly hahah.

dbermond commented on 2025-12-02 15:38 (UTC)

@ninetailedtori No, flite 2.x is not recommended by the upstream ffmpeg documentation that you linked. This documentation simply warns that flite versions lower than 2.0 are not thread-safe. Upstream ffmpeg requires flite 1.x to build. It does not work with flite 2.x. If you are still not convinced, manually change the 'flite1' dependency to 'flite' in the PKGBUILD, uninstall flite1 from your system (force uninstall if needed), install flite (flite 2.x) and try to build. You will encounter a 'libflite not found' error.

ninetailedtori commented on 2025-12-02 04:41 (UTC) (edited on 2025-12-12 18:36 (UTC) by ninetailedtori)

Hiya, can confirm that Clang is not supported by the following packages: davs2-git, flite1. Mold is fine though. openvino-git for me fails on hunk fail though? Not sure what that's about. Will put a comment under that one.

dbermond commented on 2025-11-26 20:00 (UTC)

@ninetailedtori you are using clang and mold, which are not the default Arch Linux compiler and linker. Use the default tools for building (gcc and ld).

ninetailedtori commented on 2025-11-26 19:04 (UTC) (edited on 2025-12-02 04:25 (UTC) by ninetailedtori)

Hiya, just need help debugging some compilation issues. Following subpackages failing as well, even before ffmpeg-full can compile:

davs2(/-git), rockchip-mpp(/-git), openvino(/-git), flite1, lcevcdec(/-git), vvenc(/-git)

Environment:

CC = clang
CXX = clang++
LINKER = ld.mold

https://pastebin.com/X3KTwrLN

dbermond commented on 2025-11-11 18:03 (UTC)

@dbermond ffmpeg have just added support for opencv4 in the git master branch. The package was updated to reflect this, dropping the opencv2 dependency from the AUR and using opencv from the official repositories, while opencv5 is not yet released.