OpenQuicktime is a small library that handles the Quicktime file format on most varieties of Unix. Audio and video decoding and encoding is provided using a plug-in mechanism.
Download (HTTP): http://prdownloads.sourceforge.net/openquicktime/openquicktime-1.0-src.tgz
Download MD5 sum: f90bc78b8632c6c254cddf70b4726644
Download size: 313 KB
Estimated disk space required: 8.6 MB
Estimated build time: 0.11 SBU
Required Patch: http://www.linuxfromscratch.org/blfs/downloads/6.0/openquicktime-1.0-gcc34-1.patch
Optional CODEC: http://www.openquicktime.org/codecs.php
Install OpenQuicktime by running the following commands:
patch -Np1 -i ../openquicktime-1.0-gcc34-1.patch &&
./configure --prefix=/usr &&
make &&
make install
This package provides the libopenquicktime library and utilities that allow you to manipulate Quicktime files.
Last updated on 2005-02-13 22:28:45 -0700