Where can I find a thorough DirectShow tutorial?
Asked Answered
M

4

13

I've read through the MSDN documentation on DirectShow and it's still confusing. I feel like I need more context for what the objects are: Graphs, Pins, Filters...etc. A Google search doesn't give me much to work with. What do I need to grok DirectShow?

EDIT: The wikipedia page on DirectShow does a pretty good job.

Mare answered 16/1, 2010 at 16:8 Comment(0)
G
6

MSDN Magazine has a nice article in their July 2002 Issue: DirectShow: Core Media Technology in Windows XP Empowers You to Create Custom Audio/Video Processing Components

Pascal Mignot from Université de Reims has gathered information from MSDN documentation into a single document, which gives a nice overview.

Grosmark answered 19/1, 2010 at 21:40 Comment(0)
C
1

Also, there is a very good book on DirectShow.

Caelian answered 22/1, 2010 at 13:26 Comment(1)
Thanks, I just bought a used copy on ebay. There are mixed reviews on it, hopefully it will be good.Mare
W
1

http://betterlogic.com/roger/?p=3088

has some good links, as also I have some demo projects here: https://github.com/rdp

Weismann answered 17/8, 2010 at 16:31 Comment(0)
W
1

The SDK has quite a few samples which may help. Fortunately I had some existing code to walk through, but it sure is lengthy and as often with MS, the interfaces don't really look like what they do, but instead focus more on juggling pointers, typecasting and COM trouble, instead of focusing on the intended functionality.

Warship answered 31/5, 2012 at 15:50 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.