Output to AVI foramt

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
zolniers
Posts: 4
Joined: Thu Apr 19, 2007 5:31 pm
Location: Toronto
Contact:

Output to AVI foramt

Post by zolniers »

Can someone point me to where I might find the information on creating an AVI file from the Irrlitch rendering.
Cheers
Steven
christianclavet
Posts: 1638
Joined: Mon Apr 30, 2007 3:24 am
Location: Montreal, CANADA
Contact:

Post by christianclavet »

The only thing I can see without coding an AVI saver, would be to save a sequence of files and then you take back that sequence of files into a software like Adobe Premiere.
Frank Dodd
Posts: 208
Joined: Sun Apr 02, 2006 9:20 pm

Post by Frank Dodd »

If you only want to create a one off AVI sequence for a video demonstration I would recommend something like fraps or gamecam.

If AVI output is going to be a feature of your application then you might want to take a look at the Win32 AVIFile API.
Post Reply