1、编译x264
git clone https://code.videolan.org/videolan/x264.git
cd x264
./configure --enable-shared --enable-static --disable-asm
make
make install
cp /usr/local/lib/libx264.so.164 /lib
x264, the best H.264/AVC encoder - VideoLAN
2、编译x265
hg clone http://hg.videolan.org/x265
cd x265/build/linux/
./make-Makefiles.bash
make
make install
sudo cp /usr/local/lib/libx265.so.209 /lib