0
点赞
收藏
分享

微信扫一扫

ubuntu 安装 ffmpeg 6.0

凯约 2024-02-05 阅读 20
# ubuntu 22
sudo add-apt-repository ppa:ubuntuhandbook1/ffmpeg6
sudo apt update
sudo apt install ffmpeg
ffmpeg --version


# 删除源
sudo add-apt-repository --remove ppa:ubuntuhandbook1/ffmpeg6

参考:

FFmpeg 6.0 Released! How to Install in Ubuntu 22.04 [New PPA Updated] | UbuntuHandbook

ubuntu arm64 安装ffmpeg6.0全过程(实测)_ffmpeg arm 服务安装-CSDN博客

举报

相关推荐

0 条评论