Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up
MLT Multimedia Framework
https://www.mltframework.org
Permalink
| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
coccinelle |
|
|
|
|
demo |
|
|
|
|
docs |
|
|
|
|
presets |
|
|
|
|
profiles |
|
|
|
|
src |
|
|
|
|
.gitignore |
|
|
|
|
.gitlab-ci.yml |
|
|
|
|
.travis.yml |
|
|
|
|
AUTHORS |
|
|
|
|
COPYING |
|
|
|
|
ChangeLog |
|
|
|
|
Doxyfile |
|
|
|
|
GPL |
|
|
|
|
GPLv3 |
|
|
|
|
Makefile |
|
|
|
|
NEWS |
|
|
|
|
README |
|
|
|
|
configure |
|
|
|
|
mlt++.pc.in |
|
|
|
|
mlt-config-template |
|
|
|
|
mlt-framework.pc.in |
|
|
|
|
reconfigure |
|
|
|
|
setenv |
|
|
README
MLT FRAMEWORK README
--------------------
Written by Charles Yates <charles.yates@pandora.be>
and Dan Dennedy <dan@dennedy.org>
MLT is a LGPL multimedia framework designed for television broadcasting,
and melted is a GPL multi-unit video playout server with realtime
effects.
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:
https://www.mltframework.org/docs/
https://www.mltframework.org/docs/contributing/
Configuration
-------------
Configuration is triggered by running:
./configure
More information on usage is found by running:
./configure --help
NB: This script must be run to register new services after a CVS checkout
or subsequent update.
Compilation
-----------
Once configured, it should be sufficient to run:
make
to compile the system.
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:
make install
More Information
----------------
For more detailed information, please refer to docs/install.txt.

