Audio Video Interchange [Whats the format?]

Started by
4 comments, last by NetCoaster 19 years, 6 months ago
My program captures 24bit bitmaps and saves them to the harddrive. On average, about 3000 files are created. And the user has the task to download a Bitmap - AVI converter and compile the AVI. I'm now wondering if I could have my program do that for them. Anyone know any tutorials on the subject (Peferably ones written for C developers). Or is it simple enough that an example would do?
Advertisement
try the two related links here, and see if they come up with anything useful for ya

Clicky
"Game Programming" in an of itself does not exist. We learn to program and then use that knowledge to make games.
Wasn't of any help.

I've ran quite a few google searches on the subject too, seems good AVI tutorials are rare.
Nehe has a tutorial on playing avi files in opengl:
http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=35

obviously this is the opposite of what you want to do, but he has links to some resources he used, and you might be able to invert his code. It's worth a shot.
http://www.wischik.com/lu/programmer/avi_utils.html

this link looks useful, to be honest i just skimmed it but i think it could be what you are looking for, even includes info for different codec mainly divx. I hope it works for ya

-THACO
Quote:Original post by THACO
http://www.wischik.com/lu/programmer/avi_utils.html

this link looks useful, to be honest i just skimmed it but i think it could be what you are looking for, even includes info for different codec mainly divx. I hope it works for ya

-THACO


That should be able to get me started. Thanks!

This topic is closed to new replies.

Advertisement