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

Required by (1841)

Sources (15)

Latest Comments

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

hrehfeld commented on 2023-09-02 13:11 (UTC) (edited on 2023-09-02 13:12 (UTC) by hrehfeld)

Can you provide including versions? Packages like mpv-full that require certain versions of lib* that only ffmpeg-git provides could then depend on just ffmpeg and e.g. libavutil.so>=58.11.100

provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
          'libavutil.so' 'libpostproc.so' 'libswscale.so' 'libswresample.so'

See https://aur.archlinux.org/packages/mpv-full?all_deps=1#comment-931987

dbermond commented on 2023-08-14 15:57 (UTC)

@JunioCalu This is not needed, and the package builds fine without it. This is an user issue and have been discussed several times already. Please scroll back the comments in ffmpeg-full-git to some years ago to see it. Please remember that AUR helpers are not supported, and that you should use makepkg.

JunioCalu commented on 2023-08-13 19:45 (UTC)

Add this to the script to fix the below error:

export PATH="$PATH:/opt/cuda/bin/"

-> Running ffmpeg configure script... ERROR: failed checking for nvcc.

If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat. Include the log file "ffbuild/config.log" produced by configure as this will help solve the problem.

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.