Package Details: ffmpeg-full 6.1.1-6

Git Clone URL: https://aur.archlinux.org/ffmpeg-full.git (read-only, click to copy)
Package Base: ffmpeg-full
Description: Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)
Upstream URL: https://www.ffmpeg.org/
Keywords: audio codec convert cuda cuvid decklink encoder fdk-aac fdkaac hwaccel libnpp media nvenc svt video
Licenses: LicenseRef-nonfree-and-unredistributable
Conflicts: ffmpeg
Provides: ffmpeg, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so
Submitter: rpolzer
Maintainer: dbermond
Last Packager: dbermond
Votes: 134
Popularity: 0.53
First Submitted: 2013-01-24 11:17 (UTC)
Last Updated: 2024-05-02 21:46 (UTC)

Required by (1842)

Sources (15)

Latest Comments

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

dbermond commented on 2024-02-26 16:09 (UTC)

@frankenstein20 @boesi @andyl98 Package updated. Added patch for glslang 14.

frankenstein20 commented on 2024-02-25 14:59 (UTC)

@andyl98 do you think that it will come to this AUR pkg as well?

andyl98 commented on 2024-02-25 10:17 (UTC)

@frankenstein20 @boesi The following patch fixes the issue when building with glslang 14 and has already been merged upstream in the main ffmpeg git repo:

https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/e43615fc2ab27d562ed7e087803f4a364a7d1175

boesi commented on 2024-02-24 15:40 (UTC) (edited on 2024-02-24 15:42 (UTC) by boesi)

@frankenstein20 I installed these libraries in an older version

  • glslang 13.1.1-3
  • libplacebo 6.338.1-1
  • shaderc 2023.7-2

But now I have an unsupported Arch installation :-(

The problem is, that glslang 14 removed the HLSL and OGLCompiler, but ffmpeg depends on them. Maybe you could use the glslang-git and shaderc-git packages, which are the still the old versions.

frankenstein20 commented on 2024-02-24 14:38 (UTC)

does anyone know how to solve "ERROR: spirv_compiler not found"?

LudwigJ commented on 2024-01-28 14:04 (UTC)

@dbermond I did rebuild, but apparently I pressed N when asked to clean the tree... Oh well... I rebuilt with a clean tree, and problem solved, thanks.

dbermond commented on 2024-01-28 00:14 (UTC)

@LudwigJ You missed the libvpx 1.14.0 rebuild. Rebuild the package against libvpx 1.14.0. Please remember that it's user responsibility to keep track of all installed AUR packages and do the needed tasks in each one of them, like doing the needed rebuilds in time.

LudwigJ commented on 2024-01-27 23:01 (UTC)

The package builds fine, but after installing it, many programs fail to run throwing this error:

error while loading shared libraries: libvpx.so.8: cannot open shared object file: No such file or directory

I don't understand what's happening, my system is up-to-date, I have libvpx 1.14.0-1 installed (providing libvpx.so.9) and if I remove ffmpeg-full and reinstall ffmpeg, everything runs fine again. But as soon as I install ffmpeg-full, I get the same error again.

Bluebomber182 commented on 2024-01-08 00:51 (UTC)

Just a heads up if you try to install ffmpeg full, you'll get a terminate called after throwing an instance of 'std::bad_alloc' error message if you try to import torchaudio. You'll need to patch lensfun-git before compiling ffmpeg full. Here's a link for the patch. https://github.com/lensfun/lensfun/issues/2129#issuecomment-1836858140