1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
MLT FRAMEWORK 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 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:
http://www.mltframework.org/twiki/bin/view/MLT/Documentation
http://www.mltframework.org/twiki/bin/view/MLT/Contributing
http://www.mltframework.org/twiki/bin/view/MLT/ToDo
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.
|