glfs/multimedia/libdriv/libmpeg3.xml
Bruce Dubbs 48b72950fe XML update for Chapter 37
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2314 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-06-13 23:30:44 +00:00

94 lines
3.2 KiB
XML

<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libmpeg3-download-http "http://prdownloads.sourceforge.net/heroines/libmpeg3-&libmpeg3-version;-src.tar.bz2">
<!ENTITY libmpeg3-download-ftp " ">
<!ENTITY libmpeg3-size "612 KB">
<!ENTITY libmpeg3-buildsize "5.7 MB">
<!ENTITY libmpeg3-time "0.12 SBU">
]>
<sect1 id="libmpeg3" xreflabel="libmpeg3-&libmpeg3-version;">
<?dbhtml filename="libmpeg3.html"?>
<title>libmpeg3-&libmpeg3-version;</title>
<sect2>
<title>Introduction to <application>libmpeg3</application></title>
<para><application>Libmpeg3</application> supports advanced editing and
manipulation of <acronym>MPEG</acronym> streams.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink url="&libmpeg3-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink url="&libmpeg3-download-ftp;"/></para></listitem>
<listitem><para>Download size: &libmpeg3-size;</para></listitem>
<listitem><para>Estimated Disk space required: &libmpeg3-buildsize;</para></listitem>
<listitem><para>Estimated build time: &libmpeg3-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>libmpeg3</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="NASM"/></para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>libmpeg3</application></title>
<para>Install <application>libmpeg3</application> by running the following
commands:</para>
<screen><userinput><command>make &amp;&amp;
make install &amp;&amp;
cp i686/libmpeg3.a /usr/lib &amp;&amp;
cp {libmpeg3,mpeg3private,mpeg3protos}.h /usr/include</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><command>cp i686/libmpeg3.a /usr/lib &amp;&amp; cp
{libmpeg3,mpeg3private,mpeg3protos}.h /usr/include</command>: Since make install
doesn't copy the library and header files to proper locations,
we have to do it manually.</para>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>libmpeg3</application> package provides <filename
class="libraryfile">libmpeg3</filename> library,
<command>mpeg3cat</command>, <command>mpeg3dump</command>
and <command>mpeg3toc</command> utilities.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>libmpeg3</title>
<para><filename class="libraryfile">libmpeg3</filename> decodes several
<acronym>MPEG</acronym> standards into uncompressed data
suitable for editing and playback.</para></sect3>
<sect3><title>mpeg3cat</title>
<para><command>mpeg3cat</command> concatenates elementary streams or
demultiplexes a program stream (separates components of the stream).</para></sect3>
<sect3><title>mpeg3dump</title>
<para><command>mpeg3dump</command> dumps information or extracts audio
to a 24 bit <acronym>PCM</acronym> file.</para></sect3>
<sect3><title>mpeg3toc</title>
<para><command>mpeg3toc</command> creates a table of contents for a
<acronym>DVD</acronym> or <acronym>MPEG</acronym> stream.</para></sect3>
</sect2>
</sect1>