What would be the easiest way to play a video file from within Irrlicht?
I found a few forum posts about the topic but no solutions I was able to get working.
I don't mind what video format the solution uses as converting the video will be easy enough, I just want to be able to play cutscenes between the levels.
I am using DirectX on Windows with the CodeBlocks IDE.
Playing Cut-scene Movies
the most professional and future-proof solution would be embedding either the Theora library or the WebM library. webm will be a bit better in quality vs filesize, but depending on your distribution medium that might not be an issue.
i don't know about webm library, but embedding theora is pretty easy.
of course, vorbis should be used as audio codec and ogg as container.
i don't know about webm library, but embedding theora is pretty easy.
of course, vorbis should be used as audio codec and ogg as container.
you can try my IrrExtensions, it includes an avi player !!!
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
ohh, no, sorry, only for Windows...neil_123 wrote:Does IrrExtentions for avi player work on Linux?
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
no, sorry, I rarely work on Linux systems (I guess the last time was about 5 years ago )...neil_123 wrote:Hi Acki, do u know of any alternatives for Linux.
I'm sure there are sdks out there for playing vids on Linux, but I don't have a clue...
maybe some other Linux users can help you ???
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
I just uploaded my new video class. It's portable.
Never take advice from someone who likes to give advice, so take my advice and don't take it.