@peippo
Okay, from now on I'll try to stick to the “Rebuild versions" of the FFmpeg package.
Search Criteria
Package Details: ffmpeg-headless 1:8.1.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ffmpeg-headless.git (read-only, click to copy) |
|---|---|
| Package Base: | ffmpeg-headless |
| Description: | Complete solution to record, convert and stream audio and video; optimised for server (headless) systems |
| Upstream URL: | https://ffmpeg.org |
| Licenses: | GPL-3.0-only |
| Conflicts: | ffmpeg |
| Provides: | ffmpeg, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libswresample.so, libswscale.so |
| Submitter: | an7oine |
| Maintainer: | lapicidae |
| Last Packager: | lapicidae |
| Votes: | 26 |
| Popularity: | 0.000001 |
| First Submitted: | 2014-12-31 13:12 (UTC) |
| Last Updated: | 2026-05-15 09:37 (UTC) |
Dependencies (101)
- aom (aom-vmaf-gitAUR, aom-av1-lavish-gitAUR, aom-psy101-gitAUR, aom-gitAUR, aom-gitAUR)
- bzip2 (bzip2-gitAUR)
- dav1d (dav1d-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR, freetype2-woledAUR, freetype2-gitAUR, freetype2-macosAUR)
- fribidi (fribidi-gitAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- glslang (glslang-gitAUR)
- gmp (gmp-hgAUR)
- gnutls (gnutls-gitAUR)
- gsm
- harfbuzz (harfbuzz-gitAUR)
- lame (lame-svnAUR, lame-altivecAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libass (libass-gitAUR)
- libass.so (libass-gitAUR, libass)
- libavc1394
- libbluray (libbluray-gitAUR)
- libbluray.so (libbluray-gitAUR, lib32-libblurayAUR, libbluray)
- Show 81 more dependencies...
Required by (2384)
- 0wgram (requires ffmpeg)
- 2h4u (requires ffmpeg) (make)
- 3ncode-git (requires ffmpeg)
- 48tools (requires ffmpeg)
- 64gram-desktop (requires ffmpeg)
- aaa-bin (requires ffmpeg)
- aaxtomp3 (requires ffmpeg)
- aaxtomp3-git (requires ffmpeg)
- ab-av1 (requires ffmpeg)
- ab-download-manager-wayland-git (requires ffmpeg) (optional)
- abyss-engine-git (requires ffmpeg)
- aconcat (requires ffmpeg)
- adlmidi (requires ffmpeg) (optional)
- adlmidi-git (requires ffmpeg) (optional)
- aegisub-arch1t3cht (requires ffmpeg)
- aegisub-arch1t3cht-git (requires ffmpeg)
- aegisub-arch1t3cht-qt5-git (requires ffmpeg)
- aegisub-arch1t3cht-xdg-git (requires ffmpeg)
- aegisub-japan7-git (requires ffmpeg)
- aether (requires ffmpeg)
- Show 2364 more...
Sources (1)
lapicidae commented on 2026-04-09 16:32 (UTC)
peippo commented on 2026-04-08 09:26 (UTC) (edited on 2026-04-08 09:27 (UTC) by peippo)
libvpx just had its so-version increase:
:: unable to satisfy dependency 'libvpx.so=11-64' required by ffmpeg-headless'
Could you bump the pkgrel, so users don‘t need to rebuild manually? Thanks!
dmig commented on 2026-02-22 11:13 (UTC)
You can use https://github.com/FFmpeg/FFmpeg/archive/refs/tags/n8.0.1.tar.gz as source to speed up building and remove git dependency.
xorbettino commented on 2025-07-03 10:19 (UTC) (edited on 2025-07-03 10:20 (UTC) by xorbettino)
Build fails with these errors:
resolving dependencies...
warning: cannot resolve "libplacebo.so=349-64", a dependency of "ffmpeg-headless"
warning: cannot resolve "libx265.so=212-64", a dependency of "ffmpeg-headless"
tage commented on 2024-01-11 07:56 (UTC)
Since upgrading to vmaf 3.0 ffprobe failes with cannot load shared library libvmaf.so.1. One solution is to add libvmaf-compat as a dependency.
klemens commented on 2023-08-05 21:19 (UTC)
Currently the build fails with libavcodec/x86/mathops.h:125: Error: operand type mismatch for 'shr', see: https://bugs.archlinux.org/task/79281?project=1&string=ffmpeg
To fix this, add the following prepare function:
prepare() {
cd ffmpeg
git cherry-pick -n effadce6c756247ea8bae32dc13bb3e6f464f0eb # Fix assembling with binutil as >= 2.41
}
katt commented on 2023-03-21 20:22 (UTC)
@hashworks I try to keep as close as possible to the ffmpeg package in the repos, so I'd rather not do that, if it were to be added the the repo package I will however add it. (Unless there is a really good reason I should add it)
hashworks commented on 2023-03-21 19:07 (UTC)
Could you include openh264 (--enable-libopenh264)?
katt commented on 2023-01-31 15:43 (UTC)
@lapicidae Thanks for the heads up, added the patch.
lapicidae commented on 2023-01-31 08:44 (UTC) (edited on 2023-01-31 08:47 (UTC) by lapicidae)
https://trac.ffmpeg.org/ticket/10115
https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/eb0455d64690eed0068e5cb202f72ecdf899837c
add in PKGBUILD -> prepare()
git cherry-pick -n eb0455d64690eed0068e5cb202f72ecdf899837c # hwcontext_vulkan: remove optional encode/decode extensions from the list
Pinned Comments
dantob commented on 2020-03-28 07:44 (UTC) (edited on 2020-03-28 07:47 (UTC) by dantob)
libva-headlessis recommended overlibvaUpdate system
pacman -Syu --ignore=dav1d(x265,x264 ...etc)Update package ignoring deps
pacman -Sd dav1d(x265,x264 ...etc)then rebuild AUR package against new library