]> git.sesse.net Git - mlt/blobdiff - README
Add animated level parameter to brightness
[mlt] / README
diff --git a/README b/README
index 1b6aa5b6e1a1095478ae2fbc3300e0551e889e4d..beec33aa3965ab352ed939645732eba1ea76be4d 100644 (file)
--- a/README
+++ b/README
@@ -1,15 +1,24 @@
-MLT/Miracle README
-------------------
+MLT FRAMEWORK README
+--------------------
 
-       Copyright (C) 2003-2004 Ushodaya Enterprises Limited
-       by Charles Yates <charles.yates@pandora.be>
+       Sponsored by Ushodaya Enterprises Limited
+       Written by Charles Yates <charles.yates@pandora.be>
        and Dan Dennedy <dan@dennedy.org>
 
-       MLT is a multimedia framework designed for television broadcasting, and 
-       Miracle is a multi-unit video playout server with realtime effects.
+       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 and
-       development details.
+       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
 -------------
@@ -18,16 +27,14 @@ Configuration
 
            ./configure 
 
-       Usage is:
+       More information on usage is found by running:
 
-       ./configure --help                      - report all configure options
-       ./configure --prefix=[dir]      - target install directory (default: /usr/local)
-       ./configure --disable-[mod] - do not compile specified module(s)
-       ./configure --[other]           - pass through to children
+           ./configure --help
 
        NB: This script must be run to register new services after a CVS checkout
        or subsequent update.
-       
+
+
 Compilation
 -----------
 
@@ -37,6 +44,7 @@ Compilation
 
        to compile the system.
 
+
 Testing
 -------
 
@@ -48,6 +56,7 @@ Testing
        NB: This applies to your current shell only and it assumes a bash or 
        regular bourne shell is in use.
 
+
 Installation
 ------------