QuickTime Movie Creation

com.srbenoit.media.movie

This package provides classes to convert series of files or sets of buffered images into QuickTime movies.
Almost every class in this package relies on the Java Media Framwork libraries. To obtain these, download and install "JMF 2.1.1e" from the JMF downloads page.

BufferedImageDataSource
A DataSource to read from a list of JPEG image files and turn that into a stream of JMF buffers. The DataSource is not seekable or positionable.
BufferedImageSourceStream
The source stream to go along with BufferedImageDataSource.
BuildMovie
Executable class to convert a series of frame files into a movie.
ImageDataSource
A DataSource to read from a list of JPEG image files and turn that into a stream of JMF buffers. The DataSource is not seekable or positionable.
ImageSourceStream
The source stream to go along with ImageDataSource.
MakeMovie
Generates a QuickTime movie from a series of JPEG frames.
MovieMakingException
An exception during creation of a movie.

As the author of the source code available by following the links above, I hereby place this source code in the public domain. You can use, modify, and distribute the source code and executable programs based on the source code. However, note the following:
DISCLAIMER OF WARRANTY
This source code is provided "as is" and without any express or implied warranties whatsoever. The user must assume the entire risk of using the source code.