PDA

View Full Version : Special Video Dll?



Grendelus
21-01-2007, 10:10 PM
Is there a dll that I can call easily in order to put a video in my game?
This must have 6 special functions:

1. Must not use MCI. (maybe DirectShow?)

2. Must hide the cursor completely.

3. Ability to play in fullscreen, and adapt to the user's resolution.

4. Play regardless of the codec installed. ( see binkw32.dll).

5. Does not have any splash screens, pop ups or menus.

6. Works on Windows Vista too.

I am trying to show a video like big commercial games do.
Thank you,

tanffn
22-01-2007, 09:34 AM
You can use DSPACK, it fills all your needs apart (4) and the fact that its a library not a dll, but im sure you can wrap it around one.

GuyWithDogs
22-01-2007, 04:57 PM
Is there a dll that I can call easily in order to put a video in my game?
This must have 6 special functions:

1. Must not use MCI. (maybe DirectShow?)

2. Must hide the cursor completely.

3. Ability to play in fullscreen, and adapt to the user's resolution.

4. Play regardless of the codec installed. ( see binkw32.dll).

5. Does not have any splash screens, pop ups or menus.

6. Works on Windows Vista too.

I am trying to show a video like big commercial games do.
Thank you,

DSPack can help, but you need codecs for the video that you will play. So you can either check for them, or use video clips that will likely have something on the machine already, and then handle any rendering error. You could potentially send along a codec that you can use as a resource, I guess, and set it up if there is an issue, or load it during an install. But that's the only way to be truly safe.

Grendelus
22-01-2007, 06:47 PM
You can use DSPACK, it fills all your needs apart (4) and the fact that its a library not a dll, but im sure you can wrap it around one.

Where can I find DSPACK along with some documentation?

WILL
22-01-2007, 07:40 PM
Sorry if this is partly off-topic, but how much does a Bink license cost?

Galfar
22-01-2007, 08:44 PM
Sorry if this is partly off-topic, but how much does a Bink license cost?
RAD Game Tools homepage says this:

Bink Video Tools FREE!
Bink Player without credits/logo screen $1,995.00
Bink SDK One Product Windows or Mac or Linux or Nintendo DS $6,000.00
Bink SDK One Product Console (Xbox, Xbox 360, Nintendo Wii, GameCube, PlayStation(R) 2, Playstation Portable (PSP), PLAYSTATION 3, or Nintendo DS) $7,500.00
Bink SDK One Site License For One Platform Call

JernejL
22-01-2007, 09:56 PM
you want to support video playback with no other codecs and stuff???

there is no such thing as that, but mplayer comes pretty close.