Linux系统安装ffmpeg

Write Comment

Linux系统安装ffmpeg

卷心菜 卷心菜
Abstract Centos下没有找到编译好的ffmpeg软件包,所以手动编译,Ubuntu下可以直接使用`apt install ffmpeg`安装 # 编译安装 [Download FFmpeg](https://ffmpeg.org/downl

Centos下没有找到编译好的ffmpeg软件包,所以手动编译,Ubuntu下可以直接使用apt install ffmpeg安装

编译安装

Download FFmpeg

./configure --prefix=/usr/local/ffmpeg --enable-gpl --enable-version3 --enable-nonfree --enable-shared --enable-zlib --enable-bzlib --enable-libfdk-
Login required to read the rest of the content

登录 to comment~