frispete / mlt

MLT Multimedia Framework

Home Page:https://www.mltframework.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://www.mltframework.org

License:GNU Lesser General Public License v2.1


Languages

Language:C 63.6%Language:C++ 33.6%Language:CMake 1.7%Language:Assembly 0.2%Language:Python 0.2%Language:Ruby 0.2%Language:SWIG 0.1%Language:Shell 0.1%Language:Objective-C 0.1%Language:JavaScript 0.1%Language:Dockerfile 0.0%Language:QMake 0.0%Language:Perl 0.0%Language:Java 0.0%Language:Makefile 0.0%Language:Lua 0.0%Language:C# 0.0%Language:PHP 0.0%Language:Tcl 0.0%