OpenQuicktime-1.0

Introduction to OpenQuicktime

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.

Package information

OpenQuicktime dependencies

Required

GLib-1.2.10

Optional

libjpeg-6b

Installation of OpenQuicktime

Install OpenQuicktime by running the following commands:

patch -Np1 -i ../openquicktime-1.0-gcc34-1.patch &&
./configure --prefix=/usr &&
make &&
make install

Contents

This package provides the libopenquicktime library and utilities that allow you to manipulate Quicktime files.

Description

libopenquicktime

This is the core library.

dechunk

dechunk extracts RGB frames from a movie and writes them as PPM images.

make_streamable

This program makes the Quicktime file streamable.

qtdump

qtdump dumps all tables in a movie.

qtinfo

qtinfo reads all the information about the file.

recover

This program recovers JPEG and PCM audio from a corrupted movie.

Last updated on 2005-02-13 22:28:45 -0700