Where can I find a thorough DirectShow tutorial?

后端 未结 4 1357
日久生厌
日久生厌 2020-12-08 11:51

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 G

相关标签:
4条回答
  • 2020-12-08 12:12

    Also, there is a very good book on DirectShow.

    0 讨论(0)
  • 2020-12-08 12:12

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

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

    0 讨论(0)
  • 2020-12-08 12:20

    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.

    0 讨论(0)
  • 2020-12-08 12:30

    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.

    0 讨论(0)
提交回复
热议问题