source: multimedia/libdriv/mlt.xml@ 9c3f73f

lazarus trunk
Last change on this file since 9c3f73f was 49a84f0b, checked in by Bruce Dubbs <bdubbs@…>, 4 months ago

Tag most of multimedia (kwave remains)

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