chenyibo8224 在 2009-12-02 14:25:34 上传
说明:一本很好的关于director show的书籍,介绍得很详细。
开发平台:Visual C++ | 大小:12836KB | 下载5次
raypa 在 2009-12-01 23:31:01 上传
说明:视频捕捉源码,用directshow实现的,VC6.0
开发平台:C/C++ | 大小:1148KB | 下载15次
charischan 在 2009-11-27 16:27:58 上传
说明:目前3gp中最流行AMR NB解码器, directshow filter
开发平台:Visual C++ | 大小:3257KB | 下载169次
tuod77 在 2009-11-26 16:07:11 上传
说明:DirectShow 视频采集方案,开发环境vc6.0,绝对可用
开发平台:Visual C++ | 大小:206KB | 下载56次
lionzuo 在 2009-11-24 22:00:07 上传
说明:DirectShow SDK 学习笔记 windows下开发和使用directshow的有力帮助文档
开发平台:Visual C++ | 大小:1328KB | 下载13次
songyanzhen 在 2009-11-15 22:16:14 上传
说明:流媒体开发包及使用说明且包含媒体服务器、客户端及转发服务器的源代码,仅供学习编程使用
开发平台:Visual C++ | 大小:9751KB | 下载144次
krisda 在 2009-11-14 19:55:07 上传
说明:The DDX SDK lets you write DirectX filters using Delphi, without having to mess around with DirectShow and COM.
开发平台:Delphi | 大小:489KB | 下载11次
reggie 在 2009-11-06 13:49:48 上传
说明:DirectShow 的ASF 处理。程序开始处为格式说明。
开发平台:Visual C++ | 大小:37KB | 下载8次
marwaz_18 在 2009-11-05 17:17:06 上传
说明:This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi. Features: a) can read frames from rmvb, avi, etc. b) handles most codecs installed on the system d) its implementation is only based on the IMediaDet interface -- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll -- The library usage is as follows, [avi_hdl, avi_inf] = dxVideoOpen(avi_filename) pixmap = dxVideoReadMex(avi_hdl, frame_num) img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3]) dxVideoCloseMex(avi_hdl) -- recompile the library I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004) -- known limitation a)only works for windows :( b)may be slow for big image frames and some codecs.
开发平台:matlab | 大小:17KB | 下载31次
jimmy523 在 2009-11-02 17:45:50 上传
说明: 用DirectShow实现QQ的音视频聊天功能
开发平台:Video | 大小:2KB | 下载118次
reman 在 2009-10-30 10:46:20 上传
说明:基于VC、DirectShow和OpenCV的摄像头捕捉视频的例子,不需要安装DirectX SDK
开发平台:Visual C++ | 大小:6473KB | 下载224次
1422339 在 2009-10-29 10:41:39 上传
说明:基于视频卡的视频播放源码,主要利用VFW和DIRectshow
开发平台:Visual C++ | 大小:2690KB | 下载9次
1473327 在 2009-10-28 13:44:37 上传
说明:directshow的开发文档,比较适合初学者学习directshow的开发,包括开发环境的建立等
开发平台:Visual C++ | 大小:52KB | 下载6次
moer1210 在 2009-10-26 11:04:07 上传
说明:此PDF文档,详细介绍了有关DIRECTSHOW的相关基础知识。相信对从事DIRECTSHOW研究的人,是重要的学习资料。
开发平台:Visual C++ | 大小:1328KB | 下载13次
max2k 在 2009-10-23 17:02:19 上传
说明:directshow face detect
开发平台:Visual C++ | 大小:30163KB | 下载28次
eddin 在 2009-10-23 00:13:41 上传
说明:USB DVR 錄像方案全部源代碼,採用DIRECTSHOW編程
开发平台:Visual C++ | 大小:3415KB | 下载77次
wxy41_player 在 2009-10-22 16:31:06 上传
说明:DirectShow音频采集教程示例三,此源码在上一个示例的保存音频数据的基础上可以预览音频.
开发平台:Visual C++ | 大小:10KB | 下载73次
wxy41_player 在 2009-10-22 16:26:54 上传
说明:DirectShow音频采集教程源码一,此源码是枚举音频采集设备的示例.可以跟踪进入枚举函数看是如何工作的.
开发平台:Visual C++ | 大小:13KB | 下载135次
ccx12345 在 2009-10-21 23:33:19 上传
说明:DirectShow开发指南源码DirectShow开发指南源码DirectShow开发指南源码
开发平台:Visual C++ | 大小:553KB | 下载9次
shincheng 在 2009-10-08 17:26:13 上传
说明:This is the DirectShow library for study.
开发平台:C++ | 大小:192KB | 下载5次
dfhs85 在 2009-10-08 15:49:36 上传
说明:VFW和DirectShow的实时视频采集和压缩
开发平台:Video | 大小:255KB | 下载60次
lixiaojin 在 2009-10-01 14:21:04 上传
说明:VC6+DirectShow环境编译通过有困难的人,或是不熟悉多媒体编程的人,在想用流媒体来实现视频监控各方面功能的时候,这个无疑是你必须经过的门槛,关于解决streams.h头文件的新一种方法,就在这里,你可以试下,下了做一下,你就会知道了
开发平台:Visual C++ | 大小:4KB | 下载74次
xin0101 在 2009-09-30 17:08:00 上传
说明:用DirectShow抓取影片帧,avi ,visual c-Video frames with DirectShow crawl, avi, visual c
开发平台:Visual C++ | 大小:20KB | 下载36次
qiankun2008 在 2009-09-29 17:13:30 上传
说明:一个DirectShow的开发资料,感觉不错,发给大家啊
开发平台:Visual C++ | 大小:1881KB | 下载37次
qzrenba 在 2009-09-23 17:16:36 上传
说明:VB.NET_Directshow 关于视频采集的,测试过用
开发平台:Visual Basic | 大小:213KB | 下载93次
lydiary 在 2009-09-21 17:21:25 上传
说明:DirectShow 视频叠加Filter ,可快速完成视频叠加,且效果显著
开发平台:Visual C++ | 大小:86KB | 下载75次
elias-ZZ 在 2009-09-21 10:51:30 上传
说明:DirectShow 开发书籍PDF格式,陆其明
开发平台:Visual C++ | 大小:30945KB | 下载7次
lixiaojin1987 在 2009-09-20 20:09:14 上传
说明:利用摄像头+DirectShow实现预览和实时拍照功能,其中有一个视频监控编程很有用的类,通过该类可以很好的实现实时监控,还有拍照功能,为以后的监控系统打下良好的基础!!具有良好示范的作用
开发平台:Visual C++ | 大小:5947KB | 下载566次
lyz172 在 2009-09-17 10:35:49 上传
说明:directshow 介绍 基础 使用 很好的介绍书籍
开发平台:Visual C++ | 大小:1328KB | 下载4次
hytrex 在 2009-09-14 14:50:42 上传
说明: DSPack is a set of Components and class to write Multimedia Applications using MS Direct Show and DirectX technologies. DSPack is designed to work with DirectX 9 on Win9X, ME, 2000, and Windows XP operating systems. Now VMR (Video Mixing Renderer) is available on all Windows Operating Systems. DSPack 2 is designed to work with Delphi 5,6,7 and CPP Builder 6. What can I do with DSPack ? I ve writen DSPack with the idea to provide a non limitative set of components and class to use DirectShow easier. With DSpack you can create all that you want: DVD, capture, compression, filters, TV, webcam, DV ...
开发平台:Delphi | 大小:2031KB | 下载45次