source: multimedia/libdriv/libmpeg3.xml@ a0f03b0

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 a0f03b0 was a0f03b0, checked in by Archaic <archaic@…>, 20 years ago

Inserting sect1info

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

  • Property mode set to 100644
File size: 3.2 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>libmpeg3-&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): <ulink url="&libmpeg3-download-http;"/></para></listitem>
30<listitem><para>Download (FTP): <ulink url="&libmpeg3-download-ftp;"/></para></listitem>
31<listitem><para>Download size: &libmpeg3-size;</para></listitem>
32<listitem><para>Estimated Disk space required: &libmpeg3-buildsize;</para></listitem>
33<listitem><para>Estimated build time: &libmpeg3-time;</para></listitem></itemizedlist>
34</sect3>
35
36<sect3><title><application>libmpeg3</application> dependencies</title>
37<sect4><title>Required</title>
38<para><xref linkend="NASM"/></para></sect4>
39</sect3>
40
41</sect2>
42
43<sect2>
44<title>Installation of <application>libmpeg3</application></title>
45
46<para>Install <application>libmpeg3</application> by running the following
47commands:</para>
48
49<screen><userinput><command>make &amp;&amp;
50make install &amp;&amp;
51cp i686/libmpeg3.a /usr/lib &amp;&amp;
52cp {libmpeg3,mpeg3private,mpeg3protos}.h /usr/include</command></userinput></screen>
53
54</sect2>
55
56<sect2>
57<title>Command explanations</title>
58
59<para><command>cp i686/libmpeg3.a /usr/lib &amp;&amp; cp
60{libmpeg3,mpeg3private,mpeg3protos}.h /usr/include</command>: Since make install
61doesn't copy the library and header files to proper locations,
62we have to do it manually.</para>
63
64</sect2>
65
66<sect2>
67<title>Contents</title>
68
69<para>The <application>libmpeg3</application> package provides <filename
70class="libraryfile">libmpeg3</filename> library,
71<command>mpeg3cat</command>, <command>mpeg3dump</command>
72and <command>mpeg3toc</command> utilities.</para>
73
74</sect2>
75
76<sect2><title>Description</title>
77
78<sect3><title>libmpeg3</title>
79<para><filename class="libraryfile">libmpeg3</filename> decodes several
80<acronym>MPEG</acronym> standards into uncompressed data
81suitable for editing and playback.</para></sect3>
82
83<sect3><title>mpeg3cat</title>
84<para><command>mpeg3cat</command> concatenates elementary streams or
85demultiplexes a program stream (separates components of the stream).</para></sect3>
86
87<sect3><title>mpeg3dump</title>
88<para><command>mpeg3dump</command> dumps information or extracts audio
89to a 24 bit <acronym>PCM</acronym> file.</para></sect3>
90
91<sect3><title>mpeg3toc</title>
92<para><command>mpeg3toc</command> creates a table of contents for a
93<acronym>DVD</acronym> or <acronym>MPEG</acronym> stream.</para></sect3>
94
95</sect2>
96
97</sect1>
Note: See TracBrowser for help on using the repository browser.