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)

Required by (251)

Sources (4)

Latest Comments

1 2 3 Next › Last »

twinstickdrama commented on 2023-10-28 09:04 (UTC)

If others are having issues with binutils >= 2.41, and don't want to downgrade; consider creating and applying a patch of: https://github.com/FFmpeg/FFmpeg/commit/effadce6c756247ea8bae32dc13bb3e6f464f0eb

git clone https://github.com/FFmpeg/FFmpeg
git diff effadce^..effadce > binutils-1.41.patch

vim PKGBUILD
# prepare() {
#   cd "ffmpeg-$pkgver"
#   patch --forward --strip=1 --input="../binutils-1.41.patch"
# }

MarsSeed commented on 2022-03-29 13:08 (UTC) (edited on 2022-06-09 16:14 (UTC) by MarsSeed)

Also please add depends=(sndio) or disable it on build options.

$ namcap /var/cache/pacman-local/pkg/ffmpeg2.8-2.8.18-0.1-x86_64.pkg.tar.zst

ffmpeg2.8 E: Dependency sndio detected and not included 
    (libraries ['usr/lib/libsndio.so.7'] needed in files 
    ['usr/lib/ffmpeg2.8/libavdevice.so.56.4.100'])

MarsSeed commented on 2022-03-29 13:03 (UTC)

Please kindly add options=(!lto) to prevent build failure if LTO is enabled in makepkg.conf.

muflone commented on 2021-05-30 17:18 (UTC)

To solve the invalid PGP signature issue:

gpg --recv-key B4322F04D67658D8

pix3l commented on 2021-05-30 07:52 (UTC)

diff --git a/PKGBUILD b/PKGBUILD index a58c4a4..b07388e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -88,7 +88,7 @@ package() { find "${pkgdir}"/usr/bin -type f -exec mv {} {}2.8 \;

install -dm 755 "${pkgdir}"/etc/ld.so.conf.d - echo -e '/usr/lib/\n/usr/lib/ffmpeg2.8/' > "${pkgdir}"/etc/ld.so.conf.d/50-ffmpeg2.8.conf + echo -e '/usr/lib/ffmpeg2.8/' > "${pkgdir}"/etc/ld.so.conf.d/50-ffmpeg2.8.conf }

# vim: ts=2 sw=2 et:

Tio commented on 2020-10-20 17:46 (UTC)

Error:

==> Verifying source file signatures with gpg...
    ffmpeg-2.8.16.tar.xz ... FAILED (unknown public key B4322F04D67658D8)
==> ERROR: One or more PGP signatures could not be verified!
Failed to build ffmpeg2.8

spider-mario commented on 2020-08-11 18:21 (UTC) (edited on 2020-08-11 18:22 (UTC) by spider-mario)

This now fails to build for me:

ffplay.c:3217:46: error: missing binary operator before token "("
 3217 | #if defined(__APPLE__) && SDL_VERSION_ATLEAST(1, 2, 14)

Edit: never mind, I spoke too soon. The build process prints this but somehow the package still gets built. My bad.

TheFrenchGhosty commented on 2020-04-22 18:39 (UTC) (edited on 2020-05-12 11:44 (UTC) by TheFrenchGhosty)

Broken:

:: installing x265 (3.3-1) breaks dependency 'libx265.so=179-64' required by ffmpeg2.8

Since I only needed it for spek, I'm moving to spek-alternative.