Package Details: ffmpeg-git 7.2.r119073.g2657e1679e-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.015561
First Submitted: 2011-01-17 22:00 (UTC)
Last Updated: 2025-03-30 01:44 (UTC)

Required by (1944)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 25 Next › Last »

L1Q commented on 2022-08-06 06:45 (UTC)

git.ffmpeg.org is down today. Is it possible to provide an alternative download from github.com/FFmpeg/FFmpeg ? Just comment out alternative URLs for an easy edit when this happens again.

dbermond commented on 2022-05-10 20:17 (UTC)

@superyu1337 Patch refreshed. Thanks for the report.

superyu1337 commented on 2022-05-10 16:52 (UTC) (edited on 2022-05-10 17:17 (UTC) by superyu1337)

Doesn't build with following output:

==> Starting prepare()...
patching file libavformat/avformat.h
Hunk #1 succeeded at 1128 (offset 118 lines).
patching file libavformat/utils.c
Hunk #1 FAILED at 121.
1 out of 1 hunk FAILED -- saving rejects to file libavformat/utils.c.rej
==> ERROR: A failure occurred in prepare().
    Aborting...
error: failed to build 'ffmpeg-git-5.1.r106386.ge78173557d-1':
error: packages failed to build: ffmpeg-git-5.1.r106386.ge78173557d-1

Patches are outdated, tried it without the prepare() function and it worked.

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