source: multimedia/libdriv/mlt.xml@ 3049e2e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3049e2e was 3049e2e, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to pycryptodome-3.9.3 (Python module).
Update to totem-pl-parser-3.26.4.
Update to mlt-6.18.0.
Update to highlight-3.54.
Update to thunderbird-68.2.2.
Update to thunar-1.8.11.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22380 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.8 KB
RevLine 
[5cdcd74]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
[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 " ">
[3049e2e]9 <!ENTITY mlt-md5sum "5b21f29883db6580987c58bda8b2b927">
[605c369]10 <!ENTITY mlt-size "1.4 MB">
[3049e2e]11 <!ENTITY mlt-buildsize "39 MB">
[178639f]12 <!ENTITY mlt-time "0.5 SBU">
[5cdcd74]13]>
14
15<sect1 id="mlt" xreflabel="mlt-&mlt-version;">
16 <?dbhtml filename="mlt.html"?>
17
18 <sect1info>
[d027410]19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[5cdcd74]21 </sect1info>
22
23 <title>MLT-&mlt-version;</title>
24
25 <indexterm zone="mlt">
[da5687e]26 <primary sortas="a-mlt">MLT</primary>
[5cdcd74]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
[2320f68b]38 &lfs90_checked;
[5cdcd74]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'/>,
[0e6052db]73 <xref linkend='fftw'/>,
[5cdcd74]74 <xref linkend="libexif"/>,
75 <xref linkend="sdl"/>,
76 <ulink url="http://jackaudio.org">JACK</ulink>,
[f3429309]77 <ulink url="http://www.ipswitchft.com/moveit-managed-file-transfer/">MOVEit</ulink>,
[20b2ef3]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
[5cdcd74]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
[4e0a40f]95<screen><userinput>./configure --prefix=/usr \
96 --enable-gpl \
97 --enable-gpl3 \
98 --enable-opengl \
99 --disable-gtk2 &amp;&amp;
[5cdcd74]100make</userinput></screen>
101
[1cc5345]102 <para>This package does not come with a test suite. However a test .mp4
103 file can be played in a local graphical environment with
104 <userinput>./src/melt/melt &lt;filename&gt;.mp4</userinput>.</para>
105
106 <note><para>This application uses advanced graphical capabilites. In
107 some cases, firmware for your specific graphics adaptor may be needed.
108 See <xref linkend="video-firmware"/> for more information.</para></note>
109
[5cdcd74]110 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Program</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directories</segtitle>
123
124 <seglistitem>
125 <seg>melt</seg>
126 <seg>libmlt.so,
127 libmlt++.so, and
128 over twenty plugins</seg>
129 <seg>/usr/include/mlt,
130 /usr/include/mlt++,
131 /usr/lib/mlt, and
132 /usr/share/mlt
133 </seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="melt">
143 <term><command>melt</command></term>
144 <listitem>
145 <para>is a test tool for MLT.</para>
146 <indexterm zone="mlt melt">
147 <primary sortas="b-melt">melt</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 </variablelist>
153
154 </sect2>
155
156</sect1>
Note: See TracBrowser for help on using the repository browser.