Libmpeg3 supports advanced editing and manipulation of MPEG streams.
Download (HTTP): http://prdownloads.sourceforge.net/heroines/libmpeg3-1.5.4-src.tar.bz2
Download MD5 sum: 7adfc9c0beea2134575137f2e0d2ef11
Download size: 612 KB
Estimated disk space required: 5.7 MB
Estimated build time: 0.12 SBU
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
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.
The libmpeg3 package provides the libmpeg3 library, mpeg3cat, mpeg3dump and mpeg3toc utilities.
libmpeg3 decodes several MPEG standards into uncompressed data suitable for editing and playback.
mpeg3cat concatenates elementary streams or demultiplexes a program stream (separates components of the stream).
Last updated on 2005-02-13 22:28:45 -0700