3

I am new with video editing. I want to use the MLT framework through command line in order to edit thousands of video. I am unable to install the framework. Can anyone help me with the installation process?

Aman sinha
  • 51
  • 1
  • 7

1 Answers1

8

Ubuntu or Debian based linux distros:

# sudo apt-get install melt

Fedora 22 or newer:

# dnf install melt

Windows: Download the Shotcut Windows build here: https://www.shotcut.org/download/ This installation comes with a Windows cross compile of melt. To run it, you can open a terminal and call:

c:\Program Files\Shotcut\qmelt.exe

Mac:

Option 1 - install via homebrew:

# brew install mlt

Option 2 - install Shotcut and use the incuded melt script

https://shotcut.org/download/
Brian
  • 1,200
  • 6
  • 8