source: multimedia/libdriv/mlt.xml@ e6b268c

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since e6b268c was e6b268c, checked in by Bruce Dubbs <bdubbs@…>, 17 months ago

Update to mlt-7.12.0.

  • Property mode set to 100644
File size: 5.1 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 <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 &lfs112_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 &amp;&amp;
110cd build &amp;&amp;
111
112cmake -DCMAKE_INSTALL_PREFIX=/usr \
113 -DCMAKE_BUILD_TYPE=Release \
114 -Wno-dev .. &amp;&amp;
115
116make</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 &lt;filename&gt;.mp4</command>.
122 </para>
123
124 <note>
125 <para>
126 This application uses advanced graphical capabilities. 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 <!-- Now in /usr/include/mlt-7, it seems
156 /usr/include/melt-7/mlt++,
157 /usr/include/melt-7/framework,-->
158 /usr/lib/mlt-7,
159 /usr/lib/cmake/Mlt7, and
160 /usr/share/mlt-7
161 </seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="melt">
171 <term><command>melt</command></term>
172 <listitem>
173 <para>
174 is a test tool for MLT
175 </para>
176 <indexterm zone="mlt melt">
177 <primary sortas="b-melt">melt</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 </variablelist>
183
184 </sect2>
185
186</sect1>
Note: See TracBrowser for help on using the repository browser.