source: multimedia/libdriv/mlt.xml@ dee8484

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since dee8484 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.0 KB
Line 
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 "63e863f7653c098ece96ac8f6785fd38">
10 <!ENTITY mlt-size "1.4 MB">
11 <!ENTITY mlt-buildsize "26 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
19 <title>MLT-&mlt-version;</title>
20
21 <indexterm zone="mlt">
22 <primary sortas="a-mlt">MLT</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to MLT</title>
27
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>
35
36 &lfs112_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&mlt-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&mlt-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &mlt-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &mlt-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &mlt-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &mlt-time;
68 </para>
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
77 <xref linkend='qt5'/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para>
82 <xref linkend='doxygen'/>,
83 <xref linkend='fftw'/>,
84 <xref linkend="libexif"/>,
85 <xref linkend="sdl"/>,
86 <xref linkend="sdl2"/>,
87 <ulink url="http://jackaudio.org">JACK</ulink>,
88 <ulink url="http://www.ipswitch.com/moveit/">MOVEit</ulink>,
89 <ulink url="http://sox.sourceforge.net/">SoX</ulink>, and
90 <ulink url="http://public.hronopik.de/vid.stab/">vid.stab</ulink>
91
92 </para>
93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/mlt"/></para>
96
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of MLT</title>
101
102 <para>
103 Install <application>MLT</application> by running the following commands:
104 </para>
105
106<screen><userinput>mkdir build &amp;&amp;
107cd build &amp;&amp;
108
109cmake -DCMAKE_INSTALL_PREFIX=/usr \
110 -DCMAKE_BUILD_TYPE=Release \
111 -Wno-dev .. &amp;&amp;
112
113make</userinput></screen>
114
115 <para>
116 This package does not come with a test suite. However a test .mp4
117 file can be played in a local graphical environment with
118 <command>./src/melt/melt &lt;filename&gt;.mp4</command>.
119 </para>
120
121 <note>
122 <para>
123 This application uses advanced graphical capabilities. In
124 some cases, firmware for your specific graphics adaptor may be needed.
125 See <xref linkend="video-firmware"/> for more information.
126 </para>
127 </note>
128
129 <para>
130 Now, as the <systemitem class="username">root</systemitem> user:
131 </para>
132
133<screen role="root"><userinput>make install</userinput></screen>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Program</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>melt-7 and
147 melt (symlink to melt-7)</seg>
148 <seg>libmlt-7.so,
149 libmlt++-7.so, and
150 over twenty plugins</seg>
151 <seg>/usr/include/mlt-7,
152 <!-- Now in /usr/include/mlt-7, it seems
153 /usr/include/melt-7/mlt++,
154 /usr/include/melt-7/framework,-->
155 /usr/lib/mlt-7,
156 /usr/lib/cmake/Mlt7, and
157 /usr/share/mlt-7
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="melt">
168 <term><command>melt</command></term>
169 <listitem>
170 <para>
171 is a test tool for MLT
172 </para>
173 <indexterm zone="mlt melt">
174 <primary sortas="b-melt">melt</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 </variablelist>
180
181 </sect2>
182
183</sect1>
Note: See TracBrowser for help on using the repository browser.