Generator outputs AVI files in two formats: 1. 24-bit raw uncompressed 2. jpeg compressed (so called M-JPEG) Quicktime player is probably the best thing at playing these files, I've had really poor results from Windows Media Player which usually just tells you the file is unsupported. Great. If you are on Windows any avi to mpeg compressor will do the job (I got one with my USB video capture jobby). On linux you do this, which creates an mpeg with 256kbps sound and 2048kbps variable bit-rate (VBR) video: 1. install the mjpegtools package 2. modify lav2wav.c to remove the bit rate check so that it will let you do 22050 sample rate. 3. lav2wav vid.avi >vid.wav 4. mp2enc -r 44100 -b 256 -o vid.mp2