https://github.com/mltframework/melted
MLT Video Server (no longer maintained/supported)
https://github.com/mltframework/melted
Last synced: 3 months ago
JSON representation
MLT Video Server (no longer maintained/supported)
- Host: GitHub
- URL: https://github.com/mltframework/melted
- Owner: mltframework
- License: lgpl-2.1
- Archived: true
- Created: 2012-04-23T22:25:51.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2015-02-09T02:33:08.000Z (about 11 years ago)
- Last Synced: 2025-03-06T00:46:04.007Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 3.1 MB
- Stars: 44
- Watchers: 10
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
MLT Melted README
-----------------
Sponsored by Ushodaya Enterprises Limited
Written by Charles Yates
and Dan Dennedy
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.