Libmpeg3 supports advanced editing and manipulation of MPEG streams.
Download (HTTP): http://aleron.dl.sourceforge.net/sourceforge/heroines/libmpeg3-1.5.4-src.tar.bz2
Download (FTP): ftp://gd.tuwien.ac.at/opsys/linux/sf/h/heroines/libmpeg3-1.5.4-src.tar.bz2
Download size: 612 KB
Estimated Disk space required: 5.7 MB
Estimated build time: 0.12 SBU
Install libmpeg3 by running the following commands:
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, we have to do it manually.
The libmpeg3 package provides 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).