Package Details: ffmpeg6.1 6.1.1-2

Git Clone URL: https://aur.archlinux.org/ffmpeg6.1.git (read-only, click to copy)
Package Base: ffmpeg6.1
Description: Complete solution to record, convert and stream audio and video (legacy v6.1)
Upstream URL: https://ffmpeg.org
Licenses: GPL-3.0-only
Submitter: patlefort
Maintainer: patlefort
Last Packager: patlefort
Votes: 3
Popularity: 0.57
First Submitted: 2024-06-24 13:43 (UTC)
Last Updated: 2024-07-07 23:33 (UTC)

Latest Comments

thereddon commented on 2024-08-21 03:14 (UTC)

libplacebo still a problem. Is there a way I can fix this locally?

patlefort commented on 2024-07-07 23:33 (UTC)

It just needs to be recompiled. I've bumped the pkgrel.

username227 commented on 2024-07-07 02:47 (UTC)

I am now having trouble updating. pacman gives me the following dependency error:

installing libplacebo (7.349.0-1) breaks dependency 'libplacebo.so=338-64' required by ffmpeg6.1

Can libpacebo be safely updated without breaking this package? If so, can we change the dependency? If not, can we add another package to the AUR with the old version and point to that instead of the main package? I am willing to help if I can.

username227 commented on 2024-07-01 00:33 (UTC) (edited on 2024-07-01 00:35 (UTC) by username227)

I also can build no problem. In my experience, the easiest way to build in a chroot for this type of situation is to use paru:

paru -S ffmpeg6.1 --chroot

patlefort commented on 2024-06-30 22:39 (UTC)

Can't reproduce. Can you try to build in a clean chroot/container? Try makechrootpkg or shameless plug: pat-aur.

ryan.mullin commented on 2024-06-30 21:37 (UTC)

This package seems to fail to compile as of recent updates and is blocking update for two packages I have installed, kcc and plex-desktop. Build fails with the following warning:

/usr/include/CL/cl_version.h:22:9: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |         ^~~~~~~
CC  libavutil/hwcontext_vulkan.o
CC  libavutil/imgutils.o
CC  libavutil/integer.o
CC  libavutil/intmath.o
CC  libavutil/lfg.o
CC  libavutil/lls.o
In file included from libavutil/hwcontext_cuda.c:27:
libavutil/hwcontext_cuda.c: In function ‘cuda_context_init’:
libavutil/hwcontext_cuda.c:365:28: error: ‘CudaFunctions’ has no member named ‘cuCtxGetCurrent’; did you mean ‘cuCtxPopCurrent’?
  365 |         ret = CHECK_CU(cu->cuCtxGetCurrent(&hwctx->cuda_ctx));
      |                            ^~~~~~~~~~~~~~~
libavutil/cuda_check.h:65:114: note: in definition of macro ‘FF_CUDA_CHECK_DL’
   65 | #define FF_CUDA_CHECK_DL(avclass, cudl, x) ff_cuda_check(avclass, cudl->cuGetErrorName, cudl->cuGetErrorString, (x), #x)
      |                                                                                                                  ^
libavutil/hwcontext_cuda.c:365:15: note: in expansion of macro ‘CHECK_CU’
  365 |         ret = CHECK_CU(cu->cuCtxGetCurrent(&hwctx->cuda_ctx));
      |               ^~~~~~~~

username227 commented on 2024-06-24 18:39 (UTC)

Thanks! Was waiting for this; the update to 7 caused issues with other packages.