sudo add-apt-repository ppa:mc3man/trusty-media 或者
sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next sudo apt-get update sudo apt-get install ffmpeg
if account error: add-apt-repository command not found,please type this:
sudo apt-get install software-properties-common
本文提供了一种在Linux系统上安装FFmpeg的方法。首先通过命令行添加软件源,然后更新软件包列表,最后安装FFmpeg。如果遇到add-apt-repository命令未找到的问题,还需要额外安装software-properties-common。
1425

被折叠的 条评论
为什么被折叠?



