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

« First ‹ Previous 1 2 3 4 5 Next › Last »

jxjl commented on 2022-12-21 14:34 (UTC)

Hi, I have played little bit more and found that the build problem is caused by 'libmfx'. This package is not available for ARM platform making the yay AUR helpler to get if from AUR. Unfortunately the package in AUR depends on non-headless version of libva and some other x86-only packages leading to requirements to install wayland and build errors. After I have removed the dependency on libmfx, the package builds ok. I had also to disable nvidia encoders and decoders as these are neither available on headless ARM.

katt commented on 2022-08-01 09:32 (UTC)

@jxjl No intel-* package is hard dependency here, not quite sure how you ended up with that error.

Is this via some AUR helper? If so, try without it. Those other packages it tried to include seemed quite.. weird?

jxjl commented on 2022-08-01 08:48 (UTC) (edited on 2022-08-01 08:50 (UTC) by jxjl)

I am no longer able to install this package on headless system due to dependency on intel-media-driver

the install fail with

-> The following packages are not compatible with your architecture:
vmaf-git  libva-git  intel-gmmlib-git  intel-media-driver-git  intel-media-sdk-git (libmfx-git)  svt-av1-git

trying to build for headless ARMv7 machine, the complaint about libva-git seems to be strange as well as I have libva-headless installed

katt commented on 2022-04-05 13:52 (UTC)

You not wanting to update ffmpeg is one thing, but please do not delay the update for everyone else because of it. Sure, we can edit the PKGBUILD ourselves, but then what purpose do you serve as a maintainer?

dantob commented on 2021-04-12 09:42 (UTC) (edited on 2022-04-04 08:18 (UTC) by dantob)

I'm likely not going to update this til the first point release of any new branch (5.0.1)

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

enihcam commented on 2020-03-27 01:51 (UTC)

:: installing dav1d (0.6.0-1) breaks dependency 'libdav1d.so=3-64' required by ffmpeg-headless

trwnh commented on 2019-10-31 22:12 (UTC)

error: failed to prepare transaction (could not satisfy dependencies) :: installing x265 (3.2.1-1) breaks dependency 'libx265.so=176-64' required by ffmpeg-headless

Fincer commented on 2019-07-01 11:54 (UTC)

In short, for headless setup, use AUR packages:

libva-headless (replaces libva) x264-noffmpeg (replaces x264/libx264)

Install other deps as usual.

tombh commented on 2019-05-04 16:36 (UTC)

libva-headless would reduce the deps even further