ffmpeg 未运行-未找到 libaom.so.0

ffmpeg 未运行-未找到 libaom.so.0

ffmpeg没有在 Ubuntu 22.04 LTS 中运行。

$ ffmpeg -version
ffmpeg: error while loading shared libraries: libaom.so.0: cannot open shared object file: No such file or directory

Ubuntu 版本

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.04.1 LTS
Release:        22.04
Codename:       jammy

系统信息:

$ uname -a
Linux r2d2 5.15.0-48-generic #54-Ubuntu SMP Fri Aug 26 13:26:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

我尝试重新安装ffmpeg及其依赖项,但错误仍然相同。

$ apt-cache depends ffmpeg | grep '[ |]Depends: [^<]' | cut -d: -f2  | tr -d ' ' | xargs sudo apt-get --reinstall install -y
$ sudo apt reinstall ffmpeg

有什么解决方法吗?

相关内容