// ffmpeg
// https://www.ffmpeg.org/download.html#build-linux
yum install -y yasm
cd /opt
git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
cd ffmpeg
./configure
make && make install
参考: http://www.ruanyifeng.com/blog/2020/01/ffmpeg.html
// ffmpeg
// https://www.ffmpeg.org/download.html#build-linux
yum install -y yasm
cd /opt
git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
cd ffmpeg
./configure
make && make install
参考: http://www.ruanyifeng.com/blog/2020/01/ffmpeg.html