2005-05-12 03:33:30 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-14 07:30:44 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
2005-02-14 13:28:45 +08:00
|
|
|
|
2008-10-13 22:49:44 +08:00
|
|
|
<!ENTITY openquicktime-download-http "&sourceforge-repo;/openquicktime/openquicktime-&openquicktime-version;-src.tgz">
|
2004-06-14 07:30:44 +08:00
|
|
|
<!ENTITY openquicktime-download-ftp " ">
|
2005-02-14 13:28:45 +08:00
|
|
|
<!ENTITY openquicktime-md5sum "f90bc78b8632c6c254cddf70b4726644">
|
2004-06-14 07:30:44 +08:00
|
|
|
<!ENTITY openquicktime-size "313 KB">
|
|
|
|
<!ENTITY openquicktime-buildsize "8.6 MB">
|
|
|
|
<!ENTITY openquicktime-time "0.11 SBU">
|
|
|
|
]>
|
|
|
|
|
2003-09-12 03:44:39 +08:00
|
|
|
<sect1 id="openquicktime" xreflabel="OpenQuicktime-&openquicktime-version;">
|
2005-05-12 03:33:30 +08:00
|
|
|
<?dbhtml filename="openquicktime.html"?>
|
|
|
|
|
|
|
|
|
|
|
|
<title>OpenQuicktime-&openquicktime-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="openquicktime">
|
|
|
|
<primary sortas="a-OpenQuicktime">OpenQuicktime</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to OpenQuicktime</title>
|
|
|
|
|
2005-05-31 05:53:21 +08:00
|
|
|
<para><application>OpenQuicktime</application> is a small library that handles
|
|
|
|
the Quicktime file format on most varieties of Unix. Audio and video decoding
|
2005-05-12 03:33:30 +08:00
|
|
|
and encoding is provided using a plug-in mechanism.</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&openquicktime-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&openquicktime-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &openquicktime-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &openquicktime-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &openquicktime-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &openquicktime-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
|
|
<listitem>
|
2005-05-31 05:53:21 +08:00
|
|
|
<para>Required patch: <ulink
|
2005-05-12 03:33:30 +08:00
|
|
|
url="&patch-root;/openquicktime-&openquicktime-version;-gcc34-1.patch"></ulink></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Optional CODEC: <ulink
|
|
|
|
url="http://www.openquicktime.org/codecs.php"/></para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">OpenQuicktime Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
2005-12-06 20:13:47 +08:00
|
|
|
<para role="required"><xref linkend="GLib"/></para>
|
2005-05-12 03:33:30 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2005-12-06 20:13:47 +08:00
|
|
|
<para role="optional"><xref linkend="libjpeg"/></para>
|
2005-05-12 03:33:30 +08:00
|
|
|
|
2006-04-11 02:37:19 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/openquicktime"/></para>
|
|
|
|
|
2005-05-12 03:33:30 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of OpenQuicktime</title>
|
|
|
|
|
|
|
|
<para>Install <application>OpenQuicktime</application> by running the
|
|
|
|
following commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput>patch -Np1 -i ../openquicktime-&openquicktime-version;-gcc34-1.patch &&
|
2004-08-16 08:22:10 +08:00
|
|
|
./configure --prefix=/usr &&
|
2005-06-16 00:42:40 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
2005-06-16 04:09:57 +08:00
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
|
2005-06-16 00:42:40 +08:00
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
2005-05-12 03:33:30 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Library</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>dechunk, make_streamable, qtdump, qtinfo, and recover</seg>
|
2005-11-30 03:07:13 +08:00
|
|
|
<seg>libopenquicktime.so, quicktime_codec_ms.so,
|
2005-06-16 04:09:57 +08:00
|
|
|
quicktime_codec_jpeg.so and quicktime_codec_.mp3.so </seg>
|
|
|
|
<seg>/usr/include/openquicktime</seg>
|
2005-05-12 03:33:30 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="dechunk">
|
|
|
|
<term><command>dechunk</command></term>
|
|
|
|
<listitem>
|
2005-05-31 05:53:21 +08:00
|
|
|
<para>extracts RGB frames from a movie and writes them as
|
2005-05-12 03:33:30 +08:00
|
|
|
PPM images.</para>
|
|
|
|
<indexterm zone="openquicktime dechunk">
|
|
|
|
<primary sortas="b-dechunk">dechunk</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="make_streamable">
|
|
|
|
<term><command>make_streamable</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>this program makes the Quicktime file streamable.</para>
|
|
|
|
<indexterm zone="openquicktime make_streamable">
|
|
|
|
<primary sortas="b-make_streamable">make_streamable</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="qtdump">
|
|
|
|
<term><command>qtdump</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>dumps all tables in a movie.</para>
|
|
|
|
<indexterm zone="openquicktime qtdump">
|
|
|
|
<primary sortas="b-qtdump">qtdump</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="qtinfo">
|
|
|
|
<term><command>qtinfo</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>reads all the information about the file.</para>
|
|
|
|
<indexterm zone="openquicktime qtinfo">
|
|
|
|
<primary sortas="b-qtinfo">qtinfo</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="recover">
|
|
|
|
<term><command>recover</command></term>
|
|
|
|
<listitem>
|
2005-05-31 05:53:21 +08:00
|
|
|
<para>this program recovers JPEG and PCM audio from a
|
2005-05-12 03:33:30 +08:00
|
|
|
corrupted movie.</para>
|
|
|
|
<indexterm zone="openquicktime recover">
|
|
|
|
<primary sortas="b-recover">recover</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="libopenquicktime">
|
2006-04-11 02:37:19 +08:00
|
|
|
<term><filename class='libraryfile'>libopenquicktime.{so,a}</filename></term>
|
2005-05-12 03:33:30 +08:00
|
|
|
<listitem>
|
|
|
|
<para>this is the core library.</para>
|
|
|
|
<indexterm zone="openquicktime libopenquicktime">
|
2006-04-11 02:37:19 +08:00
|
|
|
<primary sortas="c-libopenquicktime">libopenquicktime.{so,a}</primary>
|
2005-05-12 03:33:30 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
2003-09-12 03:44:39 +08:00
|
|
|
|
|
|
|
</sect1>
|