Package Details: ffmpeg-headless 1:7.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, libpostproc.so, libswresample.so, libswscale.so
Submitter: an7oine
Maintainer: lapicidae
Last Packager: lapicidae
Votes: 26
Popularity: 0.000174
First Submitted: 2014-12-31 13:12 (UTC)
Last Updated: 2025-05-21 21:46 (UTC)

Dependencies (99)

Required by (2035)

Sources (3)

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 »

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

mmozeiko commented on 2018-11-26 09:21 (UTC)

.SRCINFO is not updated with last PKGBUILD changess.

smmalis37 commented on 2018-10-11 05:16 (UTC) (edited on 2018-10-11 05:26 (UTC) by smmalis37)

Alternatively you can perform a `pacman -Sdd x264' to install the updated version of x264 while ignoring its dependencies. Note that this is a TERRIBLE IDEA, so if you do this and something breaks don't blame me.

dbermond commented on 2018-08-17 22:28 (UTC)

@djmattyg007 I think this is what you need: x264-noffmpeg.

Try to build with it.