ffmpeg安装
// ffmpeg// https://www.ffmpeg.org/download.html#build-linuxyum install -y yasmcd /optgit clone https://git.ffmpeg.org/ffmpeg.git ffmpegcd ffmpeg./configuremake && make install参考: http://www.r
·
// 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
更多推荐
所有评论(0)