I'm getting an error when trying to build this package that it cant find libopencv during the ffmpeg configuration script step but I do have opencv installed (and updated). Any ideas how to fix 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.77 |
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 (1920)
- 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 1900 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 .. 22 23 24 25 26 27 28 29 30 31 32 .. 55 Next › Last »
wootywoot commented on 2018-03-12 16:55 (UTC)
dark-saber commented on 2018-03-05 08:47 (UTC) (edited on 2018-03-05 08:47 (UTC) by dark-saber)
friday13:
Some keys in AUR are not in the official repository keyrings, you have to add them to your keyring manually if you trust them.
You can use something like gpg --recv-keys B4322F04D67658D8
. See also Arch Wiki.
friday13 commented on 2018-03-04 09:46 (UTC)
ffmpeg-3.4.2.tar.xz ... FAILED (unknown public key B4322F04D67658D8)
desbma commented on 2018-02-16 19:41 (UTC)
@fsck_bieber The purpose of this package is to enable all features of FFmpeg. Even in a stock FFmpeg install there are several codecs with multiple encoders (ie. FFmpeg's vorbis and libvorbis)
fsck_bieber commented on 2018-02-09 01:45 (UTC)
I doubt if openh264 is still required when there is libx264 installed. Anyone knows about the detail?
dbermond commented on 2018-02-06 19:39 (UTC)
@friday13 This is normal and expected because libvpx 1.7.0 increased the library version number.
Do a system upgrade with -Syudd
to ignore dependencies. After this, recompile ffmpeg-full.
friday13 commented on 2018-02-06 19:13 (UTC)
resolving dependencies... looking for conflicting packages... error: failed to prepare transaction (could not satisfy dependencies) :: ffmpeg-full-nvenc: installing libvpx (1.7.0-1) breaks dependency 'libvpx.so=4-64' @dbermond
Trollwut commented on 2018-02-06 12:22 (UTC)
Ok, I suck, solving it was quite easy: pacman -Rdd libvpx
, which breaks some dependencies, but updating ffmpeg-full-nvenc
will install it again (or install manually afterwards)
Trollwut commented on 2018-02-06 12:18 (UTC)
Seems like something is off :)
:: ffmpeg-full-nvenc: installing libvpx (1.7.0-1) breaks dependency 'libvpx.so=4-64'
dbermond commented on 2018-01-16 16:12 (UTC)
@keepitsimpleengr This is normal since package depends on libx264.so.
Just follow @MichaelChou advice when dealing with libx264 and libx265 upgrades.
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.