熔体无法加载过滤器和转换 qtblend

melt failed to load filter and transition qtblend

我在 Ubuntu 18.10、codename:cosmic 中安装了 melt from sources 一切似乎都很好,但是当我尝试播放一些 kdenlive 文件时,我得到了 [producer_xml] 加载过滤器失败 "qtblend" [producer_xml] 加载转换失败 "qtblend"

当我在安装阶段进行./configure 时,我没有检测到关于Qt not found 的错误。

哪个模块包含 qtblend?

如有任何提示,我们将不胜感激。

问候 大卫

查看是否编译了qtblend,运行:

melt -query filters | grep qtblend

默认情况下会编译 QT,除非配置脚本无法找到您的安装: https://github.com/mltframework/mlt/blob/master/src/modules/qt/configure

如果在配置过程中没有找到 QT,它会打印出信息:“- Qt not found - disabling”

设置 qt_includedir、qt_libdir 或 $QTDIR 环境变量会有帮助。

MLT 有一个方便的脚本来编译 MLT 和所有依赖项:

https://github.com/mltframework/mlt-scripts/blob/master/build/build-melt.sh

此脚本有助于检查它在 QT 中的工作原理。