You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
admin@e0f1af443c | 5 years ago | |
cmake@edad8a20b9 | 6 years ago | |
demo | 7 years ago | |
docs | 13 years ago | |
profiles | 13 years ago | |
src | 7 years ago | |
.gitmodules | 11 years ago | |
COPYING | 13 years ago | |
ChangeLog | 13 years ago | |
GPL | 13 years ago | |
Makefile | 13 years ago | |
README | 13 years ago | |
configure | 13 years ago | |
configure-stamp | 13 years ago | |
mlt-config-template | 13 years ago | |
mlt-framework.pc | 12 years ago | |
mlt-framework.pc.in | 13 years ago | |
mlt-miracle.pc | 12 years ago | |
mlt-miracle.pc.in | 13 years ago | |
mlt-valerie.pc | 12 years ago | |
mlt-valerie.pc.in | 13 years ago | |
setenv | 13 years ago | |
setenv_mc | 13 years ago |
README
MLT/Miracle README
------------------
Sponsored by Ushodaya Enterprises Limited
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 Miracle 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 and
development details.
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.