搜索资源列表
基于Delphi的VFW视频捕获程序的开发
- 许多关于视频的软件(如视频会议、可视电话等)开发都应用于视频捕获技术。微软为软件开发人员提供了一个专门用于视频捕获的VFW SDK,从而为在Windows系统中实现视频捕获提供了标准的接口,并大大降低了程序的开发难度。由于VFW SDK只有VC和VB版,没有Delphi版,因此需要在Delphi中一一声明DLL中的各个函数和变量。文中详细介绍了如何利用VFW在Delphi中开发视频捕获程序的步骤,同时给出了程序实例。-many of the video software (suc
DirectShowLibV1-2
- 最新版的directshow.net源码(directshow.net是一群牛人用C#重写的directshow所有接口函数的类库,是在C#下实现视频的最好用的东东),里面包括N个例子。绝对值得学习。-directshow.net latest version of the source (directshow.net a group of cattle were rewritten in C# the directshow all interface function library is i
FilterMosaic
- 这是一个视频叠加马赛克的例子,是用DirectShow的Filter实现的,它可以在任何一个视频文件,.avi,.wmv等等视频上实现马赛克效果,遮挡某一位置。-This is a mosaic of video superimposed example, is DirectShow Filter achieved, it could in any one video files. avi, . wmv etc. Video Mosaic achieving results, blocking
SampGrabCB
- Desc: DirectShow sample code - C++ console application demonstrating use of the IMediaDet interface to create a graph that contains a sample grabber filter. It shows how to use the sample grabber and a COM object callback to display informa
SignFilter
- 一组是流的打包和解包Filter,不知道这么说是否清楚。我写这对Filter是为了在采集视频的时候在每一帧上打上特殊的标记,然后修改输出端的媒体类型,把原始媒体类型保存在MediaType的pbBuff中,回放的时候再还原输出端的媒体类型,并提取每帧上的标记,理论上这对Filter支持任何视频媒体类型。-flow is a group of reconciliation Packet Filter package, not knowing whether or not clearly say s
MultiSrc
- DirectShow SDK示例MultiVMR9改进而来,支持多路实时视频\\文件视频以及图片的合成显示,并加入合成数据的采集功能,不过效果视显卡而定。使用前先复制MultiVMR9.dll到system32下,run regsvr32 MultiVMR9.dll;各种功能已经封装在MVMUSER.dll,使用例子看MultiSrcPlayer.exe,不过这个例子写的很乱-DirectShow SDK examples from MultiVMR9 improve, support for
Directshow_filter
- Really Great DirectShow Project by \"Jesse Stone\" from Taiwan. It Include 1.AC3 Filter 2.Mpeg1 Splitter for Video and Audio two pins 3.Directshow BaseClass for debug using 4.Standard mpge1 file that you correctly try it in the Gr
Video_File_Saving_in_Windows_Media_Video_Format_fo
- Video File Saving in Windows Media Video Format for the DirectX_Capture Class Library
DVApp
- The DVApp application supports the following modes: Preview: Renders DV from the camcorder to a video window. DV to type-1 file: Captures DV data from the camcorder to a type-1 DV file. Type-1 file to DV: Transmits data from a type-1 DV f
MulticastVMR-9.rar
- Multicast: 实现MPEG2传输流的组播发送和接收。其中DSNetwork是SDK中实现了 组播发送和接收两个Filter的项目,FilterTSSource是模拟发送MPEG2传输流的 Source Filter实现。 VMR-9: SDK中典型的VMR9应用例子。其中BitmapMix实现位图叠加,Ticker实现字 符叠加,Blender实现多个视频流的Alpha混合。 ,Multicast: the realization of MPEG2 transport st
Chapter02
- FilterImageGrabber:即时抓图的Filter。这是一个Trans-In-Place Filter,Filter注册名为“HQ Image Grabber”,仅支持RGB32/24/565/555四种媒体类型, 将其接入到Filter链路之后,可以抓取任何一个经过该Filter的Sample。 AVCap: 音视频采集演示程序。支持AGP/PCI/USB等各种接口的采集卡,支持 数码摄像机输入,实现即时抓图,边预览边采集,支持热插拔等等。 打开AVC
CapTest
- 在VS2005 上用C++开发的DirectShow播放实时视频流.并可以捉取播放中的画面保存为图片形式.源码中提供详细的注释..方便学习使用!-In VS2005 with C++ on the development of real-time video streaming DirectShow player. And players can capture screen in the form save it as a picture. Source notes provide a det
BitmapMix
- 使用VMR9进行视频中位图叠加,本程序实现了视频中显示矩形,并能随鼠标移动-The use of video in VMR9 overlay bitmap, the program achieved a rectangular video display and mouse with the
TitleOverlayVideoKey
- VideoKey: 视频抠像的演示。其中Ball是由SDK的一个例子修改而来,增加了属性 页,可以定制输出图像的尺寸,注意Filter的注册名改为“Bouncing Ball plus”; FilterVideoKeyer是一个实现了抠像叠加的Filter,这个Filter有两个输入Pin, 一个输出Pin,Filter的注册名为“HQ Video Keyer”。 TitleOverlay: 字符叠加的演示。其中FilterTitleOverlay是一个实现字符叠加 的
LShowMovie
- directX下面一个播放视频的例子,其中主要的播放类已经封装,可以在其他view里面 dailog 里面简单的调用就能播放。 修改MainFrm.cpp里面的 g_pcView->m_movie.PlayFile("c:\\x.rmvb") 来修改播放路径 visual 6.0 可以编译,directx show类库已经带到工程里面了,不安装微软的directx show也能编译 -DirectX following example of a video, in whic
VideoCapTest
- VC++6做的视频流采集预览 Directshow,程序对视频流处理详细,处理的效果较好.-VC++6 to do the video streaming collection preview Directshow, video streaming deal with procedures in detail, the effect of better treatment.
Video
- 在C#下利用DirectX.AudioVideoPlayback实现视频播放-In C# under the video player to use to achieve DirectX.AudioVideoPlayback
DirectShow_Filter_Wizard
- DIRECTSHOW DirectShow Filter IT S BAGIC SOURCE IN DIRECTSHOW FOR DIGIRAL VIDEO AND TV
directshow_MyPlayer
- 基于directshow的视频播放器,可以播放一般的视频-Directshow-based video player that can play video in general
motion_src
- .NET Motion Detection. A source video stream from USB camera is processed and send message about that event.