Libmpeg3-1.5.4

Introduction to Libmpeg3

Libmpeg3 supports advanced editing and manipulation of MPEG streams.

Package Information

Additional Downloads

Libmpeg3 Dependencies

Required

NASM-0.98.39

Installation of Libmpeg3

Install libmpeg3 by running the following commands:

patch -Np1 -i ../libmpeg3-1.5.4-gcc34-1.patch &&
make

This package does not come with a test suite.

Now, as the root user:

make install &&
cp -v i686/libmpeg3.a /usr/lib &&
cp -v {libmpeg3,mpeg3private,mpeg3protos}.h /usr/include

Command Explanations

cp -v i686/libmpeg3.a /usr/lib && cp -v {libmpeg3,mpeg3private,mpeg3protos}.h /usr/include: Since make install doesn't copy the library and header files to proper locations, it is done manually.

Contents

Installed Programs: mpeg3cat, mpeg3dump, and mpeg3toc
Installed Library: libmpeg3.[so,a]
Installed Directories: None

Short Descriptions

mpeg3cat

concatenates elementary streams or demultiplexes a program stream (separates components of the stream).

mpeg3dump

dumps information or extracts audio to a 24 bit PCM file.

mpeg3toc

creates a table of contents for a DVD or MPEG stream.

libmpeg3.[so,a]

decodes several MPEG standards into uncompressed data suitable for editing and playback.

Last updated on 2005-08-01 13:29:19 -0600