Package Details: ffmpeg-full 6.1.1-6

Git Clone URL: https://aur.archlinux.org/ffmpeg-full.git (read-only, click to copy)
Package Base: ffmpeg-full
Description: Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)
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, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so
Submitter: rpolzer
Maintainer: dbermond
Last Packager: dbermond
Votes: 134
Popularity: 0.89
First Submitted: 2013-01-24 11:17 (UTC)
Last Updated: 2024-05-02 21:46 (UTC)

Required by (1822)

Sources (15)

Latest Comments

« First ‹ Previous 1 .. 39 40 41 42 43 44 45 46 47 48 49 .. 53 Next › Last »

<deleted-account> commented on 2015-12-29 09:55 (UTC)

No problem on my PC. Did you try to compile the latest libutvideo-git again? Did you compile it since the C++ ABI change : https://www.archlinux.org/news/c-abi-change/ ?

Commander commented on 2015-12-29 03:39 (UTC)

Is it only me this doesn't want to build with --libutvideo ?

isiachi commented on 2015-12-17 12:32 (UTC)

@frabjous I put it in the wrong section of PKGBUILD. (It's better to sleep at night, but I have to update this package too)

frabjous commented on 2015-12-17 04:50 (UTC)

openh264 and xavs need to be added as dependencies.

oi_wtf commented on 2015-12-16 22:32 (UTC) (edited on 2015-12-16 22:33 (UTC) by oi_wtf)

You should orphan this package if you don't have time to do even the most basic maintenance for over a month.

<deleted-account> commented on 2015-11-28 12:20 (UTC)

Hi, I don't know if it is related, but with cuda package installed I got warning in ffmpeg and error with other programs. Seems ffmpeg try to load /opt/cuda/lib64/libOpenCL.so instead of /usr/lib/libnvidia-opencl.so.

dark-saber commented on 2015-11-28 07:37 (UTC)

Hi, Last time I checked ffmpeg with enabled openCL broke building of some other packages, so I disabled it. I'll test it more to determine whether to re-enable it. Thank you!

<deleted-account> commented on 2015-11-28 06:07 (UTC)

Hi, in description you wrote openCL is enabled, but in PKGBUILD the --enable-opencl for configure is missing. Is it an oversight?

GRMrGecko commented on 2015-11-24 14:44 (UTC)

Here is my change to the PKGBUILD to fix building for myself. source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2{,.asc} https://raw.githubusercontent.com/archlinuxarm/PKGBUILDs/master/extra/ffmpeg/ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch UNREDISTRIBUTABLE.txt) validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel sha256sums=('e2ed5ab28dee1af94336739173eb0019afc21a54e38a96f4e3208e94a07866e2' 'SKIP' 'SKIP' 'e0c1b126862072a71e18b9580a6b01afc76a54aa6e642d2c413ba0ac9d3010c4') prepare() { cd ${pkgname%-full}-$pkgver patch -p1 -i ../ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch }

kuantum commented on 2015-11-12 06:15 (UTC) (edited on 2015-11-12 23:18 (UTC) by kuantum)

the current version 2.8.1 doesn't work with libvpx-1.5.0 yet, need to add the patch part to PKGBUILD before build() section prepare() { cd ${pkgname%-full}-$pkgver patch -p1 -i ../ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch }