搜索资源列表
X_Vid
- MPEG-4的编码解码开发包程序: 包括三部分 - xvidcore: the main MPEG-4 de-/encoding library, and simple example programs - dshow: windows direct show decoder filter which links against xvidcore to allow MPEG-4 playback on Windows based OS. - vfw: video fo
MyTestFilter
- 一个自认为写的很有代表性的Dshow Filter程序模板范例,包括多个属性页的添加及简单的图像处理(反色等)-since that was a very representative of the Dshow Filter module example, Page number of attributes including the addition and simple image processing (anti-Israel)
DSVideo_dlg
- 用dshow实现的视频采集、编码、发送程序,其中自定义一个filter,可以把数据从dshow中取出。-dshow achieve with the video capturing, encoding, sending procedures, since the definition of a filter, Data can be removed from the dshow.
XviD_src
- divx源码 XviD is a high performance and high quality MPEG-4 video de-/encoding solution. The XviD package currently consists of three parts: - xvidcore: the main MPEG-4 de-/encoding library, and simple example programs - dshow: windo
AudioCapure
- Dshow 开发的一个强大的语音处理器 能够播放G.72X,MPEG-2 MP3 wma 等格式 学习使用graph,创建并添加Filter
DsDemo
- DshoW注册Filter插件的一个简单程序。希望对大家有所帮助
一个基于YUY2的DShow过滤器
- 本人自编
videotexture.zip
- 视频纹理的演示首先我在这里说明一点事情:那就是OpenGL是可以和DShow协同工作的。我在这个程序里的主要做法就是把 DShow 渲染出来的画面作为一个纹理数据给贴到OpenGL的图元上去。关于如何使用DShow播放视频不是我们要关心的问题。而且我也不懂 DShow。我在DX的 SDK里找到一个例子该例子实现了这样的一个Filter。它能把从DShow播放出来的画面渲染成一个数组。我把这段代码给摘出来了。然后包装了一下。做成了一个dll。该dll能支持视频纹理的播放。而在我给出的代码里则是把把
DShowBallFilter
- 实现了DShow下Source Filter,推模式。-DShow achieved under the Source Filter, push mode.
WinCECameraCapture
- Windows mobile平台下,利用dshow以及grabber filter实现摄像头预览和采集功能(采集为基带YV12)-capture & preview video from camera under windows mobile
H264_DShow_Filter
- 本程序使用directshow来显示h264,支持wince与win32,并开发了两个filter用于h264数据传输和h264解码。-H264 Decode of DirectShow Filter
DShowTransformFilter
- 实现了DShow下的一种Transfom Filter(c++)-Achieved under the DShow a Transfom Filter (c++)
TSFileSource_2.2.0.8src
- 可編譯出TSFileSource.ax,在DShow中作為filter,parse TS詳細資訊。其中TSfilesource可當source filter,後接DSNetwork sender即可當multicast源。TSfilesink則可分配內存,將ts資料存在自行定義的buffer中。-Can compile a TSFileSource.ax, in DShow as a filter, parse TS for more information. TSfilesource whic
AACDecoderFilter
- Wince6下的AAC音频解码DShow filter源码,在SMDK6400BSP下验证通过,内含文档-AAC DShow filter source code for Windows Embedded CE 6.0
DirectShowFilter
- 这是Dshow 过滤器工程创建的一个向导文件,非常实用于创建过滤器-This is Dshow filter works to create a wizard file, very useful to create filters
DsDemo
- Dshow一个基本功能,实现了FILTER的注册并且,前期要对DS进行配置-Dshow一个基本功能
myFilter
- 自己修改的基于DShow的过滤器,提供异步读取文件下发的功能-Modified based on DShow filter to provide asynchronous read the document by the function
filter.CompressDTS
- 把PCM音频流保存为DTS文件的dshow过滤器;-Save the PCM audio stream to DTS file dshow filter
filter.NvHwEncHevc
- 把NV12视频流压缩为HEVC(H.265)文件的Dshow过滤器(必须使用Nvidia-MaxWell-2代的硬件加速功能);经过实测,480P视频节目的压缩速度是10倍于播放速度,1080P视频节目的压缩速度是3倍于播放速度;-A Dshow filter for compress NV12 video stream into HEVC (H.265) file, (must use the Nvidia-MaxWell-generation2 hardware acceleration
filter.SaveYUVFile
- 这是一个保存YUV视频流到Y4M的DShow_Filter,包含全部代码(需要自备Dx9.0c的DShow_SDK),实际使用良好.(This is a save YUV video stream to Y4M DShow_Filter, contains all the code (need to bring their own Dx9.0c DShow_SDK), the actual use of good.)