搜索资源列表
DirectShowVMR9_src
- This source code describes how to dynamically mix two video files (.mpeg, .mpg, .avi and .dat). Mixing involves alpha-blending and stretching/shrinking and positioning of the two video streams, individually, using DirectShow s VMR9 filter. -This sour
DelphiVideoSoundsVcl
- TVideoCapture - Delphi wrapper for DirectShow video capture functions. Code is based on Microsoft s AMCap & StillCap samples from DirectX SDK and DScapture by orthkon * www.mp3.com/orthkon * orthkon@mail.com Compiled with Delphi 5
design
- 局域网视频聊天,一款简单实用的工具,你可以使用它方便地实现局域网内的视频聊天。-LAN video chat,A model of simple practical tool,You may use this software to realize in local area network s video frequency to chat conveniently.
directshow_SDK
- 详细介绍了DirectShow音视频开发流程,是学习音视频必不可少的文档。-Details DirectShow audio and video development process is essential to learn audio and video documents.
DirectshowNet
- Directshow的Net公共类库, 对多媒体开发有很大的帮助.-Directshow' s Net public library, the multimedia development of great help.
CamCap1.4
- Property of University of Nottingham Written by Jonathan Green with contributions from Andrew French and Mathew Killick. It has been developed for use by acedemics and researchers or as a teaching resource to aid with use of Intel s openCV l
DE2_CCD
- CCD的驱动程序,用于DE2板,可显示出摄像头采集的图像数据。-CCD driver for the DE2 board, show the camera s image data collection.
DirectShow
- directshow开发指南的书的源代码。-DirectShow development guide book' s source code.
hyplayer2
- MPEG4播放器,一个制作IPTV的工具。用DirectX的DirectShow编写。有制作工具和播放工具两个程序。-MPEG4 player, a production tool for IPTV. Prepared using DirectX' s DirectShow. Has produced tools and instrument to play the two procedures.
BMD-SDK-1.2
- Decklink SDK (lastest)
play_mpeg_stream
- 采用流式传输方案,声音、影像或动画等时基媒体由音/视频服务器向用户计算机连续、实时地传送,用户不必等到整个文件全部下载完毕,只需经过几秒或十数秒的启动延时即可进行观看。流式传输广泛应用于Internet上视频点播,以及网络视频监控等领域。 本文从Microsoft DirectShow以及Windows Socket等方面的技术角度出发,阐述一个简单的媒体流式传输、实时观看的解决方案 -Used streaming program, audio, video or animation a
VideoCapture_src
- 视频采集示例源代码程序,基于DirectShow、VC++、VS、.NET,实现对USB摄像头、视频采集卡、分量视频、复合视频、电视视频信号多种视频的实时采集捕捉,很实用。-Video capture source code, based on DirectShow、VC++、VS、.NET for usb cammera, s-video, composite video,TV video.
DirectShow
- directshow开发指南的源代码~内含几个用directshow开发的实例-directshow Developer' s Guide ~ includes the source code for the development of several instances of using directshow
DirectShow
- 陆其明的DirectShow务实精选及代码,非常好的一本参考书-Lu Qi-ming' s DirectShow pragmatic selection and code, very good one reference book
dxVideo
- 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
directshowkf
- Directshow开发指南电子书籍及其源代码,用于学习Directshow编程-Directshow Developer' s Guide e-books and source code for learning Directshow Programming
assd
- 唐硕飞的《计算机组成原理》资料~ 包括课件和习题,课后答案~-Shuofei Tang s Computer Organization and Architecture
sourcecode
- 陆其明的《directshow开发指南》以及书中各章的源代码-Lu Qi-Ming' s " directshow Developer' s Guide" and the various chapters of the book' s source code
DirectShow开发指南
- DirectShow是微软公司在ActiveMovie和Video for Windows的基础上推出的新一代基于COM(Component Object Model)的流媒体处理的开发包,与DirectX开发包一起发布。DirectShow使用一种叫Filter Graph的模型来管理整个数据流的处理过程,运用DirectShow,我们可以很方便地从支持WDM驱动模型的采集卡上捕获数据,并且进行相应的后期处理乃至存储到文件中。这样使在多媒体数据库管理系统(MDBMS)中多媒体数据的存取变得更加
DirectShow开发指南
- 本书以DirectX SDK 9.0版为蓝本,涉及的内容几乎涵盖了在Windows平台上使 用DirectShow进行C++编码的方方面面。全书共分4个部分。第1部分详细介绍了 DirectShow的基础知识。第2部分重点讨论了Filter的开发,以及DirectShow 应用程序的开发,包括目前非常流行的如音视频采集、数码摄像机的支持、非线性 编辑等应用。第3部深入分析了DirectShow SDK提供的部分典型源代码例子。第 4部分结合作者个人的一些开发实践,通过案例和开放源码分析