Has anyone ever had any luck with this?
Ive had a look at the Microsoft writeavi.c example from the Platform SDK, but its not particularly helpful (I can get it to render an AVI of 100 frames or less at 1 fps, but little else). Ive converted it to C++. Its here if youre interested:
http://midget.nofeet.com/steve/writeavi++.avi
Run it from the command line like so:
writeavi.exe 640, 480, 24, 100, C:\images
640 is the image width, 480 is the img height, 24 is fps, 100 is the number of images (frames), and C:\images is a directory which will be automatically searched (non-recursively) for *.BMP files to add to the movie.
If anyone has a better solution than this, I would love to hear it. I also found this website, but this guys class has a convenient 4 lines of comments and no documentation. *sigh*
http://www.adp-gmbh.ch/csharp/write_avi.html
Thanks guys.
Ive had a look at the Microsoft writeavi.c example from the Platform SDK, but its not particularly helpful (I can get it to render an AVI of 100 frames or less at 1 fps, but little else). Ive converted it to C++. Its here if youre interested:
http://midget.nofeet.com/steve/writeavi++.avi
Run it from the command line like so:
writeavi.exe 640, 480, 24, 100, C:\images
640 is the image width, 480 is the img height, 24 is fps, 100 is the number of images (frames), and C:\images is a directory which will be automatically searched (non-recursively) for *.BMP files to add to the movie.
If anyone has a better solution than this, I would love to hear it. I also found this website, but this guys class has a convenient 4 lines of comments and no documentation. *sigh*
http://www.adp-gmbh.ch/csharp/write_avi.html
Thanks guys.
Last edited by a moderator: