Skip to content

maleRjc/mlt

This branch is 649 commits behind mltframework/mlt:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 18, 2021
7bbc39c · Dec 18, 2021
Apr 27, 2021
Mar 24, 2021
Apr 27, 2021
Nov 1, 2021
Jul 1, 2021
Apr 27, 2021
Dec 18, 2021
Apr 24, 2021
Aug 27, 2021
Nov 4, 2014
Nov 3, 2021
Jul 6, 2016
May 3, 2021
Nov 1, 2021
Jul 6, 2016
Mar 28, 2012
Mar 10, 2021
Nov 1, 2021
Jun 6, 2021
May 8, 2009
Mar 28, 2004
Sep 2, 2021

Repository files navigation

MLT FRAMEWORK README

MLT is a LGPL multimedia framework designed for video editing.

This document provides a quick reference for the minimal configuration, build and installation of MLT.

See the docs/ directory for usage details.

See the website for development details and a contributing guide.

Configuration

Configuration is triggered by running:

cmake .

More information on usage is found by viewing CMakeLists.txt and the cmake man page.

Compilation

Once configured, it should be sufficient to run:

cmake --build .

to compile the system. Alternatively, you can run cmake with -G Ninja and use ninja to compile.

Testing

To execute the mlt tools without installation, or to test a new version on a system with an already installed mlt version, you should run:

. setenv

NB: This applies to your current shell only and it assumes a bash or regular bourne shell is in use.

Installation

The install is triggered by running:

cmake --install .

More Information

For more detailed information, please refer to https://mltframework.org/docs/install/.

About

MLT Multimedia Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 64.0%
  • C++ 33.4%
  • CMake 1.6%
  • Assembly 0.2%
  • Python 0.2%
  • Ruby 0.2%
  • Other 0.4%