大家好,各位视频处理同事
几年来,我一直在使用熔体在视频中创建褪色的帧。我最近更新了我的ubuntu操作系统ubuntu20.04LTS。我一直有许多问题,试图安装熔体(MLT)的系统。有许多缺少的依赖项。
sudo apt install melt
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
melt : Depends: libmlt6 (>= 6.20.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
对于那些已经成功安装的人,你能与我和其他人分享你的成功吗?
谢谢
发布于 2021-04-04 20:36:54
melt
套餐储存在宇宙口袋里。
要安装它,打开终端并键入:
sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install melt
https://askubuntu.com/questions/1329246
复制相似问题