搜索资源列表
CaptureVideo
- 用来捕捉正在播放的视频文件的图像窗口内容,比如使用Media Player。这个功能使用DirectX and DirectShow可能很容易就实现了,当时我没有看到相关的文章或者源代码,据我所知,HyperSnap-DX好像是捕捉播放的视频图像的一个工具。 我做了一个示例程序,当你使用播放器播放视频文件的时候,运行这个程序,在“Option”菜单中选择“Start Caputre”即可进行捕捉,在“File”菜单可以选择“Save...”菜单可以保存捕捉的图像为bmp文件。-i
videocapture
- 摄像头视频捕捉程序,基于windows平台vc++和directshow技术
AMCap.rar
- 完成视频采集,使用directshow的filter做的。,Complete video capture, the use of the DirectShow filter to do.
PCBMatch
- 其于DirectShow SDK开发的采集视频程序,可以单独地采集单帧24位位图图像,它是基础的简单的DirectShow程序,特别利于初学者学习,程序中都是微软的示范源代码,只是简单的加了C++封装。-DirectShow SDK developed its capture video program, you can capture single frame alone 24-bit bitmap images, it is a simple DirectShow-based procedu
jpg_picture01
- directshow进行视频播放并且时时抓图的程序-Can Grab the picture form the video
Camera
- wince 下用directshow显示图像,并具有保存jpg格式的图片,和录制视频的功能-the wince with directshow display image and save the jpg image and video recording function
DirectShow
- 在windows下做视频、图形处理所用的DirectShow开发所需头文件-The windows do video, graphics used in header files needed to develop DirectShow
PicTransition
- 图片切换以及direct视频显示代码 图片切换采取的是GDI+方法 视频显示采用的是DIRECTSHOW-PIC TRANSITION AND VIDWO SHOW PIC TRANSITION is using the GDI+ method VIDEO SHOW is using the DirectShow method
Preview
- 使用directshow进行的摄像头预览、拍照和录制视频等功能-Camera s Preview take picture and record vedio using DirectShow With VC++