Package Details: ffmpeg-full 7.0.1-2

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: 1.16
First Submitted: 2013-01-24 11:17 (UTC)
Last Updated: 2024-06-27 02:04 (UTC)

Dependencies (129)

Required by (1850)

Sources (9)

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 2 3 4 5 6 7 8 9 10 11 12 .. 54 Next › Last »

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() {

shirok1 commented on 2022-12-24 14:54 (UTC)

ffplay: symbol lookup error: /usr/lib/libflite_cmu_us_slt.so.1: undefined symbol: usenglish_init

hydranix commented on 2022-12-24 12:58 (UTC)

fix gpg error:

$ curl https://ffmpeg.org/ffmpeg-devel.asc | gpg --import

krutoileshii commented on 2022-09-28 02:23 (UTC) (edited on 2022-09-28 02:24 (UTC) by krutoileshii)

not sure what I'm missing but getting the ''' ==> Verifying source file signatures with gpg... ffmpeg-5.1.2.tar.xz ... FAILED (unknown public key B4322F04D67658D8) ==> ERROR: One or more PGP signatures could not be verified! '''

<deleted-account> commented on 2022-09-25 14:32 (UTC)

[deleted]

dbermond commented on 2022-09-23 20:14 (UTC)

@ugjdgdto Sure. This was on the radar, but I was very busy. Now updated.

<deleted-account> commented on 2022-09-22 23:50 (UTC)

[deleted]

s3rius commented on 2022-09-08 11:18 (UTC)

If you have problems with nvcc, consider adding this line in build() step before caling configure:

export PATH="$PATH:/opt/cuda/bin"

Nanoshift commented on 2022-09-04 22:13 (UTC)

If anyone else on KDE ends up with broken JXL images, installing kimageformats-git should fix it