Libmpeg3 supports advanced editing and manipulation of MPEG streams.
Download (HTTP): http://aleron.dl.sourceforge.net/sourceforge/heroines/libmpeg3-1.5.2-src.tar.bz2
Download size: 611 KB
Estimated Disk space required: 7.0 MB
Estimated build time: 0.13 SBU
Install libmpeg3 by running the following commands:
make && make install && cp i686/libmpeg3.a /usr/lib && cp libmpeg3.h mpeg3private.h /usr/include |
cp i686/libmpeg3.a /usr/lib && cp libmpeg3.h mpeg3private.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).
mpeg3dump dumps information or extracts audio to a 24 bit PCM file.
mpeg3toc creates a table of contents for a DVD or MPEG stream.