Package Details: ffmpeg-full 7.0.2-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: 134
Popularity: 0.87
First Submitted: 2013-01-24 11:17 (UTC)
Last Updated: 2024-08-03 21:35 (UTC)

Dependencies (130)

Required by (1878)

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

aurrible2 commented on 2016-10-02 19:26 (UTC)

As oi_wtf said you need to install jdk8-openjdk to build this package. @isiachi: why do you say it is already in the makedepends? It is not and fails to build without manually installing it. @sant527: 'ffmpeg -filters | grep atempo' tells me the atempo filter is available in this build.

francoism90 commented on 2016-09-22 15:32 (UTC)

Without installing the pkg classpath, it doesn't build ffmpeg. Should it be a makedep? Anyone tried to use Intel QSV with ffmpeg? Keep getting this error: Error initializing an internal MFX session Should I compile ffmpeg again after installing intel-media-sdk? Or reboot? Thanks.

sant527 commented on 2016-09-22 08:42 (UTC)

when i am trying -af "atempo:0.8" it says `No such filter: 'atempo:0.8'` Does this version does not include the atempo feature

travnick commented on 2016-09-16 22:29 (UTC)

If you are deleting some options please make note about that because it's not full. You have disabled nvenc.

craigacgomez commented on 2016-09-16 19:58 (UTC)

vo-aacenc is not longer a dependency and should be removed. https://trac.ffmpeg.org/wiki/Encode/AAC#Deprecatedremovedencoders

derklempner commented on 2016-09-15 20:44 (UTC)

dark-saber: Confirmed. Switching archlinux-java from 'java-8-jre/jre' to 'java-7-openjdk' fixed the issue.

dark-saber commented on 2016-09-06 18:18 (UTC)

derklempner: jni.h is provided by all jdk packages, and I assume you have at least one of them installed, as it is included in the dependencies of this package. So, I guess it is some issue with environmental variables not set correctly. You can try: 1. Re-login (usually, this should be enough) 2. Check archlinux-java and set it to jdk 3. Install community/classpath, as it provides /usr/include/jni.h gregf has reported the same issue before, and switching from java-8-openjdk/jre to java-7-openjdk as his default jdk seemed to fix it for him. By the way, did you install jdk just before building this package, or you had it already installed for some time? (I'm trying to sort out if it's a short-term problem with environmental variables not updating without relogin/reboot, or it requires user intervention and changing archlinux-java by hand).

derklempner commented on 2016-09-06 17:57 (UTC) (edited on 2016-09-06 17:59 (UTC) by derklempner)

Manual installs of flite and nvidia-sdk are fine, but when trying to install ffmpeg-full-nvenc (the actual package, not any of the dependencies), I receive this error: CC libavcodec/ffjni.o libavcodec/ffjni.c:23:17: fatal error: jni.h: No such file or directory #include <jni.h> ^ compilation terminated. make: *** [common.mak:60: libavcodec/ffjni.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build ffmpeg-full-nvenc. Updated the system with pacman -Syud, but it didn't fix the problem.

gsb85 commented on 2016-08-09 22:34 (UTC)

Thank you.