I'm likely not going to update this til the first point release of any new branch (5.0.1)
Search Criteria
Package Details: ffmpeg-headless 1:7.1-3
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, libpostproc.so, libswresample.so, libswscale.so |
Submitter: | an7oine |
Maintainer: | lapicidae |
Last Packager: | lapicidae |
Votes: | 26 |
Popularity: | 0.006411 |
First Submitted: | 2014-12-31 13:12 (UTC) |
Last Updated: | 2025-01-18 13:40 (UTC) |
Dependencies (99)
- aom (aom-vmaf-gitAUR, aom-gitAUR, aom-av1-lavish-gitAUR, aom-psy101-gitAUR)
- bzip2 (bzip2-gitAUR)
- dav1d (dav1d-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-macosAUR, freetype2-gitAUR, freetype2-qdoledAUR)
- fribidi (fribidi-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- glslang (glslang-gitAUR)
- gmp (gmp-hgAUR)
- gnutls (gnutls-gitAUR)
- gsm
- harfbuzz (harfbuzz-gitAUR)
- lame (lame-svnAUR, lame-altivecAUR)
- libass (libass-gitAUR)
- libass.so (libass-gitAUR, libass)
- libavc1394
- libbluray (libbluray-gitAUR)
- libbluray.so (lib32-libblurayAUR, libbluray)
- libbs2b (libbs2b-gitAUR)
- Show 79 more dependencies...
Required by (1920)
- 0wgram (requires ffmpeg)
- 2h4u (requires ffmpeg) (make)
- 3ncode-git (requires ffmpeg)
- 48tools (requires ffmpeg)
- 64gram-desktop (requires ffmpeg)
- aaxtomp3 (requires ffmpeg)
- aaxtomp3-git (requires ffmpeg)
- ab-av1 (requires ffmpeg)
- 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)
- aigcpanel-git (requires ffmpeg)
- airsonic-advanced-git (requires ffmpeg) (optional)
- airsonic-git (requires ffmpeg) (optional)
- Show 1900 more...
Sources (2)
dantob commented on 2021-04-12 09:42 (UTC) (edited on 2022-04-04 08:18 (UTC) by dantob)
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.
djmattyg007 commented on 2018-08-17 10:11 (UTC)
In order to compile ffmpeg-headless, libx264.so needs to be present. Unfortunately, this is now provided by the x264 package in the official repos, rather than being provided as a standalone package. In order to install the x264 package, ffmpeg (non-headless) gets installed, which results in graphical packages being installed.
If you're building this package in a container, chroot, etc, then install the package in another environment, the compiled binary won't load, as some dependencies won't get installed.
The only way I can see around this is to install libx264-git from the AUR, which will result in a potentially unstable version of libx264 being installed. To fully resolve this, I think someone is going to have to step up and maintain a dedicated libx264 package in the AUR.
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 overlibva
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