MPEG_ENCODE

The encoder will take as input a sequence of digital images, along with a parameter file, and compute an MPEG movie for you. This is an expensive compute process. CPU times of upwards of 20 minutes can be expected for movies which are only a few hundred frames in length, depending upon the image complexity and the choice of parameters.

The settings for mpeg_encode (which files to use, how to pre-process them, etc.) are contained in an ascii text parameter file. You must edit this file before running mpeg_encode. A sample file, "template.param" is included with the distribution, but seems to sacrifice quality for better compression. Another sample file is available here. This file makes a movie from a series of Portable PixMap (ppm) frames, which mpeg_encode accepts as input.

The movie produced by this parameter file is here (~700KB), a full sized version is here (~3.2MB).

Mpeg_encode was developed by the Berkeley Multimedia Research Center at the University of California at Berkeley. You can download the latest version from the BMRC MPEG Software page, which also includes more documentation and FAQ's.