Package Details: ffmpeg-full 7.1-1

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.91
First Submitted: 2013-01-24 11:17 (UTC)
Last Updated: 2024-11-07 22:45 (UTC)

Dependencies (133)

Required by (1912)

Sources (10)

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 .. 31 32 33 34 35 36 37 38 39 40 41 .. 55 Next › Last »

Trollwut commented on 2016-12-08 18:57 (UTC) (edited on 2016-12-10 22:46 (UTC) by Trollwut)

If you've got problems because of the "ocl-icd breaks dependencies" thing, this one helped be: `yaourt -Rdd ocl-icd` (or `pacman`) (This will uninstall the package WITHOUT checking for any dependencies! This time it's ok, because it'll install a new package for it. But caution when using this on your own.) Then `yaourt -Syua`. If you then update `ffmpeg-full-nvenc`, it'll install a new one if this package, which doesn't break anymore.

dark-saber commented on 2016-12-08 16:25 (UTC)

Have you tried the latest version of this package (3.2.2-4), because I've removed the libcl dependency in 3.2.2-3? libcl was provided by ocl-icd earlier, but, as of 2.2.9-2, it's no longer the case. It is a virtual package (so that several packages provide it, e.g. freeocl-git, libopencl, opencl-catalyst...). After recent changes, I don't see it provided anymore by mainstream packages (ocl-icd), but there is now a new opencl-driver virtual package (see https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/mesa&id=2bd81d9155ed6b4f4ab2eebf68dee042b5c2dc88 or https://www.archlinux.org/packages/extra/x86_64/ocl-icd/), which became a new dependency of ffmpeg-full-nvenc too. So, I guess, you shouldn't need libcl now.

stobbsm commented on 2016-12-08 15:02 (UTC)

I'm having a problem with a missing libcl, which doesn't actually seem to exist as a package. Any idea how that could have happened?

dark-saber commented on 2016-12-08 13:27 (UTC)

I've added the upstream patch and I didn't have any issues so far. Please tell me if you encounter any problems.

dark-saber commented on 2016-12-08 07:20 (UTC) (edited on 2016-12-08 13:38 (UTC) by dark-saber)

I've updated opencl dependencies, which were broken after the ocl-icd 2.2.9-2 update (https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/ocl-icd&id=900d0b28f209d6af3910ffab5d0e47f1e1d1cfa0). As for chromaprint, I've disabled it's support temporarily till I'll find a reliable fix or till next upstream release, whichever comes first. Thank you for your feedback!

saildata commented on 2016-12-07 23:40 (UTC)

I just realized that I probably was troubleshooting ffmpeg-nvenc (the other package). I used to have it installed and must have entered that dir instead in my cache. Now when I try to install this one, I see that there's a dependency loop with opencl-icd and opencl - they conflict. I believe both this as the regression for 3.2.2 have to be fixed for a working build. If someone has time, we aren't too far off the mainline git repo, maybe a week time difference; it shouldn't be hard to bisect.

saildata commented on 2016-12-07 23:16 (UTC)

Same here - error with a non-returning function? There was a bug reported this morning, and closed with a patch that doesn't solve the issue for me. https://trac.ffmpeg.org/ticket/5997 I've speant some time with it and had no luck. I'm about ready to roll back...

kurolox commented on 2016-12-07 21:53 (UTC)

Package doesn't build. It seems like chromaprint is causing it. https://ghostbin.com/paste/dt2vp

MuadDib commented on 2016-10-30 17:01 (UTC)

If you got error with pod2man that not exist, simple make $ sudo ln -s /usr/bin/core_perl/pod2man /usr/bin/pod2man It's problem that perl isn't in a PATH.

wdiz commented on 2016-10-13 08:39 (UTC)

dark-saber : also confirmed that i had to switch java8 to java7 to fixed the issue.