Package Details: ffmpeg2.1 2.1-1

Git Clone URL: https://aur.archlinux.org/ffmpeg2.1.git (read-only, click to copy)
Package Base: ffmpeg2.1
Description: complete solution to record, convert and stream audio and video
Upstream URL: https://ffmpeg.org/
Licenses: GPL2
Submitter: vmp
Maintainer: vmp
Last Packager: vmp
Votes: 0
Popularity: 0.000000
First Submitted: 2024-02-29 15:35 (UTC)
Last Updated: 2024-03-02 21:51 (UTC)

Latest Comments

vmp commented on 2024-02-29 16:29 (UTC) (edited on 2024-02-29 16:48 (UTC) by vmp)

First of all one has to install ffmpeg2.1, then x264_152, then ffmpeg2.1 once more with the changes below

One has to build ffmpeg2.1 second one with following changes
--extra-cflags=-I/opt/include
#--enable-libx264
change it to
--extra-cflags=-I/opt/include \
--enable-libx264