MLT library
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
Go to file
Timothy Pearson 23901f66c7
Reset submodule main/libraries/mlt/admin to latest HEAD
il y a 6 ans
admin@e0f1af443c Reset submodule main/libraries/mlt/admin to latest HEAD il y a 6 ans
cmake@edad8a20b9 Reset submodule main/libraries/mlt/cmake to latest HEAD il y a 7 ans
demo Fix invalid headers in PNG files and optimize for size il y a 8 ans
docs Added KDE3 version of MLT il y a 14 ans
profiles Added KDE3 version of MLT il y a 14 ans
src Fix invalid headers in PNG files and optimize for size il y a 8 ans
.gitmodules Added common directories il y a 13 ans
COPYING Added KDE3 version of MLT il y a 14 ans
ChangeLog Added KDE3 version of MLT il y a 14 ans
GPL Added KDE3 version of MLT il y a 14 ans
Makefile Added KDE3 version of MLT il y a 14 ans
README Added KDE3 version of MLT il y a 14 ans
configure Added manually-generated configure script il y a 14 ans
configure-stamp Added KDE3 version of MLT il y a 14 ans
mlt-config-template Added KDE3 version of MLT il y a 14 ans
mlt-framework.pc Convert remaining references to kde3 (e.g. in paths) to trinity il y a 13 ans
mlt-framework.pc.in Added KDE3 version of MLT il y a 14 ans
mlt-miracle.pc Convert remaining references to kde3 (e.g. in paths) to trinity il y a 13 ans
mlt-miracle.pc.in Added KDE3 version of MLT il y a 14 ans
mlt-valerie.pc Convert remaining references to kde3 (e.g. in paths) to trinity il y a 13 ans
mlt-valerie.pc.in Added KDE3 version of MLT il y a 14 ans
setenv Added KDE3 version of MLT il y a 14 ans
setenv_mc Added KDE3 version of MLT il y a 14 ans

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.