Skip to content

mltframework/mlt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e645e93 · Apr 23, 2025
Dec 28, 2024
Mar 25, 2023
Sep 12, 2024
Jan 19, 2025
Dec 2, 2024
Apr 27, 2021
Apr 23, 2025
Mar 24, 2023
Sep 12, 2024
May 6, 2024
Jul 15, 2022
Aug 25, 2024
Apr 4, 2025
Jul 6, 2016
Mar 7, 2022
Jan 19, 2025
Jul 6, 2016
Mar 28, 2012
Mar 10, 2021
Jan 19, 2025
Jun 6, 2021
Mar 21, 2023
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/.