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.87
First Submitted: 2013-01-24 11:17 (UTC)
Last Updated: 2024-05-02 21:46 (UTC)

Required by (1825)

Sources (15)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 53 Next › Last »

JunioCalu commented on 2023-08-13 19:43 (UTC) (edited on 2023-08-13 19:43 (UTC) by JunioCalu)

Live ingest error report:

ffmpeg -f live_flv -listen 1 -i rtmp://0.0.0.0:1950/live/stream

RTMP_Connect0, failed to connect socket. 111 (Connection refused)

dbermond commented on 2023-08-12 13:39 (UTC)

@Nanoshift Fixed. This is a ffmpeg issue with binutils 2.41. Thanks for reporting.

Nanoshift commented on 2023-08-10 21:56 (UTC)

My build fails.

libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
make[1]: *** [/tmp/ccvmq0LE.mk:383: /tmp/ccdnudkV.ltrans127.ltrans.o] Error 1
lto-wrapper: fatal error: make returned 2 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make: *** [ffbuild/library.mak:119: libavcodec/libavcodec.so.60] Error 1

dbermond commented on 2023-07-17 15:43 (UTC) (edited on 2023-07-17 15:43 (UTC) by dbermond)

@CompWizard No need to install mbedtls2. librist works fine with mbedtls. ffmpeg-full also working fine.

CompWizard commented on 2023-07-17 14:26 (UTC) (edited on 2023-07-17 14:28 (UTC) by CompWizard)

For people with 'librist' problem: install 'mbedtls2'. I suppose 'librist' implicitly depends on it and its 'libmbedcrypto.so.7' ('mbedtls' has 'libmbedcrypto.so.14')

Sinyria commented on 2023-07-16 09:42 (UTC) (edited on 2023-07-16 09:44 (UTC) by Sinyria)

if you want nvenc support with older cards still using 470xx, you will as of latest 470xx driver and v12.0 ffnvcodec-headers need to user 11.1 ffnvcodec-headers instead (eg. yay -Sy ffnvcodec-headers-11-1), or use the ffmpeg package in the aur with explicit nvidia-470xx support - otherwise software like obs will stop working with nvenc.

dbermond commented on 2023-07-10 15:14 (UTC)

@brauliobo The librist dependency is already present in the PKGBUILD.

brauliobo commented on 2023-07-09 02:00 (UTC)

Need to depend on librist

dbermond commented on 2023-06-21 01:32 (UTC)

@donrudo I've just checked, and the package is building fine with ffnvcodec-headers 12.0.16.0-1 (the current version in the official repositories). I see no point in downgrading it, as it works nicely. Also, one of @mikaelblomkvists issues was about nvcc, and not about ffnvcodec-headers, which are quite different things.