Cutescene play

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
R@!D3N
Posts: 8
Joined: Thu Apr 29, 2010 4:59 pm

Cutescene play

Post by R@!D3N »

Guyz Em just finishing my project so last thing i need to insert some cutscene in my project so how do i play a cutscene video and Image like..

As the Project Run ..

Image Display My name and then a little Cutscene shows trailer of the game ?

Urgent help needed Last date of Project submitting is this Thursday .
DtD
Posts: 264
Joined: Mon Aug 11, 2008 7:05 am
Location: Kansas
Contact:

Post by DtD »

The easiest way would to be just drawing images and doing away with a video all together. If you MUST play a video then there is http://irrlicht.sourceforge.net/phpBB2/ ... 44&start=0 but I've personally never used it.

Good luck on your project!
R@!D3N
Posts: 8
Joined: Thu Apr 29, 2010 4:59 pm

Post by R@!D3N »

Thanks you so much ..

but it's not working for me .. em getting alot of errors


The Software em using is "Microsoft Visual Studio 2008"

And The Language is "C++"
DtD
Posts: 264
Joined: Mon Aug 11, 2008 7:05 am
Location: Kansas
Contact:

Post by DtD »

The code for the ffmpeg player is getting pretty old, the code in the main topic probably doesn't even remotely work. You're probably going to have to read through the whole topic and see fixes other people made.

Like I said earlier, it would be much easier to "make" the movie at runtime instead of playing a pre-rendered movie.
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

you can also try my irrExtensions, it includes an avi player, too... 8)
(on how to use irrExtensions check out my tutorials section)
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Post Reply