我是视频编辑的新手。我想通过命令行使用 MLT 框架来编辑数千个视频。我无法安装框架。任何人都可以帮助我完成安装过程吗?
问问题
2000 次
1 回答
8
基于 Ubuntu 或 Debian 的 Linux 发行版:
# sudo apt-get install melt
Fedora 22 或更新版本:
# dnf install melt
Windows:在此处下载 Shotcut Windows 版本: https ://www.shotcut.org/download/ 此安装附带了一个 Windows 交叉编译的melt。要运行它,您可以打开一个终端并调用:
c:\Program Files\Shotcut\qmelt.exe
苹果电脑:
选项 1 - 通过自制软件安装:
# brew install mlt
选项 2 - 安装 Shotcut 并使用包含的熔化脚本
https://shotcut.org/download/
于 2016-06-02T02:27:56.693 回答