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 "&sourceforge-repo2;/projects/mlt/files/mlt-&mlt-version;.tar.gz">
|
---|
8 | <!ENTITY mlt-download-ftp " ">
|
---|
9 | <!ENTITY mlt-md5sum "cdbc5d1d686b75dd2b8fd14059bdd9d4">
|
---|
10 | <!ENTITY mlt-size "1.3 MB">
|
---|
11 | <!ENTITY mlt-buildsize "66 MB">
|
---|
12 | <!ENTITY mlt-time "0.4 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="mlt" xreflabel="mlt-&mlt-version;">
|
---|
16 | <?dbhtml filename="mlt.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>MLT-&mlt-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="mlt">
|
---|
26 | <primary sortas="a-mlt">MLT</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to MLT</title>
|
---|
31 |
|
---|
32 | <para><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.</para>
|
---|
37 |
|
---|
38 | &lfs79_checked;
|
---|
39 |
|
---|
40 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
41 | <itemizedlist spacing="compact">
|
---|
42 | <listitem>
|
---|
43 | <para>Download (HTTP): <ulink url="&mlt-download-http;"/></para>
|
---|
44 | </listitem>
|
---|
45 | <listitem>
|
---|
46 | <para>Download (FTP): <ulink url="&mlt-download-ftp;"/></para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>Download MD5 sum: &mlt-md5sum;</para>
|
---|
50 | </listitem>
|
---|
51 | <listitem>
|
---|
52 | <para>Download size: &mlt-size;</para>
|
---|
53 | </listitem>
|
---|
54 | <listitem>
|
---|
55 | <para>Estimated disk space required: &mlt-buildsize;</para>
|
---|
56 | </listitem>
|
---|
57 | <listitem>
|
---|
58 | <para>Estimated build time: &mlt-time;</para>
|
---|
59 | </listitem>
|
---|
60 | </itemizedlist>
|
---|
61 |
|
---|
62 | <bridgehead renderas="sect3">MLT Dependencies</bridgehead>
|
---|
63 |
|
---|
64 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
65 | <para>
|
---|
66 | <xref linkend='frei0r'/> and
|
---|
67 | <xref linkend='qt5'/>
|
---|
68 | </para>
|
---|
69 |
|
---|
70 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
71 | <para>
|
---|
72 | <xref linkend='doxygen'/>,
|
---|
73 | <xref linkend="libexif"/>,
|
---|
74 | <xref linkend="sdl"/>,
|
---|
75 | <ulink url="http://www.fftw.org/">FFTW</ulink>,
|
---|
76 | <ulink url="http://jackaudio.org">JACK</ulink>,
|
---|
77 | <ulink url="http://www.ipswitchft.com/moveit-managed-file-transfer/">MOVEit</ulink>,
|
---|
78 | <ulink url="http://sox.sourceforge.net/">SoX</ulink>,
|
---|
79 | <ulink url="http://swfdec.freedesktop.org/wiki/">Swfdec</ulink>, and
|
---|
80 | <ulink url="http://public.hronopik.de/vid.stab/">vid.stab</ulink>
|
---|
81 |
|
---|
82 | </para>
|
---|
83 |
|
---|
84 | <para condition="html" role="usernotes">User Notes:
|
---|
85 | <ulink url="&blfs-wiki;/mlt"/></para>
|
---|
86 |
|
---|
87 | </sect2>
|
---|
88 |
|
---|
89 | <sect2 role="installation">
|
---|
90 | <title>Installation of MLT</title>
|
---|
91 |
|
---|
92 | <para>Install <application>MLT</application> by running the
|
---|
93 | following commands:</para>
|
---|
94 |
|
---|
95 | <screen><userinput>./configure --prefix=/usr \
|
---|
96 | --avformat-vdpau \
|
---|
97 | --enable-gpl \
|
---|
98 | --enable-gpl3 \
|
---|
99 | --enable-opengl \
|
---|
100 | --disable-gtk2 \
|
---|
101 | --qt-libdir=$QT5DIR/lib \
|
---|
102 | --qt-includedir=$QT5DIR/include &&
|
---|
103 | make</userinput></screen>
|
---|
104 |
|
---|
105 | <para>This package does not come with a test suite. However a test .mp4
|
---|
106 | file can be played in a local graphical environment with
|
---|
107 | <userinput>./src/melt/melt <filename>.mp4</userinput>.</para>
|
---|
108 |
|
---|
109 | <note><para>This application uses advanced graphical capabilites. In
|
---|
110 | some cases, firmware for your specific graphics adaptor may be needed.
|
---|
111 | See <xref linkend="video-firmware"/> for more information.</para></note>
|
---|
112 |
|
---|
113 |
|
---|
114 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
115 |
|
---|
116 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
117 |
|
---|
118 | </sect2>
|
---|
119 |
|
---|
120 | <sect2 role="content">
|
---|
121 | <title>Contents</title>
|
---|
122 |
|
---|
123 | <segmentedlist>
|
---|
124 | <segtitle>Installed Program</segtitle>
|
---|
125 | <segtitle>Installed Libraries</segtitle>
|
---|
126 | <segtitle>Installed Directories</segtitle>
|
---|
127 |
|
---|
128 | <seglistitem>
|
---|
129 | <seg>melt</seg>
|
---|
130 | <seg>libmlt.so,
|
---|
131 | libmlt++.so, and
|
---|
132 | over twenty plugins</seg>
|
---|
133 | <seg>/usr/include/mlt,
|
---|
134 | /usr/include/mlt++,
|
---|
135 | /usr/lib/mlt, and
|
---|
136 | /usr/share/mlt
|
---|
137 | </seg>
|
---|
138 | </seglistitem>
|
---|
139 | </segmentedlist>
|
---|
140 |
|
---|
141 | <variablelist>
|
---|
142 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
143 | <?dbfo list-presentation="list"?>
|
---|
144 | <?dbhtml list-presentation="table"?>
|
---|
145 |
|
---|
146 | <varlistentry id="melt">
|
---|
147 | <term><command>melt</command></term>
|
---|
148 | <listitem>
|
---|
149 | <para>is a test tool for MLT.</para>
|
---|
150 | <indexterm zone="mlt melt">
|
---|
151 | <primary sortas="b-melt">melt</primary>
|
---|
152 | </indexterm>
|
---|
153 | </listitem>
|
---|
154 | </varlistentry>
|
---|
155 |
|
---|
156 | </variablelist>
|
---|
157 |
|
---|
158 | </sect2>
|
---|
159 |
|
---|
160 | </sect1>
|
---|