libMPEG3-1.8

Introduction to libMPEG3

libMPEG3 supports advanced editing and manipulation of MPEG streams.

This package is known to build and work properly using an LFS-7.4 platform.

Package Information

Additional Downloads

libMPEG3 Dependencies

Required

liba52-0.7.4 and NASM-2.10.09

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

Installation of libMPEG3

Install libMPEG3 by running the following commands:

patch -Np1 -i ../libmpeg3-1.8-makefile_fixes-2.patch &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: mpeg3cat, mpeg3dump, mpeg3peek and mpeg3toc
Installed Libraries: libmpeg3.{so,a}
Installed Directories: /usr/include/audio and /usr/include/video

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.{so,a}

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

Last updated on 2013-09-05 10:04:34 -0700