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

Required by (1856)

Sources (10)

Latest Comments

1 2 3 4 5 6 Next › Last »

nathanielcwm commented on 2024-06-13 00:29 (UTC)

Not until arch repos also update to 7.x

OzzyHelix commented on 2024-06-12 21:40 (UTC)

can you please update this to FFMPEG 7.0.1

spikerguy commented on 2024-05-24 17:22 (UTC) (edited on 2024-05-24 17:22 (UTC) by spikerguy)

Failed to compile on latest Manjaro Stable branch

libavfilter/asrc_flite.c: In function ‘init’:
libavfilter/asrc_flite.c:230:21: error: assignment to ‘cst_audio_stream_callback’ {aka ‘int (*)(const struct cst_wave_struct *, int,  int,  int,  void *)’} from incompatible pointer type ‘int (*)(const cst_wave *, int,  int,  int,  cst_audio_streaming_info *)’ {aka ‘int (*)(const struct cst_wave_struct *, int,  int,  int,  struct cst_audio_streaming_info_struct *)’} [-Wincompatible-pointer-types]
  230 |     flite->asi->asc = audio_stream_chunk_by_word;
      |                     ^
CC      libavfilter/avf_showspatial.o
make: *** [ffbuild/common.mak:81: libavfilter/asrc_flite.o] Error 1
make: *** Waiting for unfinished jobs....

nathanielcwm commented on 2024-04-29 15:57 (UTC) (edited on 2024-04-29 15:57 (UTC) by nathanielcwm)

@veganvelociraptr update your vapoursynth to R66-2 and try compiling again.

This is due to arch recently updating from python 3.11 to python 3.12.

veganvelociraptr commented on 2024-04-27 14:01 (UTC) (edited on 2024-04-27 14:02 (UTC) by veganvelociraptr)

Some new crap prevents this from building without first disabling avisynth and vapoursynth:

Package python-3.11 was not found in the pkg-config search path.
Perhaps you should add the directory containing `python-3.11.pc'
to the PKG_CONFIG_PATH environment variable
Package 'python-3.11', required by 'vapoursynth-script', not found
ERROR: vapoursynth-script >= 42 not found using pkg-config

veganvelociraptr commented on 2024-03-02 10:37 (UTC)

I found the culprit, it's because I had (perhaps an older) vulkan-headers-git package installed, instead of vulkan-headers.

sonnysighedup commented on 2024-02-28 16:35 (UTC)

veganvelociraptr I had the same exact same issue, and this 2-part patch seems to have done the trick: https://www.mail-archive.com/ffmpeg-devel@ffmpeg.org/msg158290.html

nathanielcwm commented on 2024-02-27 17:19 (UTC)

I've already bumped the package to apply the glslang 14 patches. I meant that I can't repro the issue with vulkan video.

j1simon commented on 2024-02-27 12:32 (UTC)

It's a known problem. There is a patch: https://patchwork.ffmpeg.org/project/ffmpeg/patch/20240122075000.1137a42c@pineapple/#82515

nathanielcwm commented on 2024-02-27 10:15 (UTC)

veganvelociraptr I cannot repro that build error on either package.