Package Details: ffmpeg3.4 3.4.13-2

Git Clone URL: https://aur.archlinux.org/ffmpeg3.4.git (read-only, click to copy)
Package Base: ffmpeg3.4
Description: Library to record, convert and stream audio and video (legacy v3.4 branch, with libavcodec v57)
Upstream URL: https://ffmpeg.org
Licenses: GPL-3.0-only
Conflicts: ffmpeg-compat-57, ffmpeg-full3.4
Provides: ffmpeg-compat-57, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavresample.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so
Submitter: MarsSeed
Maintainer: MarsSeed (HurricanePootis)
Last Packager: HurricanePootis
Votes: 26
Popularity: 0.000014
First Submitted: 2022-05-29 00:12 (UTC)
Last Updated: 2024-04-02 03:57 (UTC)

Required by (256)

Sources (4)

Latest Comments

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

xuanruiqi commented on 2021-10-22 08:33 (UTC)

Hi! LTO breaks the building of this package, so I think options=(!lto) is required.

HurricanePootis commented on 2021-10-22 04:03 (UTC)

If you have having trouble updating because of issues with libvpx, I was able to solve my issues by uninstall ffmpeg-compat-57, updating ffmpeg, then rebuilding ffmpeg-compat-57.

bar777 commented on 2021-06-28 09:58 (UTC)

@KohGeek Thank You Man!

tobil commented on 2021-05-09 09:20 (UTC)

Hello !

ffmpeg-compat-58 is needed ... Please !

KohGeek commented on 2021-04-14 02:42 (UTC)

If you have PGP errors, do the following:

curl -sS http://ffmpeg.org/ffmpeg-devel.asc | gpg --import -

HurricanePootis commented on 2021-03-23 13:08 (UTC) (edited on 2021-03-25 21:36 (UTC) by HurricanePootis)

I get some LD errors whenever compiling this with the latest versions of x265 and x264

/usr/bin/ld: /tmp/libavcodec.so.57.bh4Qv6.ltrans114.ltrans.o: warning: relocation against `pd_1' in read-only section `.text'
/usr/bin/ld: /tmp/libavcodec.so.57.bh4Qv6.ltrans28.ltrans.o: relocation R_X86_64_PC32 against undefined symbol `ff_h264_cabac_tables' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status
make: *** [ffbuild/library.mak:103: libavcodec/libavcodec.so.57] Error 1
/usr/bin/ld: /tmp/libpostproc.so.54.Plrt45.ltrans0.ltrans.o: warning: relocation against `w04' in read-only section `.text'
/usr/bin/ld: /tmp/libpostproc.so.54.Plrt45.ltrans0.ltrans.o: relocation R_X86_64_PC32 against undefined symbol `w05' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status
make: *** [ffbuild/library.mak:103: libpostproc/libpostproc.so.54] Error 1
make: *** Waiting for unfinished jobs....
/usr/bin/ld: /tmp/libswscale.so.4.tx4G1h.ltrans9.ltrans.o: warning: relocation against `pb_03' in read-only section `.text'
/usr/bin/ld: /tmp/libswscale.so.4.tx4G1h.ltrans8.ltrans.o: relocation R_X86_64_PC32 against undefined symbol `mask24l' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status
make: *** [ffbuild/library.mak:103: libswscale/libswscale.so.4] Error 1

Edit: This may have been because I have had -flto in my mamekpkg.conf, going to retry without it.

Edit 2: It was >:[

rharish commented on 2021-03-23 10:25 (UTC)

@D3SOX Thanks for the info, it worked!

D3SOX commented on 2021-03-23 10:03 (UTC)

@rharish It works fine. Just uninstall this, upgrade x265 and reinstall it. You can force uninstall it for the time being with sudo pacman -Rdd ffmpeg-compat-57