Copyright 2004 Ben Greenwood (Sir Lagsalot)

This program will take an uncompressed .mov file and produce an AVI file.
To produce a valid uncompressed .mov file, select either "none" or "BMP"
with a color depth of 16 million colors as the compressor. The video must
have a width and height that are a multiple of 4; this is not enforced
however. The .mov file must also have been created with "Fast Start"
selected from "Prepare for Internet Streaming" options. This has not been
tested on files that contain audio tracks or multiple video tracks. This
program has not been tested on files larger than 2GB, and likely cannot
handle such large files. 

General usage:

movtoavi <source.mov> <output.avi> 
This will convert <source.mov> into a Lagarith compressed AVI named
<output.avi>. This will usually take longer than with the uncompressed
option, but will produce a much smaller file. The resulting AVI will 
only be playable on a windows machine that has the Lagarith codec installed.
Lagarith can be obtained from http://lags.leetcode.net/codec.html. A full
version of Lagarith may be made for the Macintosh in the future.

movtoavi -u <source.mov> <output.avi> 
This will produce an uncompressed AVI file that should be playable on any
AVI player.

If you think you've found a bug in the program (and your video meets the 
criteria listed), email it to me at brg0853@rit.edu, or via AIM at 
sLrlagasot.

Special thanks to Ambroise Confetti (Atvaark) for helping port the program,
and for compiling the Macintosh binaries.