Search found 7 matches

by briaj
Fri Mar 05, 2010 10:52 am
Forum: Code Snippets
Topic: 0.8 ffmpeg videoplayer with threaded sound (openAL) in synch
Replies: 64
Views: 28042

Hello, I have done a very little change about the volume control. I have renamed the volume level method to setVolumeLevel and I have added the getVolumeLevel. murmuurVIDEO.h void murmuurVIDEO::setVolumeLevel(float fVol); float murmuurVIDEO::getVolumeLevel(); murmuurVIDEO.cpp // set the playback vol...
by briaj
Wed Feb 24, 2010 11:21 am
Forum: Code Snippets
Topic: 0.8 ffmpeg videoplayer with threaded sound (openAL) in synch
Replies: 64
Views: 28042

Hi thespecial1, I found the answer here: http://readthefuckingmanual.net/error/516/ I believe I have to compile it in the Windows 7 machine. If I compile it in a Windows XP then in the Windows 7 throws an error althought I used the openal-soft version of the library in the compilation. The openal-so...
by briaj
Tue Feb 23, 2010 4:21 pm
Forum: Code Snippets
Topic: 0.8 ffmpeg videoplayer with threaded sound (openAL) in synch
Replies: 64
Views: 28042

Thank you, I can see the video but cannot hear audio. This is the output: ============================ Irrlicht Engine version 1.7.0 Personal (Build 7600) Using renderer: Direct3D 9.0 NVIDIA GeForce GTS 240 nvd3dum.dll 8.15.11.8637 Could not load shader function D3DXAssembleShader from dll, shaders ...
by briaj
Tue Feb 23, 2010 10:12 am
Forum: Beginners Help
Topic: Playing a video in Irrlicht 1.7
Replies: 3
Views: 399

Playing a video in Irrlicht 1.7

Hello guys, I have tried to play videos with the openAL, openCV and TMovie examples in this forum using eclipse on windows platform but I cannot get to compile anyone.
Does anyone know hot to play videos on irrlicht 1.7 please?

Thank you very much in advance.
by briaj
Tue Feb 23, 2010 7:46 am
Forum: Code Snippets
Topic: Play avi's on BillBoardNode w/ help of opencv lib
Replies: 13
Views: 12051

I wasn't able to compile it. I try to compile it with eclipse and always appear errors in 2 classes of the opencv 2.0. I changed the s32 to u32 too.
I would like to know how can I compile it please.

Thank you very much in advance.
by briaj
Mon Feb 22, 2010 4:01 pm
Forum: Code Snippets
Topic: 0.8 ffmpeg videoplayer with threaded sound (openAL) in synch
Replies: 64
Views: 28042

Hello, which are the requirements to complile this class on windows?

Thank you very much in advance.
by briaj
Mon Feb 22, 2010 3:37 pm
Forum: Advanced Help
Topic: Playing movie in texture
Replies: 118
Views: 61164

Hi all, I cannot compile because I don't have the include headers: #include <dshow.h> #include <mmstream.h> #include <amstream.h> #include <ddstream.h> I have installed DX9SDK and I cannot find them. I am using Irrlicht 1.7. Is there any native way to play movies? Thank you very much in advance.