Linux 安装ffmpeg 实现音频转码

788 阅读1分钟

ubuntu 14.04 安装方法

sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next
sudo apt-get update
sudo apt-get install ffmpeg

如果提示add-apt-repository 未安装,执行如下命令

sudo apt install software-properties-common
sudo apt-get update

centos 系统安装

参照该博客 centos 安装ffmpeg 该博客为源码安装

简单介绍与使用

参照该博客 FFmpeg的使用