1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY mlt-download-http "https://github.com/mltframework/mlt/releases/download/v&mlt-version;/mlt-&mlt-version;.tar.gz">
|
---|
8 | <!ENTITY mlt-download-ftp " ">
|
---|
9 | <!ENTITY mlt-md5sum "c9cca34e75caee6aa31d42d5e141206b">
|
---|
10 | <!ENTITY mlt-size "1.1 MB">
|
---|
11 | <!ENTITY mlt-buildsize "22 MB">
|
---|
12 | <!ENTITY mlt-time "0.1 SBU (Using parallelism=4)">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="mlt" xreflabel="mlt-&mlt-version;">
|
---|
16 | <?dbhtml filename="mlt.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <date>$Date$</date>
|
---|
20 | </sect1info>
|
---|
21 |
|
---|
22 | <title>MLT-&mlt-version;</title>
|
---|
23 |
|
---|
24 | <indexterm zone="mlt">
|
---|
25 | <primary sortas="a-mlt">MLT</primary>
|
---|
26 | </indexterm>
|
---|
27 |
|
---|
28 | <sect2 role="package">
|
---|
29 | <title>Introduction to MLT</title>
|
---|
30 |
|
---|
31 | <para>
|
---|
32 | <application>MLT</application> package is the Media Lovin Toolkit.
|
---|
33 | It is an open source multimedia framework, designed and developed for
|
---|
34 | television broadcasting. It provides a toolkit for broadcasters, video
|
---|
35 | editors, media players, transcoders, web streamers and many more types of
|
---|
36 | applications.
|
---|
37 | </para>
|
---|
38 |
|
---|
39 | &lfs110a_checked;
|
---|
40 |
|
---|
41 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
42 | <itemizedlist spacing="compact">
|
---|
43 | <listitem>
|
---|
44 | <para>
|
---|
45 | Download (HTTP): <ulink url="&mlt-download-http;"/>
|
---|
46 | </para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>
|
---|
50 | Download (FTP): <ulink url="&mlt-download-ftp;"/>
|
---|
51 | </para>
|
---|
52 | </listitem>
|
---|
53 | <listitem>
|
---|
54 | <para>
|
---|
55 | Download MD5 sum: &mlt-md5sum;
|
---|
56 | </para>
|
---|
57 | </listitem>
|
---|
58 | <listitem>
|
---|
59 | <para>
|
---|
60 | Download size: &mlt-size;
|
---|
61 | </para>
|
---|
62 | </listitem>
|
---|
63 | <listitem>
|
---|
64 | <para>
|
---|
65 | Estimated disk space required: &mlt-buildsize;
|
---|
66 | </para>
|
---|
67 | </listitem>
|
---|
68 | <listitem>
|
---|
69 | <para>
|
---|
70 | Estimated build time: &mlt-time;
|
---|
71 | </para>
|
---|
72 | </listitem>
|
---|
73 | </itemizedlist>
|
---|
74 |
|
---|
75 | <bridgehead renderas="sect3">MLT Dependencies</bridgehead>
|
---|
76 |
|
---|
77 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
78 | <para>
|
---|
79 | <xref linkend='frei0r'/> and
|
---|
80 | <xref linkend='qt5'/>
|
---|
81 | </para>
|
---|
82 |
|
---|
83 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
84 | <para>
|
---|
85 | <xref linkend='doxygen'/>,
|
---|
86 | <xref linkend='fftw'/>,
|
---|
87 | <xref linkend="libexif"/>,
|
---|
88 | <xref linkend="sdl"/>,
|
---|
89 | <xref linkend="sdl2"/>,
|
---|
90 | <ulink url="http://jackaudio.org">JACK</ulink>,
|
---|
91 | <ulink url="http://www.ipswitch.com/moveit/">MOVEit</ulink>,
|
---|
92 | <ulink url="http://sox.sourceforge.net/">SoX</ulink>, and
|
---|
93 | <ulink url="http://public.hronopik.de/vid.stab/">vid.stab</ulink>
|
---|
94 |
|
---|
95 | </para>
|
---|
96 |
|
---|
97 | <para condition="html" role="usernotes">User Notes:
|
---|
98 | <ulink url="&blfs-wiki;/mlt"/></para>
|
---|
99 |
|
---|
100 | </sect2>
|
---|
101 |
|
---|
102 | <sect2 role="installation">
|
---|
103 | <title>Installation of MLT</title>
|
---|
104 |
|
---|
105 | <para>
|
---|
106 | Install <application>MLT</application> by running the following commands:
|
---|
107 | </para>
|
---|
108 |
|
---|
109 | <screen><userinput>mkdir build &&
|
---|
110 | cd build &&
|
---|
111 |
|
---|
112 | cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
---|
113 | -DCMAKE_BUILD_TYPE=Release \
|
---|
114 | -Wno-dev .. &&
|
---|
115 |
|
---|
116 | make</userinput></screen>
|
---|
117 |
|
---|
118 | <para>
|
---|
119 | This package does not come with a test suite. However a test .mp4
|
---|
120 | file can be played in a local graphical environment with
|
---|
121 | <command>./src/melt/melt <filename>.mp4</command>.
|
---|
122 | </para>
|
---|
123 |
|
---|
124 | <note>
|
---|
125 | <para>
|
---|
126 | This application uses advanced graphical capabilites. In
|
---|
127 | some cases, firmware for your specific graphics adaptor may be needed.
|
---|
128 | See <xref linkend="video-firmware"/> for more information.
|
---|
129 | </para>
|
---|
130 | </note>
|
---|
131 |
|
---|
132 | <para>
|
---|
133 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
134 | </para>
|
---|
135 |
|
---|
136 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
137 |
|
---|
138 | </sect2>
|
---|
139 |
|
---|
140 | <sect2 role="content">
|
---|
141 | <title>Contents</title>
|
---|
142 |
|
---|
143 | <segmentedlist>
|
---|
144 | <segtitle>Installed Program</segtitle>
|
---|
145 | <segtitle>Installed Libraries</segtitle>
|
---|
146 | <segtitle>Installed Directories</segtitle>
|
---|
147 |
|
---|
148 | <seglistitem>
|
---|
149 | <seg>melt-7 and
|
---|
150 | melt (symlink to melt-7)</seg>
|
---|
151 | <seg>libmlt-7.so,
|
---|
152 | libmlt++-7.so, and
|
---|
153 | over twenty plugins</seg>
|
---|
154 | <seg>/usr/include/mlt-7,
|
---|
155 | /usr/include/melt-7/mlt++,
|
---|
156 | /usr/include/melt-7/framework,
|
---|
157 | /usr/lib/mlt-7,
|
---|
158 | /usr/lib/cmake/Mlt7, and
|
---|
159 | /usr/share/mlt-7
|
---|
160 | </seg>
|
---|
161 | </seglistitem>
|
---|
162 | </segmentedlist>
|
---|
163 |
|
---|
164 | <variablelist>
|
---|
165 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
166 | <?dbfo list-presentation="list"?>
|
---|
167 | <?dbhtml list-presentation="table"?>
|
---|
168 |
|
---|
169 | <varlistentry id="melt">
|
---|
170 | <term><command>melt</command></term>
|
---|
171 | <listitem>
|
---|
172 | <para>
|
---|
173 | is a test tool for MLT
|
---|
174 | </para>
|
---|
175 | <indexterm zone="mlt melt">
|
---|
176 | <primary sortas="b-melt">melt</primary>
|
---|
177 | </indexterm>
|
---|
178 | </listitem>
|
---|
179 | </varlistentry>
|
---|
180 |
|
---|
181 | </variablelist>
|
---|
182 |
|
---|
183 | </sect2>
|
---|
184 |
|
---|
185 | </sect1>
|
---|