Package Details: ffmpeg2.8 2.8.21-3

Git Clone URL: https://aur.archlinux.org/ffmpeg2.8.git (read-only, click to copy)
Package Base: ffmpeg2.8
Description: Complete solution to record, convert and stream audio and video
Upstream URL: https://ffmpeg.org/
Licenses: GPL3
Provides: libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavresample.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so
Submitter: itsme
Maintainer: Muflone
Last Packager: Muflone
Votes: 14
Popularity: 0.000000
First Submitted: 2018-05-21 02:33 (UTC)
Last Updated: 2023-11-06 01:12 (UTC)

Dependencies (46)

Required by (255)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

oberon2007 commented on 2020-01-14 08:42 (UTC)

Seems we need to rebuild against x264 3:0.159.r2991.1771b55 Please bump pkgrel

Mehedi commented on 2019-06-27 15:38 (UTC) (edited on 2019-06-27 15:40 (UTC) by Mehedi)

SOLVED. What I did. Step by step. Go to https://aur.archlinux.org/packages/ffmpeg2.8/ Download the ffmpeg-2.8.15.tar.xz file.

  1. Extract it on a folder then open terminal in that folder
  2. makepkg -s --skippgpcheck
  3. ls *.xz
  4. sudo pacman -U --noconfirm ffmpeg2.8-2.8.15-2-x86_64.pkg.tar.xz

DONE INSTALLED FFMPEG2.8

WFV commented on 2019-03-06 01:16 (UTC) (edited on 2019-08-18 05:21 (UTC) by WFV)

latest libvpx breaks dependency (libvpx.so=5-64, latest is 6-64) however, looks like new build is on the way today? https://ffmpeg.org/releases/

Where does it look for that specific level (5-64) when building? Thanks.

grep -r "libvpx.so" /path/to/package/build/ffmpeg2.8/*

gardar commented on 2019-01-15 13:40 (UTC)

Searching for the key and importing it works fine for me

gpg --search-keys B4322F04D67658D8

quenyen commented on 2018-12-23 01:52 (UTC)

The key is not in pgp keyserver can you update it?

elementaryswag commented on 2018-12-10 14:58 (UTC)

This doesn't seem to be installable anymore with the update to x265 2.9-1 which provides libx265.so=165-64 while ffmpeg2.8 needs libx265.so=160-64

eisterman commented on 2018-10-08 12:34 (UTC)

The key B4322F04D67658D8 is in no pgp keyserver.

Please change key or reload it on a keyserver!!!

Muflone commented on 2018-08-26 16:20 (UTC)

Please update dependencies replacing libdcadec.so with package dcadec

WFV commented on 2018-08-17 13:32 (UTC) (edited on 2018-08-17 13:41 (UTC) by WFV)

had to remove libdcadec from PKGBUILD in order to build else failed on "error: target not found: libdcadec.so"

DrNutz commented on 2018-08-12 01:21 (UTC)

Had to use --skippgpcheck in order to build. Using makepkg.