環境:CentOS 8 install ffmpeg install yasm goto http://www.tortall.net/projects/yasm/releases/ and find the lastest version 1 2 3 4 5 6 7 wget http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz tar -zxvf yasm-1.3.0.tar.gz cd yasm-1.3.0/ ./configure yum -y install gcc automake autoconf libtool make make make install install x264 goto https://github.com/qupai/ or google x264 to find it in github 1 2 3 4 5 git clone https://github.com/qupai/x264.git cd x264/ ./configure