• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H13-Apr-2021-142120

cmake/H13-Apr-2021-320282

coccinelle/H13-Apr-2021-8278

demo/H03-May-2022-887761

docs/H03-May-2022-139137

presets/H13-Apr-2021-1,4161,159

profiles/H13-Apr-2021-931848

src/H03-May-2022-173,781121,173

.gitignoreH A D13-Apr-2021623 4645

.gitlab-ci.ymlH A D13-Apr-20214.2 KiB7768

AUTHORSH A D13-Apr-2021422 1110

COPYINGH A D13-Apr-202125.9 KiB503418

DockerfileH A D13-Apr-20212.1 KiB5543

DoxyfileH A D13-Apr-202159.2 KiB1,4651,050

GPLH A D13-Apr-202117.7 KiB340281

GPLv3H A D13-Apr-202134.3 KiB675553

MakefileH A D13-Apr-20212 KiB7464

NEWSH A D13-Apr-202167.8 KiB1,6721,393

READMEH A D13-Apr-20211.4 KiB7040

configureH A D13-Apr-202111.8 KiB441375

mlt++.pc.inH A D13-Apr-2021151 86

mlt-config-templateH A D13-Apr-2021838 3330

mlt-framework.pc.inH A D13-Apr-2021133 86

reconfigureH A D13-Apr-2021156 86

setenvH A D13-Apr-2021409 1711

README

1MLT FRAMEWORK README
2--------------------
3
4	Written by Charles Yates <charles.yates@pandora.be>
5	and Dan Dennedy <dan@dennedy.org>
6
7	MLT is a LGPL multimedia framework designed for television broadcasting,
8	and melted is a GPL multi-unit video playout server with realtime
9	effects.
10
11	This document provides a quick reference for the minimal configuration,
12	build and installation of MLT.
13
14	See the docs directory for usage details.
15
16	See the website for development details:
17        https://www.mltframework.org/docs/
18        https://www.mltframework.org/docs/contributing/
19
20
21Configuration
22-------------
23
24	Configuration is triggered by running:
25
26	    ./configure
27
28	More information on usage is found by running:
29
30	    ./configure --help
31
32	NB: This script must be run to register new services after a CVS checkout
33	or subsequent update.
34
35
36Compilation
37-----------
38
39	Once configured, it should be sufficient to run:
40
41	    make
42
43	to compile the system.
44
45
46Testing
47-------
48
49	To execute the mlt tools without installation, or to test a new version
50	on a system with an already installed mlt version, you should run:
51
52	    . setenv
53
54	NB: This applies to your current shell only and it assumes a bash or
55	regular bourne shell is in use.
56
57
58Installation
59------------
60
61	The install is triggered by running:
62
63	    make install
64
65
66More Information
67----------------
68
69	For more detailed information, please refer to docs/install.txt.
70