Package Details: ffmpeg-amd-full 7.1-2

Git Clone URL: https://aur.archlinux.org/ffmpeg-amd-full.git (read-only, click to copy)
Package Base: ffmpeg-amd-full
Description: Complete solution to record, convert and stream audio and video (all possible features for AMD)
Upstream URL: https://www.ffmpeg.org/
Keywords: audio codec convert encoder media svt video
Licenses: LicenseRef-nonfree-and-unredistributable
Conflicts: ffmpeg
Provides: ffmpeg, ffmpeg-full, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so
Submitter: nathanielcwm
Maintainer: nathanielcwm
Last Packager: nathanielcwm
Votes: 13
Popularity: 0.025902
First Submitted: 2020-04-15 07:09 (UTC)
Last Updated: 2024-11-16 10:08 (UTC)

Required by (1912)

Sources (9)

Latest Comments

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

langfingaz commented on 2021-09-10 11:09 (UTC)

During build librist-0.2.4-1-... is installed as runtime dependency but for me the build fails with the following error:

==> Starting build()...
  -> Running ffmpeg configure script...
ERROR: librist >= 0.2 not found using pkg-config

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.
==> ERROR: A failure occurred in build().
    Aborting...

Does anyone else have this error?

acidunit commented on 2021-08-04 20:32 (UTC)

Would lib32-ffmpeg-amd-full make sense to have for multilib or is it better just to use lib32-ffmpeg?

SaphiraKai commented on 2021-07-29 21:34 (UTC) (edited on 2021-07-29 21:34 (UTC) by SaphiraKai)

    ffmpeg-4.4.tar.xz ... FAILED (unknown public key B4322F04D67658D8)
==> ERROR: One or more PGP signatures could not be verified!

npfeiler commented on 2021-07-08 12:10 (UTC)

can you add pkgver to provides? e.g. "ffmpeg=${pkgver}" otherwise i’m getting conflicts with lib32-ffmpeg

joshuarubin commented on 2021-04-12 17:26 (UTC) (edited on 2021-04-12 17:27 (UTC) by joshuarubin)

Seems like it actually requires uavs3d-git atm

kruzah commented on 2021-04-10 15:25 (UTC)

Missing dependency uavs3d since 4.4

joshuarubin commented on 2021-04-09 03:51 (UTC)

That’s correct

nathanielcwm commented on 2021-04-09 03:32 (UTC)

@joshuarubin So just to confirm that enabling v412-m2m fixes your screen recording issues?

joshuarubin commented on 2021-04-09 02:57 (UTC)

There doesn't seem to be any reason to have --disable-v4l2-m2m and I've confirmed that it's working fine when removed. I need this to get wayland screencapture working. Any chance you could drop that line?

langfingaz commented on 2021-03-28 15:27 (UTC) (edited on 2021-03-28 15:28 (UTC) by langfingaz)

I think this is outdated as there is a new ffmpeg version 4.3.2 available. However, I'm unsure about the patches used in the PKGBUILD and if one could just update the pkgver.

And I think ffmpeg v4.3.1 (currently used by this AUR) relies on libx264.so=160 whereas ffmpeg v4.3.2 relies on libx264.so.161. As there is just the broad dependency x264 in this PKGBUILD building this package will pull in the latest x264 version which is already updated to libx264.so.161. I therefore had to manually downgrade x264 (as well as x265 and dav1d) after an update 9 days ago or so.

This leads me to another question: In the ffmpeg PKGBUILD there is just x264 listed as dependency. But when one inspects the build pkg, then there is libx264.so=161-64 as dependency ... How could one achieve the same for this AUR package?


Apart from my notes above: Thanks for this AUR package! I am happily using it since a couple of months on my Ryzen laptop.