source: multimedia/libdriv/libquicktime.xml@ 7aa678d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7aa678d was 7aa678d, checked in by Alexander E. Patrakov <alexander@…>, 16 years ago

Added FAAD2

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

  • Property mode set to 100644
File size: 9.7 KB
RevLine 
[ed7e39b0]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[ed7e39b0]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[15b3bc29]7 <!ENTITY libquicktime-download-http "http://downloads.sourceforge.net/libquicktime/libquicktime-&libquicktime-version;.tar.gz">
[fb2e525]8 <!ENTITY libquicktime-download-ftp "&gentoo-ftp-repo;/libquicktime-&libquicktime-version;.tar.gz">
[e44819d]9 <!ENTITY libquicktime-md5sum "2f609e3ef5e760f44022f6c4b66d6a01">
10 <!ENTITY libquicktime-size "998 KB">
11 <!ENTITY libquicktime-buildsize "17 MB">
12 <!ENTITY libquicktime-time "0.7 SBU (includes building all codec modules)">
[ed7e39b0]13]>
14
15<sect1 id="libquicktime" xreflabel="libquicktime-&libquicktime-version;">
16 <?dbhtml filename="libquicktime.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libquicktime-&libquicktime-version;</title>
24
25 <indexterm zone="libquicktime">
26 <primary sortas="a-libquicktime">libquicktime</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libquicktime</title>
31
32 <para>The <application>libquicktime</application> package contains the
33 <filename class='libraryfile'>libquicktime</filename> library, various
34 plugins and codecs, along with graphical and command line utilities used
35 for encoding and decoding Quicktime files. This is useful for reading and
[4bed342]36 writing files in the Quicktime format. The goal of the project is to
37 enhance, while providing compatibility with, the
38 <application>Quicktime 4 Linux</application> library.</para>
[ed7e39b0]39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&libquicktime-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&libquicktime-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &libquicktime-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &libquicktime-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &libquicktime-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &libquicktime-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">libquicktime Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Optional</bridgehead>
65 <para role="optional"><xref linkend="pkgconfig"/>,
66 <xref linkend="libpng"/>,
67 <xref linkend="libjpeg"/>,
68 <xref linkend="x-window-system"/>,
69 <xref linkend="gtk2"/>,
70 <xref linkend="alsa"/>,
71 <xref linkend="libvorbis"/>,
72 <xref linkend="lame"/>,
73 <xref linkend="libdv"/>,
[e44819d]74 <xref linkend="ffmpeg"/>,
[4bed342]75 <ulink url="http://developers.videolan.org/x264.html">x264</ulink>,
[e44819d]76 <ulink url="http://sourceforge.net/projects/faac">FAAC</ulink>, and
[7aa678d]77 <xref linkend="faad2"/>.</para>
[ed7e39b0]78
79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/libquicktime"/></para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of libquicktime</title>
86
87 <para>Install <application>libquicktime</application> by running the
88 following commands:</para>
89
90<screen><userinput>./configure --prefix=/usr &amp;&amp;
91make</userinput></screen>
92
93 <para>If you have <xref linkend="doxygen"/> installed and wish to create
94 the API documentation, issue: <command>doxygen</command>.</para>
95
96 <para>This package does not come with a test suite.</para>
97
98 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
99
100<screen role="root"><userinput>make install &amp;&amp;
[e44819d]101install -v -m755 -d /usr/share/doc/libquicktime-&libquicktime-version; &amp;&amp;
102install -v -m644 README doc/{*.txt,*.html,mainpage.incl} \
103 /usr/share/doc/libquicktime-&libquicktime-version;</userinput></screen>
[ed7e39b0]104
105 <para>If you created the API documentation, install it by issuing the
[e44819d]106 following commands as the <systemitem class="username">root</systemitem>
[ed7e39b0]107 user:</para>
108
[e44819d]109<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libquicktime-&libquicktime-version;/api &amp;&amp;
110install -v -m644 doc/html/* \
111 /usr/share/doc/libquicktime-&libquicktime-version;/api</userinput></screen>
[ed7e39b0]112
113 </sect2>
114
[e44819d]115 <!-- <sect2 role="commands">
[4bed342]116 <title>Command Explanations</title>
[864b24de]117
[e44819d]118 <para><option>-with-avcodec=<replaceable>&lt;DIRECTORY
[4bed342]119 NAME&gt;</replaceable></option>:
120 This option can be used to force <application>libquicktime</application> to
121 use a specified version of <application>FFmpeg</application> to build the
122 <application>FFmpeg</application> plugin module.
123 <emphasis role='strong'>Tip:</emphasis> build FFmpeg (don't use
[e44819d]124 <option>-enable-shared</option>) and install it in a private directory.
[4bed342]125 Then build <application>libquicktime</application>, substituting the
126 private directory name for <replaceable>&lt;DIRECTORY
127 NAME&gt;</replaceable>. You can now safely remove
128 <replaceable>&lt;DIRECTORY_NAME&gt;</replaceable>, as the
129 <application>FFmpeg</application>
130 <filename class='libraryfile'>libavcodec</filename> library was statically
131 linked into the <application>libquicktime</application>
132 <application>FFmpeg</application> module.</para>
133
[e44819d]134 </sect2> -->
[4bed342]135
[ed7e39b0]136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directories</segtitle>
143
144 <seglistitem>
145 <seg>libquicktime_config, lqt-config, lqt_transcode, lqtplay,
[e44819d]146 qt2text, qtdechunk, qtdump, qtinfo, qtrechunk, qtstreamize and
147 qtyuv4toyuv</seg>
[ed7e39b0]148 <seg>libquicktime.so and several plugin codec libraries</seg>
[4bed342]149 <seg>/usr/include/lqt, /usr/lib/libquicktime and
[ed7e39b0]150 /usr/share/doc/libquicktime-&libquicktime-version;</seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="libquicktime_config">
160 <term><command>libquicktime_config</command></term>
161 <listitem>
162 <para>is a graphical front end to examine and configure the
163 available <application>libquicktime</application> audio and
164 video codecs.</para>
165 <indexterm zone="libquicktime libquicktime_config">
166 <primary sortas="b-libquicktime_config">libquicktime_config</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="lqt-config">
172 <term><command>lqt-config</command></term>
173 <listitem>
174 <para>is a simple program used to query the
175 <application>libquicktime</application> installation settings
176 and plugin information.</para>
177 <indexterm zone="libquicktime lqt-config">
178 <primary sortas="b-lqt-config">lqt-config</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="lqt_transcode">
184 <term><command>lqt_transcode</command></term>
185 <listitem>
186 <para>is a command-line program used to encode video and/or audio
187 files from one format to another.</para>
188 <indexterm zone="libquicktime lqt_transcode">
189 <primary sortas="b-lqt_transcode">lqt_transcode</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="lqtplay">
195 <term><command>lqtplay</command></term>
196 <listitem>
197 <para>is a simple Quicktime movie player for X11.</para>
198 <indexterm zone="libquicktime lqtplay">
199 <primary sortas="b-lqtplay">lqtplay</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="qtdechunk">
205 <term><command>qtdechunk</command></term>
206 <listitem>
207 <para>can take movies containing rgb frames and write them out as
208 ppm images.</para>
209 <indexterm zone="libquicktime qtdechunk">
210 <primary sortas="b-qtdechunk">qtdechunk</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="qtrechunk">
216 <term><command>qtrechunk</command></term>
217 <listitem>
218 <para>concatenates input frames into a Quicktime movie.</para>
219 <indexterm zone="libquicktime qtrechunk">
220 <primary sortas="b-qtrechunk">qtrechunk</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="qtyuv4toyuv">
226 <term><command>qtyuv4toyuv</command></term>
227 <listitem>
228 <para>is used to write a YUV4 encoded movie as a planar YUV 4:2:0
229 file.</para>
230 <indexterm zone="libquicktime qtyuv4toyuv">
231 <primary sortas="b-qtyuv4toyuv">qtyuv4toyuv</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 <varlistentry id="libquicktime-lib">
237 <term><filename class='libraryfile'>libquicktime.so</filename></term>
238 <listitem>
239 <para>is a library for reading and writing Quicktime files. It
240 provides convenient access to Quicktime files with a variety of
241 supported codecs. The library contains new functions integrated with
242 all the original Quicktime 4 Linux library functions used to encode
243 and decode Quicktime files.</para>
244 <indexterm zone="libquicktime libquicktime-lib">
245 <primary sortas="c-libquicktime">libquicktime.so</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249
250 </variablelist>
251
252 </sect2>
253
254</sect1>
Note: See TracBrowser for help on using the repository browser.