This is compiled on Ubuntu 20.04. You will have to install the packages listed in the apt-get command. It is not static but includes straight forward commands to get it compiled manually if the binary doesn’t work. Literally copy and paste in the terminal. Assuming you’re using Ubuntu.
committed 06:55AM - 05 Aug 22 UTC
Compiled via Ubuntu 20.04 using https://trac.ffmpeg.org/wiki/CompilationGuide/Ub… untu:
apt-get -y install \
autoconf \
automake \
build-essential \
cmake \
git-core \
libass-dev \
libfreetype6-dev \
libgnutls28-dev \
libmp3lame-dev \
libsdl2-dev \
libtool \
libva-dev \
libvdpau-dev \
libvorbis-dev \
libxcb1-dev \
libxcb-shm0-dev \
libxcb-xfixes0-dev \
meson \
ninja-build \
pkg-config \
texinfo \
wget \
yasm \
zlib1g-dev \
libunistring-dev \
libaom-dev \
nasm \
libfdk-aac-dev \
libx264-dev \
libx265-dev \
libnuma-dev \
libvpx-dev \
libopus-dev
git clone https://github.com/kegbeach/FFmpeg_AC4.git
cd FFmpeg_AC4
git checkout ac4
./configure \
--pkg-config-flags="--static" \
--extra-libs="-lpthread -lm" \
--ld="g++" \
--enable-gpl \
--enable-gnutls \
--enable-libaom \
--enable-libass \
--enable-libfdk-aac \
--enable-libfreetype \
--enable-libmp3lame \
--enable-libopus \
--enable-libvorbis \
--enable-libvpx \
--enable-libx264 \
--enable-libx265 \
--enable-nonfree
New decoders added: ac4
New demuxers added: ac4