LibMPEG3-1.6

Introduction to LibMPEG3

LibMPEG3 supports advanced editing and manipulation of MPEG streams.

Package Information

Additional Downloads

LibMPEG3 Dependencies

Required

NASM-0.98.39

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libmpeg3

Installation of LibMPEG3

Install LibMPEG3 by running the following commands:

patch -Np1 -i ../libmpeg3-1.6-blfs_install-1.patch &&
./configure &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

patch -Np1 -i ...: The patch modifies the Makefile so that everything is installed with the make install command instead of just the executables being installed and manual commands used to install the library, interface headers and documentation.

./configure: This is not a typical Autotools script. It is only used to check for the availability of the NASM compiler.

Contents

Installed Programs: mpeg3cat, mpeg3dump, mpeg3peek and mpeg3toc
Installed Library: libmpeg3.a
Installed Directory: /usr/share/doc/libmpeg3-1.6

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.

mpeg3peek

prints the byte offset of a given frame. It only works for video and requires a table of contents.

mpeg3toc

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

libmpeg3.a

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

Last updated on 2007-01-15 17:25:53 -0600