source: multimedia/libdriv/libmpeg3.xml@ d557417

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 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 d557417 was 9aa1897, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to MPlayer-1.0pre6

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

  • Property mode set to 100644
File size: 3.7 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY libmpeg3-download-http "http://prdownloads.sourceforge.net/heroines/libmpeg3-&libmpeg3-version;-src.tar.bz2">
7 <!ENTITY libmpeg3-download-ftp " ">
8 <!ENTITY libmpeg3-size "612 KB">
9 <!ENTITY libmpeg3-buildsize "5.7 MB">
10 <!ENTITY libmpeg3-time "0.12 SBU">
11]>
12
13<sect1 id="libmpeg3" xreflabel="libmpeg3-&libmpeg3-version;">
14<sect1info>
15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
17</sect1info>
18<?dbhtml filename="libmpeg3.html"?>
19<title><application>libmpeg3</application>-&libmpeg3-version;</title>
20
21<sect2>
22<title>Introduction to <application>libmpeg3</application></title>
23
24<para><application>Libmpeg3</application> supports advanced editing and
25manipulation of <acronym>MPEG</acronym> streams.</para>
26
27<sect3><title>Package information</title>
28<itemizedlist spacing='compact'>
29<listitem><para>Download (HTTP):
30<ulink url="&libmpeg3-download-http;"/></para></listitem>
31<listitem><para>Download (FTP):
32<ulink url="&libmpeg3-download-ftp;"/></para></listitem>
33<listitem><para>Download size: &libmpeg3-size;</para></listitem>
34<listitem><para>Estimated disk space required:
35&libmpeg3-buildsize;</para></listitem>
36<listitem><para>Estimated build time:
37&libmpeg3-time;</para></listitem></itemizedlist>
38</sect3>
39
40<sect3><title>Additional downloads</title>
41<itemizedlist spacing='compact'>
42<listitem><para>Required Patch (if compiled using
43<application><acronym>GCC</acronym></application>-3.4.x): <ulink
44url="&patch-root;/libmpeg3-&libmpeg3-version;-gcc34-1.patch"/></para>
45</listitem></itemizedlist>
46</sect3>
47
48<sect3><title><application>libmpeg3</application> dependencies</title>
49<sect4><title>Required</title>
50<para><xref linkend="NASM"/></para>
51</sect4>
52</sect3>
53
54</sect2>
55
56<sect2>
57<title>Installation of <application>libmpeg3</application></title>
58
59<para>Install <application>libmpeg3</application> by running the following
60commands:</para>
61
62<screen><userinput><command>patch -Np1 -i ../libmpeg3-&libmpeg3-version;-gcc34-1.patch &amp;&amp;
63make &amp;&amp;
64make install &amp;&amp;
65cp i686/libmpeg3.a /usr/lib &amp;&amp;
66cp {libmpeg3,mpeg3private,mpeg3protos}.h /usr/include</command></userinput></screen>
67
68</sect2>
69
70<sect2>
71<title>Command explanations</title>
72
73<para><command>cp i686/libmpeg3.a /usr/lib &amp;&amp; cp
74{libmpeg3,mpeg3private,mpeg3protos}.h /usr/include</command>: Since
75<command>make install</command> doesn't copy the library and header files to
76proper locations, it is done manually.</para>
77
78</sect2>
79
80<sect2>
81<title>Contents</title>
82
83<para>The <application>libmpeg3</application> package provides the
84<filename class="libraryfile">libmpeg3</filename> library,
85<command>mpeg3cat</command>, <command>mpeg3dump</command>
86and <command>mpeg3toc</command> utilities.</para>
87
88</sect2>
89
90<sect2><title>Description</title>
91
92<sect3><title>libmpeg3</title>
93<para><filename class="libraryfile">libmpeg3</filename> decodes several
94<acronym>MPEG</acronym> standards into uncompressed data
95suitable for editing and playback.</para></sect3>
96
97<sect3><title>mpeg3cat</title>
98<para><command>mpeg3cat</command> concatenates elementary streams or
99demultiplexes a program stream (separates components of the stream).</para>
100</sect3>
101
102<sect3><title>mpeg3dump</title>
103<para><command>mpeg3dump</command> dumps information or extracts audio
104to a 24 bit <acronym>PCM</acronym> file.</para></sect3>
105
106<sect3><title>mpeg3toc</title>
107<para><command>mpeg3toc</command> creates a table of contents for a
108<acronym>DVD</acronym> or <acronym>MPEG</acronym> stream.</para></sect3>
109
110</sect2>
111
112</sect1>
Note: See TracBrowser for help on using the repository browser.