]> git.sesse.net Git - mlt/blob - README
Notify dropped frame in decklink.
[mlt] / README
1 MLT FRAMEWORK README
2 --------------------
3
4         Sponsored by Ushodaya Enterprises Limited
5         Written by Charles Yates <charles.yates@pandora.be>
6         and Dan Dennedy <dan@dennedy.org>
7
8         MLT is a LGPL multimedia framework designed for television broadcasting,
9         and melted is a GPL multi-unit video playout server with realtime
10         effects.
11
12         This document provides a quick reference for the minimal configuration,
13         build and installation of MLT. See the docs directory for usage and
14         development details.
15
16
17 Configuration
18 -------------
19
20         Configuration is triggered by running:
21
22             ./configure 
23
24         More information on usage is found by running:
25
26             ./configure --help
27
28         NB: This script must be run to register new services after a CVS checkout
29         or subsequent update.
30
31
32 Compilation
33 -----------
34
35         Once configured, it should be sufficient to run:
36
37             make
38
39         to compile the system.
40
41
42 Testing
43 -------
44
45         To execute the mlt tools without installation, or to test a new version
46         on a system with an already installed mlt version, you should run:
47
48             . setenv
49
50         NB: This applies to your current shell only and it assumes a bash or 
51         regular bourne shell is in use.
52
53
54 Installation
55 ------------
56
57         The install is triggered by running:
58         
59             make install 
60         
61
62 More Information
63 ----------------
64
65         For more detailed information, please refer to docs/install.txt.