MLT library
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
Ir al archivo
tpearson 40f8286642
Added KDE3 version of MLT
hace 14 años
demo Added KDE3 version of MLT hace 14 años
docs Added KDE3 version of MLT hace 14 años
profiles Added KDE3 version of MLT hace 14 años
src Added KDE3 version of MLT hace 14 años
COPYING Added KDE3 version of MLT hace 14 años
ChangeLog Added KDE3 version of MLT hace 14 años
GPL Added KDE3 version of MLT hace 14 años
Makefile Added KDE3 version of MLT hace 14 años
README Added KDE3 version of MLT hace 14 años
config.log Added KDE3 version of MLT hace 14 años
configure-stamp Added KDE3 version of MLT hace 14 años
mlt-config-template Added KDE3 version of MLT hace 14 años
mlt-framework.pc Added KDE3 version of MLT hace 14 años
mlt-framework.pc.in Added KDE3 version of MLT hace 14 años
mlt-miracle.pc Added KDE3 version of MLT hace 14 años
mlt-miracle.pc.in Added KDE3 version of MLT hace 14 años
mlt-valerie.pc Added KDE3 version of MLT hace 14 años
mlt-valerie.pc.in Added KDE3 version of MLT hace 14 años
setenv Added KDE3 version of MLT hace 14 años
setenv_mc Added KDE3 version of MLT hace 14 años

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.