Package Details: ffmpeg-git 7.2.r117638.g153a6dc8fa-1

Git Clone URL: https://aur.archlinux.org/ffmpeg-git.git (read-only, click to copy)
Package Base: ffmpeg-git
Description: Complete solution to record, convert and stream audio and video (git version)
Upstream URL: https://www.ffmpeg.org/
Keywords: audio codec convert encoder ffmpeg media vaapi video
Licenses: GPL-3.0-or-later
Conflicts: ffmpeg
Provides: ffmpeg, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so
Submitter: DrZaius
Maintainer: dbermond
Last Packager: dbermond
Votes: 73
Popularity: 0.24
First Submitted: 2011-01-17 22:00 (UTC)
Last Updated: 2024-10-24 20:29 (UTC)

Required by (1916)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 24 Next › Last »

dbermond commented on 2018-01-04 14:45 (UTC)

@C0rn3j package will depend on the version of libx265.so that was present on system at ffmpeg-git build time. That's why pacman complains when you update x265. Since we are on aur, maybe it would be a good idea to replace so-depends with regular package depends.

Good to know that you found a way to handle this, and sorry for the late reply.

C0rn3j commented on 2017-12-25 22:57 (UTC) (edited on 2017-12-31 10:15 (UTC) by C0rn3j)

:: ffmpeg-git: installasjon av x265 (2.6-1) bryter med avhengigheten 'libx265.so=130-64'

Seems like I can't update the x265 package because this one depends on the old version, is that on purpose?

EDIT: Solution is removing the package forcefully with -R -dd flags, upgrading and then reinstalling.

VerruckteFuchs commented on 2017-10-19 03:32 (UTC)

There's been a change with hardening-wrapper that you'll need to address so ffmpeg-qsv-git installs properly. https://www.archlinux.org/todo/hardening-wrapper-removal/

dbermond commented on 2017-07-09 16:46 (UTC)

I have adopted this package. It is now updated and building fine. Please enjoy and have a happy ffmpeg'ing :)

shoober420 commented on 2017-06-05 18:56 (UTC)

"--enable-libschroedinger" on line 60 also needs removed from the PKGBUILD

lazyboy commented on 2017-06-03 18:29 (UTC)

My build fails at linking with "make: *** No rule to make target 'libavcodec/x86/simple_idct.c', needed by 'libavcodec/x86/simple_idct.o'. Stop." I think it's due to this patch "x86/simple_idct: add explicit sse2 simple_idct_put/add versions." (http://github.com/FFmpeg/FFmpeg/commit/e0c205677f6b3b7dba6891724cb68bfb81e9b8d6)

nucleos commented on 2017-04-26 13:22 (UTC)

Replace --enable-x11grab with --enable-libxcb in PKGBUILD!

DrZaius commented on 2017-03-19 19:35 (UTC)

Regarding --enable-x11grab, the legacy X11 screen grabber has been removed on March 15. It has effectively been transparently replaced by the XCB screen grabber for some time. XCB is a drop-in replacement and is autodetected, so no additional configure options are required. Usage in ffmpeg cli tool remains unchanged.

dn3s commented on 2017-03-19 09:37 (UTC)

looks like --enable-x11grab is now broken too. Removing it worked, but that only works for me because I happen to not need the feature.