| View previous topic :: View next topic |
| Author |
Message |
Tobias Guest
|
Posted: Fri Dec 29, 2006 7:35 pm Post subject: DirectShow tutorials |
|
|
Dose any body now where i can fine any delphi tutorials for directshow or
some library i can use with delphi or something?
I need to create a avi file from stillimages and send a stream from one
computer to another.
//Tobias |
|
| Back to top |
|
 |
Eddie Lotter Guest
|
Posted: Sat Dec 30, 2006 7:22 am Post subject: Re: DirectShow tutorials |
|
|
"Tobias" <tobias__a (AT) hotmail (DOT) com> wrote in message
news:4595195a$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Dose any body now where i can fine any delphi tutorials for directshow or
some library i can use with delphi or something?
I need to create a avi file from stillimages and send a stream from one
computer to another.
//Tobias
|
Use you favorite search engine to search on the keywords Delphi and DirectX.
Cheers
Eddie |
|
| Back to top |
|
 |
Whome Guest
|
Posted: Sun Jan 21, 2007 9:11 am Post subject: Re: DirectShow tutorials |
|
|
| Quote: | Dose any body now where i can fine any delphi tutorials for directshow or
some library i can use with delphi or something?
I need to create a avi file from stillimages and send a stream from one
computer to another.
|
DSPACK Delphi directshow wrapper
http://www.progdigy.com/modules.php?name=DSPack
Here is few dspack customized demo applications:
http://koti.mbnet.fi/akini/delphi/dspack/
It's not really a tutorial, you should download and read MS directhow
SDK docs. DX is a complex library and will give you headace if don't
know basic stuff already. But run dspack demos first to see
"delphi-like" interface to dx. |
|
| Back to top |
|
 |
|