Package Details: ffmpeg-full 7.1.1-1

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: 136
Popularity: 0.144457
First Submitted: 2013-01-24 11:17 (UTC)
Last Updated: 2025-03-10 13:33 (UTC)

Dependencies (133)

Required by (1942)

Sources (11)

Pinned Comments

dbermond commented on 2024-06-24 15:59 (UTC)

@LordSIGSEGV avoid creating files not tracked by pacman in the system reserved directories, specially symlinks to shared libraries, as this have the potential to completely break your system. I have already notified the quirc maintainer in the aur web page of the package in April-2024. While this issue is not solved in quirc, I recommend to use quirc-git, which currently has a better packaging and does not suffer from this problem.

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 56 Next › Last »

dbermond commented on 2023-03-04 16:53 (UTC)

@Accidentaccio You need to rebuild this package against the newly released libvpx 1.13.0. Please remember that it's user responsibility to take care of their installed AUR packages, like doing the needed rebuilds.

Accidentaccio commented on 2023-03-03 12:45 (UTC)

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

dbermond commented on 2023-02-25 16:48 (UTC)

@Nanoshift I've temporarily disabled it until there is support in upstream ffmpeg that can be backported here. Thank you for pointing this failure with the new pocketsphinx 5.0.0.

Nanoshift commented on 2023-02-25 01:29 (UTC)

After updating pocketsphinx (AUR) to 5.0.0-1, there is a build error stating ERROR: pocketsphinx not found using pkg-config

quietvoid commented on 2023-02-06 16:02 (UTC)

The Vulkan headers commit (eb0455d64690eed0068e5cb202f72ecdf899837c) was backported into 5.1, but it'll need a new tag until the patch can be removed.

dbermond commented on 2023-02-04 17:03 (UTC)

@DVS9999 Thank you for reporting the problem with vulkan-headers. I've pushed a fix to the package and it's now building fine. libplacebo is not missing, it's enabled on this package. You can also check your build log and see that the ffmpeg configure script detects libplacebo and enables the libplacebo filter.

dbermond commented on 2023-02-04 16:57 (UTC)

@Accidentaccio chromaprint-fftw was updated and is now building fine. It was an issue with gtest 1.13.0.

DVS9999 commented on 2023-02-02 17:05 (UTC)

Seems that full isn't as full as it could be :D Seems to be missing some of the newer features such as libplacebo which is extremely helpful in hardware accelerated 10bit HDR to 8Bit SDR transcoding eg:

./ffmpeg -threads 1 -hwaccel cuda -hwaccel_output_format cuda -i HDR.mp4 \ -vf "scale_cuda=w=1920:h=1080:interp_algo=bilinear,hwupload=derive_device=vulkan, \ libplacebo=tonemapping=auto:colorspace=bt709:color_primaries=bt709:color_trc=bt709:format=yuv420p:upscaler=none:downscaler=none:peak_detect=0, \ hwupload=derive_device=cuda" \ -c:v h264_nvenc -preset medium -profile:v high -b:v 8M -y SDR.mp4

taken from https://stackoverflow.com/questions/65157235/pass-ffpmeg-opencl-filter-output-to-nvenc-without-hwdownload

Accidentaccio commented on 2023-02-01 14:26 (UTC)

Error compiling the dependence "chromaprint-fftw". How I can solve?

DVS9999 commented on 2023-01-31 20:48 (UTC) (edited on 2023-01-31 20:50 (UTC) by DVS9999)

Changes in the Khronos Vulkan Headers means ffmpeg-full no longer builds. A patch has been submitted in the ffmpeg git repo. https://github.com/FFmpeg/FFmpeg/commit/eb0455d64690eed0068e5cb202f72ecdf899837c

Below is a patch to the ffmpeg-full PKGBUILD which includes the above patch.

--- PKGBUILD.orig       2023-01-31 20:39:53.107407814 +0000
+++ PKGBUILD    2023-01-31 20:39:55.442407766 +0000
@@ -38,6 +38,7 @@
        '040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch'
        '060-ffmpeg-fix-segfault-with-avisynthplus.patch'
        '070-ffmpeg-fix-v4l2-memory-leak.patch'::'https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/30aa0c3f4873a92c5e3da8ba8cf030de56bf4cf7'
+       '080-ffmpeg-fix-hwcontext_vulkan.patch'::'https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/eb0455d64690eed0068e5cb202f72ecdf899837'
        'LICENSE')
sha256sums=('619e706d662c8420859832ddc259cd4d4096a48a2ce1eefd052db9e440eef3dc'
            'SKIP'
@@ -46,6 +47,7 @@
            '2df82046908015bf26bc1303275cf52ba01fa380029a54ea6415373e389e423c'
            'b1d68f626168f2409a4b0987acf5b208e7ced2ddab49b11990a10f458d377e9a'
            '9e4e290378028cd4474c36d3e3a25f77d4f40424dbd3115632e20c5734b50979'
+            '99369be480f6ccd9ba2964961141869ff362505e605cd9fe6ba78228ca1f788d'
            '04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36')
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')

@@ -57,6 +59,7 @@
    patch -d "ffmpeg-${pkgver}" -Np1 -i "${srcdir}/040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch"
    patch -d "ffmpeg-${pkgver}" -Np1 -i "${srcdir}/060-ffmpeg-fix-segfault-with-avisynthplus.patch"
    patch -d "ffmpeg-${pkgver}" -Np1 -i "${srcdir}/070-ffmpeg-fix-v4l2-memory-leak.patch"
+    patch -d "ffmpeg-${pkgver}" -Np1 -i "${srcdir}/080-ffmpeg-fix-hwcontext_vulkan.patch"
}

build() {