source: multimedia/libdriv/mlt.xml@ 24f179da

12.2 gimp3 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 24f179da was fd67949, checked in by Bruce Dubbs <bdubbs@…>, 4 months ago

Update to mlt-7.24.0.

  • 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 " ">
[fd67949]9 <!ENTITY mlt-md5sum "08b3604ad071a13fd172f7a18abd610b">
[9a82914f]10 <!ENTITY mlt-size "1.6 MB">
[fd67949]11 <!ENTITY mlt-buildsize "28 MB">
12 <!ENTITY mlt-time "0.2 SBU (Using parallelism=4)">
[5cdcd74]13]>
14
15<sect1 id="mlt" xreflabel="mlt-&mlt-version;">
16 <?dbhtml filename="mlt.html"?>
17
18
[fd67949]19 <title>mlt-&mlt-version;</title>
[5cdcd74]20
21 <indexterm zone="mlt">
[fd67949]22 <primary sortas="a-mlt">mlt</primary>
[5cdcd74]23 </indexterm>
24
25 <sect2 role="package">
[fd67949]26 <title>Introduction to mlt</title>
[5cdcd74]27
[2eeb8695]28 <para>
[fd67949]29 The <application>mlt</application> package is the Media Lovin Toolkit.
[2eeb8695]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
[fd67949]72 <bridgehead renderas="sect3">mlt Dependencies</bridgehead>
[5cdcd74]73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para>
76 <xref linkend='frei0r'/> and
[fd67949]77 <xref linkend='qt6'/>
[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"/>,
[fd67949]86 &qt5-deps;,
[75b1a338]87 <ulink url="https://jackaudio.org">JACK</ulink>,
88 <ulink url="https://www.ipswitch.com/moveit/">MOVEit</ulink>,
[17aa21c]89 <ulink url="https://sox.sourceforge.net/">SoX</ulink>, and
[20b2ef3]90 <ulink url="http://public.hronopik.de/vid.stab/">vid.stab</ulink>
91
[5cdcd74]92 </para>
93
94
95 </sect2>
96
97 <sect2 role="installation">
[fd67949]98 <title>Installation of mlt</title>
[e50e45e]99
100 <para>
[fd67949]101 Install <application>mlt</application> by running the following commands:
[e50e45e]102 </para>
103
[087fbd1]104<screen><userinput>mkdir build &amp;&amp;
[8d60118]105cd build &amp;&amp;
[5cdcd74]106
[fd67949]107cmake -D CMAKE_INSTALL_PREFIX=/usr \
108 -D CMAKE_BUILD_TYPE=Release \
109 -D MOD_QT=OFF \
110 -D MOD_QT6=ON \
111 -W no-dev .. &amp;&amp;
[5cdcd74]112make</userinput></screen>
113
[2eeb8695]114 <para>
115 This package does not come with a test suite. However a test .mp4
[8558044]116 file can be played in a local graphical environment with
[fefecf2]117 <command>./out/bin/melt &lt;filename&gt;.mp4</command>.
[2eeb8695]118 </para>
[1cc5345]119
[2eeb8695]120 <note>
121 <para>
[2c87187]122 This application uses advanced graphical capabilities. In
[2eeb8695]123 some cases, firmware for your specific graphics adaptor may be needed.
124 See <xref linkend="video-firmware"/> for more information.
125 </para>
126 </note>
[1cc5345]127
[2eeb8695]128 <para>
129 Now, as the <systemitem class="username">root</systemitem> user:
130 </para>
[5cdcd74]131
132<screen role="root"><userinput>make install</userinput></screen>
133
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Program</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directories</segtitle>
143
144 <seglistitem>
[8558044]145 <seg>melt-7 and
[8d60118]146 melt (symlink to melt-7)</seg>
147 <seg>libmlt-7.so,
148 libmlt++-7.so, and
[5cdcd74]149 over twenty plugins</seg>
[8d60118]150 <seg>/usr/include/mlt-7,
151 /usr/lib/mlt-7,
152 /usr/lib/cmake/Mlt7, and
153 /usr/share/mlt-7
[5cdcd74]154 </seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="melt">
164 <term><command>melt</command></term>
165 <listitem>
[2eeb8695]166 <para>
[fd67949]167 is a test tool for mlt
[2eeb8695]168 </para>
[5cdcd74]169 <indexterm zone="mlt melt">
170 <primary sortas="b-melt">melt</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.