Skip to content
Fangrui Song edited this page Nov 20, 2022 · 1 revision

ffmpeg

git clone https://github.com/FFmpeg/FFmpeg
cd FFmpeg
mkdir -p out/release && cd out/release
../../configure --enable-shared --disable-x86asm
make -j $(nproc)
Clone this wiki locally