libmpeg3-1.5.4

Introduction to libmpeg3

Libmpeg3 supports advanced editing and manipulation of MPEG streams.

Package information

libmpeg3 dependencies

Required

NASM-0.98.38

Installation of libmpeg3

Install libmpeg3 by running the following commands:

patch -Np1 -i ../libmpeg3-1.5.4-gcc34-1.patch &&
make &&
make install &&
cp i686/libmpeg3.a /usr/lib &&
cp {libmpeg3,mpeg3private,mpeg3protos}.h /usr/include

Command explanations

cp i686/libmpeg3.a /usr/lib && cp {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

The libmpeg3 package provides the libmpeg3 library, mpeg3cat, mpeg3dump and mpeg3toc utilities.

Description

libmpeg3

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

mpeg3cat

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

mpeg3dump

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

mpeg3toc

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

Last updated on 2005-02-13 22:28:45 -0700