Package Details: ffmpeg-git 7.1.r115045.g86e418ffd7-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: 71
Popularity: 0.033438
First Submitted: 2011-01-17 22:00 (UTC)
Last Updated: 2024-05-02 21:47 (UTC)

Required by (1826)

Sources (4)

Latest Comments

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

dbermond commented on 2018-05-07 18:54 (UTC)

@keren_sky I have no problems during the git clone stage. Package is building fine for me.

keren_sky commented on 2018-05-06 04:13 (UTC)

Anybody seeing this:

Cloning into bare repository '/home/sources/ffmpeg-git'... fatal: unable to access 'https://source.ffmpeg.org/ffmpeg.git/': SSL: no alternative certificate subject name matches target host name 'source.ffmpeg.org'

gbr commented on 2018-03-09 20:09 (UTC)

To anyone having this issue when trying to update x265:

:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: ffmpeg-git: installing x265 (2.7-1) breaks dependency 'libx265.so=146-64'

First, uninstall ffmpeg-git by skipping dependency check:

sudo pacman -Rdd ffmpeg-git

Now update your system:

sudo pacman -Syyu

Finally, re-install ffmpeg-git using your favorite AUR helper:

pacaur -S ffmpeg-git

dbermond commented on 2018-01-26 14:18 (UTC)

@magiblot This is the normal ffmpeg output for the x86 platform, being it for x86_64 or i686.

The resulting binaries will be for x86_64 architecture when compiled in your platform.

magiblot commented on 2018-01-25 11:53 (UTC) (edited on 2018-01-25 11:54 (UTC) by magiblot)

Is this normal?

 ==> Starting pkgver()...
 ==> Updated version: ffmpeg-git 3.5.r89882.g4dbae00bac-1
 ==> Starting build()...
 -> Running ffmpeg configure script. Please wait...
 install prefix            /usr
 source path               .
 C compiler                gcc
 C library                 glibc
 ARCH                      x86 (generic)

My machine and system are x86_64, but it looks like it's compiling in 32-bit (x86 architecture). That, or I'm just having a great misunderstanding.

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