They can't be installed at the same time, and the ffmpeg-full package provides the same package (provides=ffmpeg). Conflicting is the correct way to do this.
Search Criteria
Package Details: ffmpeg-full 7.1-1
Package Actions
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: | 135 |
Popularity: | 0.82 |
First Submitted: | 2013-01-24 11:17 (UTC) |
Last Updated: | 2024-11-07 22:45 (UTC) |
Dependencies (133)
- alsa-lib
- aom (aom-vmaf-gitAUR, aom-gitAUR, aom-av1-lavish-gitAUR)
- aribb24 (aribb24-gitAUR)
- avisynthplus (avisynthplus-gitAUR)
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- celtAUR (celt-gitAUR)
- chromaprint-fftwAUR
- codec2 (codec2-gitAUR, codec2-lpcnetAUR)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR)
- dav1d (dav1d-gitAUR)
- davs2AUR (davs2-gitAUR)
- flite1AUR
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- frei0r-plugins (frei0r-plugins-gitAUR)
- fribidi (fribidi-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glslang (glslang-gitAUR)
- gmp (gmp-hgAUR)
- Show 113 more dependencies...
Required by (1916)
- 0wgram (requires ffmpeg)
- 2h4u (requires ffmpeg) (make)
- 3ncode-git (requires ffmpeg)
- 48tools (requires ffmpeg)
- 64gram-desktop (requires ffmpeg)
- aaxtomp3 (requires ffmpeg)
- aaxtomp3-git (requires ffmpeg)
- ab-av1 (requires ffmpeg)
- abyss-engine-git (requires ffmpeg)
- aconcat (requires ffmpeg)
- adlmidi-git (requires ffmpeg) (optional)
- aegisub-arch1t3cht (requires ffmpeg)
- aegisub-arch1t3cht-git (requires ffmpeg)
- aegisub-arch1t3cht-qt5-git (requires ffmpeg)
- aegisub-japan7-git (requires ffmpeg)
- aigcpanel-git (requires ffmpeg)
- airsonic-advanced-git (requires ffmpeg) (optional)
- airsonic-git (requires ffmpeg) (optional)
- akkoma (requires ffmpeg) (optional)
- akkoma-bin (requires ffmpeg) (optional)
- Show 1896 more...
Sources (10)
- 010-ffmpeg-add-svt-hevc-ged80959.patch
- 020-ffmpeg-add-svt-hevc-docs-ged80959.patch
- 030-ffmpeg-add-svt-vp9-g3b9a3fa.patch
- 031-ffmpeg-add-svt-vp9.patch
- 040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch
- 050-ffmpeg-fix-segfault-with-avisynthplus.patch
- 060-ffmpeg-fix-nvidia-vulkan-decoding-segfault.patch
- https://ffmpeg.org/releases/ffmpeg-7.1.tar.xz
- https://ffmpeg.org/releases/ffmpeg-7.1.tar.xz.asc
- LICENSE
Latest Comments
« First ‹ Previous 1 .. 49 50 51 52 53 54 55 Next › Last »
justin8 commented on 2013-11-19 22:17 (UTC)
Zucca commented on 2013-11-19 19:05 (UTC)
Shouldn't ffmpeg-full rather be an alternative to ffmpeg than just conflict with it?
Pacman should rather ask if ffmpeg-full could replace ffmpeg? Right? Or is this "collision" method the right way?
rpolzer commented on 2013-11-01 18:15 (UTC)
Thanks, added to make depends.
jcasper commented on 2013-11-01 05:28 (UTC)
I had to install the ladspa package for it to compile.
rpolzer commented on 2013-10-25 15:44 (UTC)
Bumped for libass issue.
justin8 commented on 2013-10-18 12:53 (UTC)
Please add --enable-libsoxr to the configure flags. According to the comments in the pkgbuild it was only excluded because libsoxr-git was the only available AUR package at the time, however there is now also a regular 'libsoxr' package available.
justin8 commented on 2013-10-18 07:11 (UTC)
It appears that libquvi.so no longer exists, and in the libquvi-0.9.3-1 package it now has libquvi-0.9.so, which the configure script is not looking for. removing --with-libquvi was my dodgy way to make it build until the maintainer can provide a real fix.
pvagner commented on 2013-10-07 23:26 (UTC)
After updating to gnome 3.10 ffmpeg can no longer find libquvi. libquvi 0.9.3-1.
pvagner commented on 2013-10-07 23:25 (UTC)
allevil669 commented on 2013-09-24 03:35 (UTC)
EDIT - I figured it out.
So, I'm installing ffmpeg-full using packer. Now normally, I prepend 'sudo' to my packer command to speed things up. But, for some reason, prepending 'sudo' in this case throws the error that I listed earlier. I took off the 'sudo' and now it installs just fine.
Sorry if I caused any worries.
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.