Package Details: ffmpeg-git 8.2.r125668.g70a5df6d27-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://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, libswresample.so, libswscale.so
Submitter: DrZaius
Maintainer: dbermond
Last Packager: dbermond
Votes: 74
Popularity: 0.25
First Submitted: 2011-01-17 22:00 (UTC)
Last Updated: 2026-07-18 18:17 (UTC)

Required by (2552)

Sources (2)

Latest Comments

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

atticf commented on 2022-04-25 05:10 (UTC)

Sorry, that patch is from extra/ffmpeg, not this package. my packages I maintain for my systems are usually based on the official repo package and then some bits taken from the AUR and personal customisation, I forgot to switch the patch sources to from this package :/

dbermond commented on 2022-04-24 12:37 (UTC)

@AtticFinder65536 Something is wrong with your report, as this package currently does not have patches for files 'configure', 'doc/filters.texi' and 'libavfilter/vf_libvmaf.c'. The patches are applying fine on top of current git master.

dbermond commented on 2022-03-08 01:36 (UTC)

@MarsSeed Package updated. I updated ffmpeg-full-git and forgot to update here. Thanks for the reminder.

MarsSeed commented on 2022-03-07 15:24 (UTC)

Hi @dbermond,

Please kindly change back to depends=(vmaf).

(Or declare depends=(vmaf>=2.0.0) as suggested here.)

Arch now ships the latest stable vmaf: v2.3.0.

This change would again let people choose which vmaf dependency to supply this build and let them use/test the latest ffmpeg with that.

Thanks in advance!

dbermond commented on 2022-02-14 18:13 (UTC)

@0x9fff00 Indeed, thanks for noticing this. Package updated.

@yangsheng6810 Package is currently building fine for me.

yangsheng6810 commented on 2022-02-13 23:30 (UTC)

Build failed with the following output

libavcodec/mpegvideo_xvmc.c:163:9: error:implicit declaration of function ‘ff_mpeg_draw_horiz_band’; did you mean ‘ff_draw_horiz_band’? [-Werror=implicit-function-declaration]
  163 |         ff_mpeg_draw_horiz_band(s, 0, 0);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
      |         ff_draw_horiz_band

0x9fff00 commented on 2022-02-12 17:23 (UTC)

This package is missing support for librsvg and libsvtav1 which are supported by the upstream package

dbermond commented on 2022-01-29 16:43 (UTC)

@LamkasDev Package updated to match the latest upstream changes.

LamkasDev commented on 2022-01-29 11:47 (UTC)

FFmpeg now requires libvmaf>=2.0.0 while the out of date vmaf package provides 1.5.3-1. You can solve this by installing vmaf-git, removing vmaf from depends and removing applied patch in prepare(), as it is unnecessary anymore. @Enverex