Board index » delphi » How to get access to video acceleration card - no DirectX

How to get access to video acceleration card - no DirectX

Hi All,
 I need to know how can I get access to a video accelerator card without
using Direct X. I am using the Hollywood X MPEG video decoder card (it is
not compatible with DirectX) and I need to implement this acceleration with
this hardward from my Delphi program (video player)
Where can I find documentation about this issue?

Any help will be appreciatted.
Thanks in advance.

Montxo
mon...@izar.net

 

Re:How to get access to video acceleration card - no DirectX


Does it have an OpenGL driver? OpenGL automatically uses hw accel if it is
available for the settings you choose.
--
Jon
http://home1.gte.net/jqjacobs/index.htm
This posting was made entirely from recycled electrons. No innocent atoms
were harmed.
Quote
"Montxo Garcia" <mon...@izar.net> wrote in message news:3bafc709_2@dnews...
> Hi All,
>  I need to know how can I get access to a video accelerator card without
> using Direct X. I am using the Hollywood X MPEG video decoder card (it is
> not compatible with DirectX) and I need to implement this acceleration
with
> this hardward from my Delphi program (video player)
> Where can I find documentation about this issue?

> Any help will be appreciatted.
> Thanks in advance.

> Montxo
> mon...@izar.net

Re:How to get access to video acceleration card - no DirectX


"Montxo Garcia" <mon...@izar.net> wrote in <3bafc709_2@dnews>:

Quote
>Hi All,
> I need to know how can I get access to a video accelerator card without
>using Direct X. I am using the Hollywood X MPEG video decoder card (it
>is not compatible with DirectX) and I need to implement this
>acceleration with this hardward from my Delphi program (video player)
>Where can I find documentation about this issue?

The best source would be the manufacture of this hardware
Try to call them and ask if they do have any API libraries or
any samples on how to use it. even if this api is in C you
have more changes for some one here help you to convert
them in to pascal than to find any one that has worked with
the specific card.

Regards
Johnnie.

Re:How to get access to video acceleration card - no DirectX


Thanks for the info. We will try MCI.

Montxo

Johnnie <N...@Noware.non> escribi en el mensaje de noticias
3bb04dba$1_2@dnews...

Quote
> "Montxo Garcia" <mon...@izar.net> wrote in <3bafc709_2@dnews>:

> >Hi All,
> > I need to know how can I get access to a video accelerator card without
> >using Direct X. I am using the Hollywood X MPEG video decoder card (it
> >is not compatible with DirectX) and I need to implement this
> >acceleration with this hardward from my Delphi program (video player)
> >Where can I find documentation about this issue?

> The best source would be the manufacture of this hardware
> Try to call them and ask if they do have any API libraries or
> any samples on how to use it. even if this api is in C you
> have more changes for some one here help you to convert
> them in to pascal than to find any one that has worked with
> the specific card.

> Regards
> Johnnie.

Other Threads