搜索资源列表
FilterASFStreaming
- 这是一个DirectShow Filter,有一个视频输入Pin和一个音频输入Pin,没有输出Pin。该 Filter的功能是,接收非压缩格式的音视频数据,然后使用Windows Media编码器进行压缩 编码,最后将编码后的数据在本机广播或推向另外一台Windows Media服务器。-This is a DirectShow Filter, with a video input and Pin Pin an audio input, no output Pin. The Filter
mux.rar
- directshow muxfilter 做了两个输入管脚 但是具体的功能还没有实现,directshow muxfilter input pin to do two specific functions but has not yet been achieved
VCVideoPlayer
- vc视频播放源代码, vc video player-vc video player source code, vc video player source code, vc video player
DirectShow_Wapper
- 开发DirectShow程序时,需要用到的封装类,对Pin,Filter,及Graph的管理进行了封装-DirectShow development process, necessary to use the package category, for the Pin, Filter, and the management of Graph package
DSWavDest
- The DirectShow WavDes filter writes an audio stream to a WAV file. It takes a single audio stream as input, and its output pin must be connected to the File Writer filter. This sample filter is based on the CTransformFilter class.
SnakeSourceFilter
- Well, creating DirectShow filters can be real pain at times especially Source filter. When I needed a source filter to generate my own images, I looked at the Ball source filter in DirectShow documentation but it was useless for me because I needed t
Myfilter
- directshow开发,一个不带pin的空filter.主要是方便初学者了解filter的架构。-the directshow develop, without pin empty the filter is easy for beginners to understand the filter architecture.
ConsoleVideoInfTee
- DirectShow中分屏filter——InfTee的连接应用。主要掩饰graph的加载和pin角的连接,同时又graphedit的图片-DirectShow carve the screen filter- InfTee the connection application. Disguise graph loaded and pins connect, with the graphedit pictures
DxFiltersTest
- 在写视频播放程序的时候,同学们有没有发现, release的时候,会返回S_FALSE或者其他什么错误。Filter与Pin之间是有关联性的,这个没释放的时候,另一个是无法真正释放。如果你找不出什么原因的话,你可以下载下来看看,对比一下,是不是你哪里忘记释放了呢-DirectShow: failed to release filter or pin? now, look at this, and compare it with your code, you will find out the B
