How to play AVI file

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
charlie
Posts: 10
Joined: Tue Aug 15, 2006 4:11 am

How to play AVI file

Post by charlie »

I am trying to make a game using Irrlicht
I want to play an AVI file in the Irrlicht Window
But I didn't find a class for this from this GameEngine.

I want know the method.
Who can help me?
Student
juliusctw
Posts: 392
Joined: Fri Apr 21, 2006 6:56 am
Contact:

Post by juliusctw »

if your stuff will be only on window's machine, you use the magic 2d in the project page, i think it handles it for you
jam
Posts: 409
Joined: Fri Nov 04, 2005 3:52 am

Post by jam »

Another option would be to search for an entry by RT, who some time ago wrote a AVI player. Last but not least if your a linux user, Hybrid has a linux compatible AVI player somewhere on his website
system-independent, adj.:
Works equally poorly on all systems.
-- unknown
charlie
Posts: 10
Joined: Tue Aug 15, 2006 4:11 am

Post by charlie »

My game should run on the windows system only

And I just want to play some videos at the beginning of the game in the same window.

But I can't comprehend your opinion.

what is magic 2d ?

Should I recompose the Engine Code ?
Student
Emil_halim
Posts: 518
Joined: Tue Mar 29, 2005 9:02 pm
Location: Alex,Egypt
Contact:

Post by Emil_halim »

Magic Library is a static library for irrlicht works only with OpenGL driver , it has many features for 2d and 3d drawing , including playing movie.

check it here
http://irrlicht.sourceforge.net/phpBB2/ ... &start=255

or see my webpage
http://www.freewebs.com/bcxgl/index.htm

please note well with my latst release you could play movie with it's sonud , so your FPS will be 25 frames persecond, if you do not want the sound you could play with a higher speed.
Post Reply