搜索资源列表
Chapter02
- FilterImageGrabber:即时抓图的Filter。这是一个Trans-In-Place Filter,Filter注册名为“HQ Image Grabber”,仅支持RGB32/24/565/555四种媒体类型, 将其接入到Filter链路之后,可以抓取任何一个经过该Filter的Sample。 AVCap: 音视频采集演示程序。支持AGP/PCI/USB等各种接口的采集卡,支持 数码摄像机输入,实现即时抓图,边预览边采集,支持热插拔等等。 打开AVC
FilterTitleSource
- FilterTitleSource: 这是一个Source Filter,产生单一背景下的字符图片流。这 个Filter的注册名为“DES Ext Source”,实现了一个自动化接口,可以用在DES中 当作扩展的Source,结合抠像功能的过渡(Transition),可以实现在视频上叠加 静态/动态的字符串。视频编辑演示文件参见Demo_mytitle.xtl。-FilterTitleSource: This is a Source Filter, to produce a si
Chapter04
- 视频抠像的演示。其中Ball是由SDK的一个例子修改而来,增加了 属性页,可以定制输出图像的尺寸,注意Filter的注册名改为“Bouncing Ball plus”;FilterVideoKeyer是一个实现了抠像叠加的Filter,这个Filter有两个 输入Pin,一个输出Pin,Filter的注册名为“HQ Video Keyer”。 -Video keying demo. Ball is an example of the SDK modified from incr
Chapter04
- 其中AppIPTransform为MFC Filter的例子, DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。-MFC Filter which AppIPTransform for example, DsDemo some demo code, FilterTitleOverlay is superimposed character Filter source code.
source-code-of-DirectShow
- 详细讲解了directshow的编程方法,附有多个源码,如:AppIPTransform为MFC Filter的例子,DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。 Chapter05:第5章用到的代码,其中GraphBuilding为Filter Graph构建技术 的一些代码,SimplePlayer为一个简单的播放器例子。DESCallback演示了控制DirectShow智能连接的方法。MpegNetwork为“MPEG流的网络客
