%general-entities; ]> $LastChangedBy$ $Date$ libmpeg3-&libmpeg3-version;-src.tar libmpeg3 LibMPEG3-&libmpeg3-version; LibMPEG3 Introduction to LibMPEG3 LibMPEG3 supports advanced editing and manipulation of MPEG streams. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libmpeg3-md5sum; Download size: &libmpeg3-size; Estimated disk space required: &libmpeg3-buildsize; Estimated build time: &libmpeg3-time; Additional Downloads Required Patch: LibMPEG3 Dependencies Required User Notes: Installation of LibMPEG3 Install LibMPEG3 by running the following commands: patch -Np1 -i ../libmpeg3-&libmpeg3-version;-blfs_install-1.patch && ./configure && make This package does not come with a test suite. Now, as the root user: make install Command Explanations patch -Np1 -i ...: The patch modifies the Makefile so that everything is installed with the make install command instead of just the executables being installed and manual commands used to install the library, interface headers and documentation. ./configure: This is not a typical Autotools script. It is only used to check for the availability of the NASM compiler. Contents Installed Programs Installed Library Installed Directory mpeg3cat, mpeg3dump, mpeg3peek and mpeg3toc libmpeg3.a /usr/share/doc/libmpeg3-&libmpeg3-version; Short Descriptions mpeg3cat concatenates elementary streams or demultiplexes a program stream (separates components of the stream). mpeg3cat mpeg3dump dumps information or extracts audio to a 24 bit PCM file. mpeg3dump mpeg3peek prints the byte offset of a given frame. It only works for video and requires a table of contents. mpeg3peek mpeg3toc creates a table of contents for a DVD or MPEG stream. mpeg3toc libmpeg3.a decodes several MPEG standards into uncompressed data suitable for editing and playback. libmpeg3.a