Search Criteria
Package Details: ffmpeg-amd-full 8.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ffmpeg-amd-full.git (read-only, click to copy) |
|---|---|
| Package Base: | ffmpeg-amd-full |
| Description: | Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac for AMD) |
| Upstream URL: | https://ffmpeg.org/ |
| Keywords: | audio codec convert encoder media svt video |
| Licenses: | LicenseRef-nonfree-and-unredistributable |
| Conflicts: | ffmpeg |
| Provides: | ffmpeg, ffmpeg-full, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libswresample.so, libswscale.so |
| Submitter: | nathanielcwm |
| Maintainer: | nathanielcwm |
| Last Packager: | nathanielcwm |
| Votes: | 16 |
| Popularity: | 0.061672 |
| First Submitted: | 2020-04-15 07:09 (UTC) |
| Last Updated: | 2026-03-24 17:51 (UTC) |
Dependencies (132)
- alsa-lib
- aom (aom-vmaf-gitAUR, aom-av1-lavish-gitAUR, aom-psy101-gitAUR, aom-gitAUR, aom-gitAUR)
- aribb24 (aribb24-gitAUR)
- avisynthplus (avisynthplus-gitAUR)
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- celtAUR (celt-gitAUR)
- chromaprint-fftwAUR
- codec2 (codec2-gitAUR, codec2-lpcnetAUR)
- dav1d (dav1d-gitAUR)
- davs2AUR (davs2-gitAUR)
- flite1AUR
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR, freetype2-woledAUR, freetype2-gitAUR)
- frei0r-plugins (frei0r-plugins-gitAUR)
- fribidi (fribidi-gitAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- glslang (glslang-gitAUR)
- gnutls (gnutls-gitAUR)
- Show 112 more dependencies...
Required by (2324)
- 0wgram (requires ffmpeg)
- 2h4u (requires ffmpeg) (make)
- 3ncode-git (requires ffmpeg)
- 48tools (requires ffmpeg)
- 64gram-desktop (requires ffmpeg)
- aaa-bin (requires ffmpeg)
- aaxtomp3 (requires ffmpeg)
- aaxtomp3-git (requires ffmpeg)
- ab-av1 (requires ffmpeg)
- ab-download-manager-wayland-git (requires ffmpeg) (optional)
- abyss-engine-git (requires ffmpeg)
- aconcat (requires ffmpeg)
- adlmidi (requires ffmpeg) (optional)
- adlmidi-git (requires ffmpeg) (optional)
- aegisub-arch1t3cht (requires ffmpeg)
- aegisub-arch1t3cht-git (requires ffmpeg)
- aegisub-arch1t3cht-qt5-git (requires ffmpeg)
- aegisub-arch1t3cht-xdg-git (requires ffmpeg)
- aegisub-japan7-git (requires ffmpeg)
- aether (requires ffmpeg)
- Show 2304 more...
Sources (10)
- 010-ffmpeg-add-svt-hevc.patch
- 020-ffmpeg-add-svt-hevc-docs-g4181c9e.patch
- 030-ffmpeg-add-svt-vp9.patch
- 040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch
- 060-ffmpeg-whisper.cpp-fix-pkgconfig.patch
- git+https://github.com/lensfun/lensfun.git
- https://ffmpeg.org/releases/ffmpeg-8.1.tar.xz
- https://ffmpeg.org/releases/ffmpeg-8.1.tar.xz.asc
- https://github.com/ggml-org/whisper.cpp/archive/v1.8.3/whisper.cpp-1.8.3.tar.gz
- LICENSE
Latest Comments
1 2 3 4 5 6 .. 11 Next › Last »
nathanielcwm commented on 2026-03-04 15:32 (UTC)
Yes that's an FFmpeg library, apparently it's due to libplacebo. Does FFmpeg work by itself? If it doesn't then you need to rebuild and reinstall the package.
PatoJAD commented on 2026-03-03 12:52 (UTC)
Using this version of ffmpeg adapted for AMD, I cannot start Telegram with the following error
Due to time constraints, I didn't do a thorough analysis, but from what I could see, the library
/usr/lib/libavfilter.so.11is provided by ffmpeg. Could this be a compilation error or something else?nathanielcwm commented on 2026-02-08 21:45 (UTC)
Does the issue still occur if you use a manual AUR install? (git clone + makepkg)
If it doesn't occur then maybe delete the ffmpeg-amd-full folder in your paru cache and let it re-download into a clean folder. Unfortunately I can't reproduce the issue on my system with both makepkg or paru.
Patola commented on 2026-02-08 21:25 (UTC)
Thank you, @nathanielcwm. I am not sure if there is some time for the propagation of the new PKGBUILD but the one I try to install is still trying to use lensfun:
I will keep trying. Thanks.
nathanielcwm commented on 2026-02-07 15:40 (UTC)
I've enabled PIC for the lensfun and whisper compilation which should hopefully alleviate Patola's issue
nathanielcwm commented on 2026-02-06 16:59 (UTC)
Hmm that's weird cuz it compiles fine on my system
Tbh the compilation of lensfun and whispercpp is because that's what the upstream ffmpeg-full package does, iirc the reasoning for that was there was an incompatibility with both the repo and aur packages for some reason?
Idm disabling lensfun and whisper support if no one is using it though
j1simon commented on 2026-02-06 10:49 (UTC) (edited on 2026-02-06 10:50 (UTC) by j1simon)
I don’t understand the need to compile with the
liblensfunandlibwhisperlibraries. Does anyone use this ffmpeg for anything related to these libraries? They constantly cause many compilation issues for the limited benefit they actually provide.Patola commented on 2026-02-06 06:09 (UTC)
Thanks, but it's still not compiling with lensfun (it complains about
pkg-config lensfunnot working, even though lensfun is installed) and whisper:If I disable liblensfun and libwhisper in the PKGBUILD, it compiles and it works. What could be the reason?
nathanielcwm commented on 2026-02-06 02:17 (UTC)
Sorry for the delay: it should be fixed now
1 2 3 4 5 6 .. 11 Next › Last »