source: multimedia/libdriv/mlt.xml@ 2eeb8695

10.0 10.1 11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2eeb8695 was 2eeb8695, checked in by Pierre Labastie <pieere@…>, 4 years ago

Format multimedia chapter

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

  • 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 "90a7fd10374dbf2b9d33ec3fbad18f2f">
10 <!ENTITY mlt-size "1.4 MB">
11 <!ENTITY mlt-buildsize "39 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 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>MLT-&mlt-version;</title>
24
25 <indexterm zone="mlt">
26 <primary sortas="a-mlt">MLT</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to MLT</title>
31
32 <para>
33 <application>MLT</application> package is the Media Lovin Toolkit.
34 It is an open source multimedia framework, designed and developed for
35 television broadcasting. It provides a toolkit for broadcasters, video
36 editors, media players, transcoders, web streamers and many more types of
37 applications.
38 </para>
39
40 &lfs91_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&mlt-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&mlt-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &mlt-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &mlt-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &mlt-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &mlt-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">MLT Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para>
80 <xref linkend='frei0r'/> and
81 <xref linkend='qt5'/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para>
86 <xref linkend='doxygen'/>,
87 <xref linkend='fftw'/>,
88 <xref linkend="libexif"/>,
89 <xref linkend="sdl"/>,
90 <ulink url="http://jackaudio.org">JACK</ulink>,
91 <ulink url="http://www.ipswitchft.com/moveit-managed-file-transfer/">MOVEit</ulink>,
92 <ulink url="http://sox.sourceforge.net/">SoX</ulink>,
93 <ulink url="https://github.com/mltframework/swfdec">Swfdec</ulink>, and
94 <ulink url="http://public.hronopik.de/vid.stab/">vid.stab</ulink>
95
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/mlt"/></para>
100
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of MLT</title>
105
106 <para>
107 Install <application>MLT</application> by running the following commands:
108 </para>
109
110<screen><userinput>./configure --prefix=/usr \
111 --enable-gpl \
112 --enable-gpl3 \
113 --enable-opengl \
114 --disable-gtk2 &amp;&amp;
115make</userinput></screen>
116
117 <para>
118 This package does not come with a test suite. However a test .mp4
119 file can be played in a local graphical environment with
120 <command>./src/melt/melt &lt;filename&gt;.mp4</command>.
121 </para>
122
123 <note>
124 <para>
125 This application uses advanced graphical capabilites. In
126 some cases, firmware for your specific graphics adaptor may be needed.
127 See <xref linkend="video-firmware"/> for more information.
128 </para>
129 </note>
130
131 <para>
132 Now, as the <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>make install</userinput></screen>
136
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Program</segtitle>
144 <segtitle>Installed Libraries</segtitle>
145 <segtitle>Installed Directories</segtitle>
146
147 <seglistitem>
148 <seg>melt</seg>
149 <seg>libmlt.so,
150 libmlt++.so, and
151 over twenty plugins</seg>
152 <seg>/usr/include/mlt,
153 /usr/include/mlt++,
154 /usr/lib/mlt, and
155 /usr/share/mlt
156 </seg>
157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="melt">
166 <term><command>melt</command></term>
167 <listitem>
168 <para>
169 is a test tool for MLT.
170 </para>
171 <indexterm zone="mlt melt">
172 <primary sortas="b-melt">melt</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 </variablelist>
178
179 </sect2>
180
181</sect1>
Note: See TracBrowser for help on using the repository browser.