mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
ff769b8c61
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3656 af4574ff-66df-0310-9fd7-8a98e5e911e0
114 lines
3.7 KiB
XML
114 lines
3.7 KiB
XML
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/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-md5sum "7adfc9c0beea2134575137f2e0d2ef11">
|
|
<!ENTITY libmpeg3-size "612 KB">
|
|
<!ENTITY libmpeg3-buildsize "5.7 MB">
|
|
<!ENTITY libmpeg3-time "0.12 SBU">
|
|
]>
|
|
|
|
<sect1 id="libmpeg3" xreflabel="libmpeg3-&libmpeg3-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="libmpeg3.html"?>
|
|
<title><application>libmpeg3</application>-&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 MD5 sum: &libmpeg3-md5sum;</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>Additional downloads</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Required Patch: <ulink
|
|
url="&patch-root;/libmpeg3-&libmpeg3-version;-gcc34-1.patch"/></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>patch -Np1 -i ../libmpeg3-&libmpeg3-version;-gcc34-1.patch &&
|
|
make &&
|
|
make install &&
|
|
cp i686/libmpeg3.a /usr/lib &&
|
|
cp {libmpeg3,mpeg3private,mpeg3protos}.h /usr/include</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><command>cp i686/libmpeg3.a /usr/lib && cp
|
|
{libmpeg3,mpeg3private,mpeg3protos}.h /usr/include</command>: Since
|
|
<command>make install</command> doesn't copy the library and header files to
|
|
proper locations, it is done manually.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>libmpeg3</application> package provides the
|
|
<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>
|