如何通过命令行使用MLT Framework?

Ama*_*nha 2 command-line command ffmpeg mlt

我是视频编辑新手.我想通过命令行使用MLT框架来编辑数千个视频.我无法安装框架.任何人都可以帮我安装过程吗?

Bri*_*ian 7

基于Ubuntu或Debian的Linux发行版:

# sudo apt-get install melt
Run Code Online (Sandbox Code Playgroud)

Fedora 22或更新版本:

# dnf install melt
Run Code Online (Sandbox Code Playgroud)

Windows:在此处下载Shotcut Windows版本:https://www.shotcut.org/download/ 此安装附带一个Windows交叉编译融化.要运行它,您可以打开终端并致电:

c:\Program Files\Shotcut\qmelt.exe
Run Code Online (Sandbox Code Playgroud)

苹果电脑:

选项1 - 通过自制软件安装:

# brew install mlt
Run Code Online (Sandbox Code Playgroud)

选项2 - 安装Shotcut并使用incuded melt脚本

https://shotcut.org/download/
Run Code Online (Sandbox Code Playgroud)