Package Details: ffmpeg-headless 1:8.1.1-2

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)

Required by (2384)

Sources (1)

Pinned Comments

dantob commented on 2020-03-28 07:44 (UTC) (edited on 2020-03-28 07:47 (UTC) by dantob)

libva-headless is recommended over libva


Update 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

Latest Comments

1 2 3 4 5 Next › Last »

lapicidae commented on 2026-04-09 16:32 (UTC)

@peippo
Okay, from now on I'll try to stick to the “Rebuild versions" of the FFmpeg package.

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