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.