Package Details: ffmpeg-amd-full 6.1.1-3

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: custom: 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: 11
Popularity: 0.123034
First Submitted: 2020-04-15 07:09 (UTC)
Last Updated: 2024-03-20 17:45 (UTC)

Required by (1828)

Sources (10)

Latest Comments

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

MCOfficer commented on 2023-02-10 08:46 (UTC)

As per https://trac.ffmpeg.org/ticket/10115, the VK_EXT_... issue can be solved by applying this patch

ewout commented on 2023-01-30 12:35 (UTC)

Fails to build.

CC      libavutil/log2_tab.o
libavutil/hwcontext_vulkan.c:363:7: error: ‘VK_EXT_VIDEO_DECODE_H264_EXTENSION_NAME’ undeclared here (not in a function); did you mean ‘VK_EXT_VIDEO_ENCODE_H264_EXTENSION_NAME’?
  363 |     { VK_EXT_VIDEO_DECODE_H264_EXTENSION_NAME,                FF_VK_EXT_NO_FLAG                },
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |       VK_EXT_VIDEO_ENCODE_H264_EXTENSION_NAME
CC      libavutil/lzo.o
CC      libavutil/mastering_display_metadata.o
libavutil/hwcontext_vulkan.c:364:7: error: ‘VK_EXT_VIDEO_DECODE_H265_EXTENSION_NAME’ undeclared here (not in a function); did you mean ‘VK_EXT_VIDEO_ENCODE_H265_EXTENSION_NAME’?
  364 |     { VK_EXT_VIDEO_DECODE_H265_EXTENSION_NAME,                FF_VK_EXT_NO_FLAG                },
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |       VK_EXT_VIDEO_ENCODE_H265_EXTENSION_NAME
CC      libavutil/mathematics.o
make: *** [ffbuild/common.mak:81: libavutil/hwcontext_vulkan.o] Error 1
make: *** Waiting for unfinished jobs....
STRIP   libswscale/x86/output.o
skipping strip -x libswscale/x86/output.o
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'ffmpeg-amd-full-5.1.2-2':
error: packages failed to build: ffmpeg-amd-full-5.1.2-2

MCOfficer commented on 2022-12-16 15:06 (UTC)

@dedguy21 If you don't need AMQP support, you can probably remove --enable-librabbitmq from the PKGBUILD (L132)

dedguy21 commented on 2022-12-16 13:28 (UTC) (edited on 2022-12-16 13:29 (UTC) by dedguy21)

ERROR: librabbitmq >= 0.7.1 not found using pkg-config but I'm using the one librabbitmq-c from the repos, not finding any other option in the AUR.

So is there a workaround for this issue?

langfingaz commented on 2022-11-24 08:57 (UTC)

@MCOfficer patch is part of the base-devel group and to quote the wiki:

The group base-devel is assumed to be already installed when building with makepkg. Members of this group should not be included in makedepends array.

MCOfficer commented on 2022-11-23 23:09 (UTC) (edited on 2022-11-23 23:43 (UTC) by MCOfficer)

Recommend this makedepend on patch as the PKGBUILD makes use of it.

Edit: also pkg-config, configuration can have errors without it ("gnutls not found using pkg-config")

veganvelociraptr commented on 2022-11-18 12:00 (UTC) (edited on 2022-11-18 12:22 (UTC) by veganvelociraptr)

I cannot compile this after the flite1 package was updated.

Update: Nevermind, I recompiled flite1 once again and now it works to compile this package again. Would still appreciate if the dependency libjxl-git was changed to libjxl though. :)

veganvelociraptr commented on 2022-10-29 21:57 (UTC)

Please replace the libjxl-git dependency with libjxl. It works just fine with libjxl, but when using libjxl-git all sort of issues occur with programs using SDL as they require libjxl and not libjxl-git.

costor commented on 2022-07-30 14:07 (UTC)

@Fifis You can run gpg --recv-keys FCF986EA15E6E293A5644F10B4322F04D67658D8 or gpg --recv-keys B4322F04D67658D8 to import the key.

@langfingaz Seems like celt is available on the AUR again.

langfingaz commented on 2022-07-18 18:29 (UTC) (edited on 2022-07-24 11:30 (UTC) by langfingaz)

This package can't be built at the moment as the dependency celt does no longer exist. Any ideas what we could do about this?

Edit: From https://celt-codec.org/:

—The CELT codec has been merged into the IETF Opus codec and is now obsolete—

Edit: celt is not available on the AUR.