Update compile-ffmpeg.md

This commit is contained in:
Namhyeon Go 2024-05-11 21:43:47 +09:00 committed by GitHub
parent a49f6dab7e
commit 232230dc42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ tar xvf ffmpeg-7.0.tar.xz
cd FFmpeg-7.0
mkdir build
cd build
../configure --disable-static --enable-shared --enable-gpl --enable-libx264 --enable-nonfree
../configure --enable-gpl --enable-libx264 --enable-nonfree --enable-libfdk-aac
make
make install
#ln -s /usr/local/bin/ffmpeg /usr/bin/ffmpeg # Or add /usr/local/bin to PATH variable