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.
zolniers
Posts: 4 Joined: Thu Apr 19, 2007 5:31 pm
Location: Toronto
Contact:
Post
by zolniers » Thu Jun 18, 2009 7:17 pm
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 » Thu Jun 18, 2009 8:37 pm
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 » Thu Jun 18, 2009 9:37 pm
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.