CentOS 7.x 編譯安裝 x264

VideoLAN - x264, the best H.264/AVC encoder

https://www.videolan.org/developers/x264.html


下載 x264
cd /usr/local/src
lynx ftp://ftp.videolan.org/pub/x264/snapshots/last_x264.tar.bz2

安裝 x264
tar jxf last_x264.tar.bz2
cd x264-snapshot-20191112-2245
./configure --prefix=/usr/local/x264 --disable-asm --enable-shared --enable-static --bit-depth=all --chroma-format=all
make
make check
make install
make clean

執行位置
/usr/local/x264/bin/x264

指令說明
/usr/local/x264/bin/x264 --help
/usr/local/x264/bin/x264 --longhelp
/usr/local/x264/bin/x264 --fullhelp
新增時間 2020-01-22
最後更新 2022-02-09