Package Details: ffmpeg-full-git 7.1.r115391.g63697d3350-1

Git Clone URL: https://aur.archlinux.org/ffmpeg-full-git.git (read-only, click to copy)
Package Base: ffmpeg-full-git
Description: Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac; git version)
Upstream URL: https://www.ffmpeg.org/
Keywords: audio codec convert cuda cuvid decklink encoder fdk-aac fdkaac hwaccel libnpp media nvenc svt video
Licenses: LicenseRef-nonfree-and-unredistributable
Conflicts: ffmpeg
Provides: ffmpeg, ffmpeg-full, ffmpeg-git, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 19
Popularity: 0.30
First Submitted: 2015-12-27 19:22 (UTC)
Last Updated: 2024-05-26 14:44 (UTC)

Dependencies (128)

Required by (1856)

Sources (8)

Latest Comments

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

Fog commented on 2019-04-02 21:33 (UTC)

I've encountered that issue too and just removed that option from pkgbuild.

dbermond commented on 2019-03-23 18:19 (UTC)

@filthyAUR Fixed in the latest package update.

kescherAUR commented on 2019-03-20 20:17 (UTC) (edited on 2019-03-21 08:35 (UTC) by kescherAUR)

==> Starting build()...
  -> Running ffmpeg configure script...
Unknown option "--enable-libndi_newtek".
See ./configure --help for available options.
==> ERROR: A failure occurred in build().
    Aborting...
Error making: ffmpeg-full-git

Caused by: https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/4b32f8b3ebfa011fcc5991bcaa97c3f5b61b49ad libndi_newtek was removed. PKGBUILD should remove that argument to ./configure.

dbermond commented on 2019-03-20 00:55 (UTC)

@TomCatT Thank for using this package. Enjoy. :)

TomCatT commented on 2019-03-14 14:33 (UTC)

This works like a champ AND I can use it to stay on top of the latest update. I should have used Arch Linux years ago. Thanks.

dbermond commented on 2019-02-22 01:48 (UTC)

@filthyAUR I have temporarily disabled cuda-sdk since upstream is taking longer than expected to fix it.

kescherAUR commented on 2019-02-19 17:18 (UTC)

Alright, guess I'll just disable cuda-sdk as I don't need it on my machine anyway.

dbermond commented on 2019-02-18 00:41 (UTC)

@filthyAUR This is a known upstream issue. You can follow the problem in the upstream bug tracker at ticket #7742.

kescherAUR commented on 2019-02-16 23:56 (UTC) (edited on 2019-02-17 00:01 (UTC) by kescherAUR)

Current version (4.2.r92924.g5faa1b8b5a-1) doesn't build:

CC  libavfilter/vf_scale_cuda.o
In file included from libavfilter/vf_scale_cuda.c:31:
./libavutil/cuda_check.h: In function ‘ff_cuda_check’:
./libavutil/cuda_check.h:38:7: error: ‘tcuGetErrorName’ undeclared (first use in this function); did you mean ‘cuGetErrorName’?
     ((tcuGetErrorName *)cuGetErrorName_fn)(err, &err_name);
       ^~~~~~~~~~~~~~~
       cuGetErrorName
./libavutil/cuda_check.h:38:7: note: each undeclared identifier is reported only once for each function it appears in
./libavutil/cuda_check.h:38:24: error: expected expression before ‘)’ token
     ((tcuGetErrorName *)cuGetErrorName_fn)(err, &err_name);
                        ^
./libavutil/cuda_check.h:39:7: error: ‘tcuGetErrorString’ undeclared (first use in this function); did you mean ‘cuGetErrorString’?
     ((tcuGetErrorString *)cuGetErrorString_fn)(err, &err_string);
       ^~~~~~~~~~~~~~~~~
       cuGetErrorString
./libavutil/cuda_check.h:39:26: error: expected expression before ‘)’ token
     ((tcuGetErrorString *)cuGetErrorString_fn)(err, &err_string);
                          ^
NVCC    libavfilter/vf_scale_cuda.ptx
make: *** [ffbuild/common.mak:60: libavfilter/vf_scale_cuda.o] Error 1
make: *** Waiting for unfinished jobs....
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Makepkg was unable to build ffmpeg-full-git.
==> Restart building ffmpeg-full-git ? [y/N]
==> ----------------------------------------
==>

ffmpeg-full doesn't have this error, so I assume the version on git broke something.

dbermond commented on 2018-12-11 13:33 (UTC)

@clap22 Usually I do not increase pkgrel for the needed rebuilds. I left the rebuilds as a user responsibility. Of course I can change this in the future, but for the time being I'm doing it in this way. Thanks for the interest in this package.