Skip to content

mltframework/melted

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

On September 30, 2014, Ushodaya Enterprises Limited assigned copyright
to Daniel Dennedy, acting on behalf of Meltytech, LLC.
65b2f6e

Git stats

Files

Permalink
Failed to load latest commit information.
MLT Melted 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 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.


Installation
------------

	The install is triggered by running:
	
	    make install 
	

More Information
----------------

	For more detailed information, please refer to docs/install.txt.