creating videos

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
skumar
Posts: 201
Joined: Thu Feb 14, 2008 6:24 pm
Location: kerala state india
Contact:

creating videos

Post by skumar »

hi,
Irrlicht has its own native method for taking screenshots......

Does anyone knows any library that can help us to make videos from the
3d engine.....

Is it really possible to take sequential shots from video memory and to give out a mpeg or avi file?
skumar
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Well, you can save the screenshots to images and create a movie using e.g. ffmpeg.
marcos
Posts: 16
Joined: Fri May 16, 2008 5:38 pm

Post by marcos »

To create tutorials (capture images and events) I use:

http://www.debugmode.com/wink/

It's a good free replacement for Adobe Captivate

If you want to capture video you can use:

http://camstudio.org/

It allows you capturing screen regions or windows

Both are free
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

You're much better off to just use an external tool like fraps and then transcode the result to some format that uses compression.

Travis
pixeljunky
Posts: 19
Joined: Sun Feb 25, 2007 1:31 pm

Post by pixeljunky »

Hello Marcos,

what settings do you use for camstudio ?
The quality i get is not very good.

pixeljunky
marcos
Posts: 16
Joined: Fri May 16, 2008 5:38 pm

Post by marcos »

Microsoft Windows Media Video 9 and 3ivx D4 4.5 Video Codec work quite good. But the image quality is a little bit pixelized if you do not use "Quality 100%"

Of course Camstasia Codec or DivX Pro(tm) 5.1.1 Codec are superb.

But I recommend you using the Lossless Codec that can be found on camstudio's web page. With quality to the minimum and in the plugin settings "Level 1" I tried with the irrlicht lighting example and I get about 15 frames per second capturing the whole screen (1600x1050) on my old P4 with a Geforce fx 5700 and camstudio 2.0 without image quality loss.

If you want higher rates try capturing a region (big performance improvement). You can also set manually the capture (by try and fail) rate in video settings because auto adjust has a small overhead...
Auradrummer
Posts: 260
Joined: Thu Apr 17, 2008 1:38 pm
Location: Brasopolis - Brazil

Post by Auradrummer »

'Taking the train' as we say here... Is possible to play videos in Irrlicht? I like some animated background in menus.
Professional Software Developer and Amateur Game Designer ;-)
skumar
Posts: 201
Joined: Thu Feb 14, 2008 6:24 pm
Location: kerala state india
Contact:

Post by skumar »

Thanks all for that replies ....
i think opensource of camstudio can give me something....

Playin videos is explained in some thread please search
skumar
Post Reply