Package Details: ffmpeg-full 7.0.1-3

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.00
First Submitted: 2013-01-24 11:17 (UTC)
Last Updated: 2024-06-29 01:29 (UTC)

Dependencies (130)

Required by (1844)

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 .. 18 19 20 21 22 23 24 25 26 27 28 .. 54 Next › Last »

spider-mario commented on 2018-06-28 20:21 (UTC)

aom is now in the official repositories and that’s what the ffmpeg package in extra depends on: https://www.archlinux.org/packages/extra/x86_64/aom/

dbermond commented on 2018-06-16 20:00 (UTC)

@francoism90 ocl-icd provides opencl-icd-loader. Anyway, it's now changed.

francoism90 commented on 2018-06-13 07:56 (UTC)

opencl-icd-loader depend doesn't exit anymore, this is replaced by ocl-icd.

dbermond commented on 2018-05-26 02:36 (UTC)

@codyps Package is building fine. makepkg does not pull AUR dependencies, so when using makepkg you need to manually install them. pacaur is unmaintained, please use another AUR helper.

codyps commented on 2018-05-25 16:34 (UTC) (edited on 2018-05-25 17:46 (UTC) by codyps)

Build fails due to lack of kvazaar:

  -> Running ffmpeg configure script. Please wait...
ERROR: kvazaar >= 0.8.1 not found using pkg-config

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.freenode.net.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.
==> ERROR: A failure occurred in build().
    Aborting...
:: failed to build ffmpeg-full package(s)

Installing manually fixes build (pacaur -S kvazaar). PKGBUILD either needs config disabled or depdendency added.

EDIT: It seems that the dependency exists, so I'm not sure why pacaur isn't pulling it in and makepkg isn't requiring it.

dbermond commented on 2018-05-13 21:36 (UTC)

@ggrub I hope you have made a relogin or reboot after changing /etc/profile.d/intel-media.sh in order to changes to take effect.

ICQ ratecontrol mode requested, but is not supported by this SDK version

It seems that you are using unsupported options, but this is not the appropriate place for an extended discussion about ffmpeg support. Fell free to contact me on IRC if you want.

ggrub commented on 2018-05-13 20:09 (UTC) (edited on 2018-05-13 20:13 (UTC) by ggrub)

no libmfx

intel-media-sdk-git (1.2a.r149.gfdd82d8-1) intel-media-driver-git (600.0130.r162.g1c2b061.gmmlib.r41.f5ded73-1)

/etc/profile.d/intel-media.sh export LIBVA_DRIVERS_PATH=/opt/intel/mediasdk/lib64 export LIBVA_DRIVER_NAME=iHD

ffmpeg -i test.avi -c:v h264_qsv -global_quality 10 -look_ahead 0 -an qsv.mp4 [h264_qsv @ 0x55a0179d7080] ICQ ratecontrol mode requested, but is not supported by this SDK version

Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height Conversion failed!

I don't know what to do

dbermond commented on 2018-05-13 16:33 (UTC)

@ggrub First of all, uninstall libmfx. Currently it's not being used here and maybe ffmpeg can wrongly use it when building.

Secondly, if you are using intel-media-sdk-git, I strongly recommend you to install the intel-media-driver-git package too (and not the stable intel-media-driver package) (use stable intel-media-driver package if you are using stable intel-media-sdk package).

Recompile ffmpeg-full after doing these mentioned changes. Make a clean build.

Now comes the runtime part. In order to use intel qsv you must enable the iHD driver. It's not enabled by default to not break any other libva driver that may be already explicitly setted by the user. It have to be enabled through the LIBVA_DRIVER_NAME environment variable. How to do it, is up to you (for example, the suggested approach to enable it in a system-wide basis is to uncomment the proper line in the file /etc/profile.d/intel-media.sh). I placed a message that is shown after the post-install stage of intel-media-driver{,-git} package that informs the user about the need of using the iHD driver and how to enable it. Please read pacman install messages :)