Exporting a video to a common file format.

codeman (17)
How can I export something in C++(like a group of pictures) to a file like .AVI or .WMV? I am sort of a beginner and haven't been doing a TON of coding yet. I am still learning C++ but have a reasonable knowledge of some other languages.
Moschops (5961)
Dig out a library for it. Here's a start:

http://www.adp-gmbh.ch/win/programming/avi/avi.html

with examples here:

http://www.adp-gmbh.ch/win/programming/avi_examples/index.html
Last edited on
codeman (17)
Ok thanks I'll give it a try.
Topic archived. No new replies allowed.