
Heres a little proggy I've written due to having the need to write MJPEG AVI files.

The unit creates MJPEG AVI files - without using API calls.

So I thought it may help those of you also needing to know how to do the same.

The unit that does the AVI stuff is TBitmap_to_MJPEG.pas ... this creates the
AVI file, add's JPEG compressed TBitmaps (or jpeg files from your HD) into the file
on the fly.

Thats all I can be bothered to say about it, all the source is included along with
a test program - just run MJPEGTester1.exe and it'll create an MJPEG AVI file.

You'll have to look in the MJPEGTester1 source to see how to use the MJPEG unit.

It's a bit crude but it's yours to modify/update as you wish - make the unit an
Object or a design time component if you like.

You'll find an AVI (test_mjpeg.avi) with this code that I created using this MJPEG AVI unit.

The source code is yours to do as you wish with.

If you find any bugs .... fix em !

Have fun :)

C.Moss

Sat 29th March 2003.
