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 .. 54 Next › Last »

mikaelblomkvists commented on 2023-04-01 18:46 (UTC)

  -> Running ffmpeg configure script...
ERROR: failed checking for nvcc.

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.

mikaelblomkvists commented on 2023-04-01 18:39 (UTC)

@dbermond:

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

Absolutely not. It's the packager's (your) responsibility to list the target dependencies in PKGBUILD.

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