Welcome![Sign In][Sign Up]
Location:
Search - DirectShow multiple video

Search list

[DirextXMultiSrc

Description: DirectShow SDK示例MultiVMR9改进而来,支持多路实时视频\\文件视频以及图片的合成显示,并加入合成数据的采集功能,不过效果视显卡而定。使用前先复制MultiVMR9.dll到system32下,run regsvr32 MultiVMR9.dll;各种功能已经封装在MVMUSER.dll,使用例子看MultiSrcPlayer.exe,不过这个例子写的很乱-DirectShow SDK examples from MultiVMR9 improve, support for multiple real-time video \\ documents and video pictures for the synthesis, and to join the synthetic data acquisition function, But as the effects of graphics available. Use prior to the system32 MultiVMR9.dll copy, MultiVMR9.dll run typing; Packaging has various functions in MVMUSER.dll. MultiSrcPlayer.exe look at the use of examples, but in this case was made into confusion
Platform: | Size: 1338227 | Author: caoym | Hits:

[DirextXMultiSrc

Description: DirectShow SDK示例MultiVMR9改进而来,支持多路实时视频\文件视频以及图片的合成显示,并加入合成数据的采集功能,不过效果视显卡而定。使用前先复制MultiVMR9.dll到system32下,run regsvr32 MultiVMR9.dll;各种功能已经封装在MVMUSER.dll,使用例子看MultiSrcPlayer.exe,不过这个例子写的很乱-DirectShow SDK examples from MultiVMR9 improve, support for multiple real-time video \ documents and video pictures for the synthesis, and to join the synthetic data acquisition function, But as the effects of graphics available. Use prior to the system32 MultiVMR9.dll copy, MultiVMR9.dll run typing; Packaging has various functions in MVMUSER.dll. MultiSrcPlayer.exe look at the use of examples, but in this case was made into confusion
Platform: | Size: 1338368 | Author: caoym | Hits:

[Picture ViewerVedioPlayer

Description: 非常好地封装了DirectShow 能够播放多种视频文件-Very good package of DirectShow can play multiple video files
Platform: | Size: 55296 | Author: 耗子 | Hits:

[Multimedia DevelopVC++shexiangtoukongzhi_yuanma

Description: 利用directshow技术对操作摄像头,可利用摄像头进行实时视频显示,拍照,图片处理等多种功能。-Use DirectShow technology to operate camera, the camera can be used for real-time video display, camera, pictures, etc. deal with multiple functions.
Platform: | Size: 4220928 | Author: jacky | Hits:

[Audio programDirectShowPlay

Description: 一个用DirectShow开发的音频播放程序,支持多个声卡,可以任意指定播放声卡,可以播放mp3,wav,cda,avi,asf,wmv,mpg等所有windows支持的多媒体视频、音频文件,还可以直接播放CD。-With the development of a DirectShow audio player, supports multiple sound cards, sound cards can be the designated player, can play mp3, wav, cda, avi, asf, wmv, mpg, etc. to support all windows multimedia video, audio files can also be direct broadcast CD.
Platform: | Size: 29696 | Author: peter | Hits:

[File FormatdxVideo

Description: 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. -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.
Platform: | Size: 17408 | Author: marwa | Hits:

[Video CapturedyVideoCam

Description: 自己用DirectShow SDK写支持多个摄像头的视频捕捉及抓拍存储程序,算是学习DS后的第一个作业吧-Their own writing with the DirectShow SDK supports multiple cameras to capture video capture and storage procedures, be learning the first job after DS it ~ ~
Platform: | Size: 4626432 | Author: 东野 | Hits:

[Video CaptureRTP_video_audio

Description: 利用Microsoft DirectShow采集视频,压缩成MPEG4 (Divx)格式,以RTP透过Multicast的方式,即使传给多个终端,可用于视频会议,视频监控等二次开发,内附详细说明文档-Using Microsoft DirectShow capture video, compressed into MPEG4 (Divx) format to RTP Multicast way through, even to multiple terminals can be used for video conferencing, video surveillance and other secondary development, containing a detailed description of the document
Platform: | Size: 14292992 | Author: | Hits:

[Windows DevelopCVMFC

Description: C++ MFC OpenCV和MFC的实例,包括界面程序+各种图像处理操作,演示如何在MFC中使用OpenCV,由3部分组成。一、Windows 下用 MFC 编制的程序框架,采用设备无关位图DIB实现Windows多文档模式下图像的显示,实现显示的关键函数StretchDIBits的原型; 二、调用 OpenCV 函数实现处理   使用 OpenCV 函数处理图像在 MFC 环境下显示,实现功能为图像平滑、图像缩小与Canny 边缘检测。三、用 DirectShow 编制的视频采集程序   采用 DirectShow 实现视频采集,其优点是支持高分辨率图像采集,最高分辨率由所用的摄像头决定,如罗技130万像素USB摄像头C300最高分辨率可达1280*1024,在MPEG模式下采集速度为每秒15郑使用时CPU 的时间占用率在15~30 之间-C++ MFC OpenCV and MFC examples, including the interface program+ various image processing operations, demonstrates how to use OpenCV in the MFC, consists of three parts. First, the procedural framework under Windows with MFC prepared using the device-independent bitmap DIB achieve the Windows Multiple Document mode image display, to achieve critical function prototype StretchDIBits display Second, the call processing functions for OpenCV Image processing functions using OpenCV in the MFC environment shows that achieve functional as image smoothing, image reduction and Canny edge detection. Third, using DirectShow video capture program preparation Using DirectShow video capture, the advantage is to support high-resolution image capture, the maximum resolution is determined by the use of the camera, such as a 1.3 megapixel Logitech C300 USB camera resolution up to 1280* 1024, in the collection rate for each MPEG mode Zheng 15 seconds time when the CPU occupancy rate is between 15 t
Platform: | Size: 5444608 | Author: apudn58 | Hits:

[Multimedia DevelopVideoPlay

Description: 利用DirectShow技术开发的一款视频播放器软件,支持多种视频、音频格式,如MPG、AVI、RMVB、MP3、MID、WA、MOV、QT、WMV、WMA、ASF等-Use DirectShow technology development of a video player software that supports multiple video and audio formats, such as MPG, AVI, RMVB, MP3, MID, WA, MOV, QT, WMV, WMA, ASF, etc.
Platform: | Size: 221184 | Author: 刘毅 | Hits:

[Video Capturevideocap

Description: 采用directshow开发的视频采集程序。支持多个摄像头同时录像。支持视频文件播放-Developed using directshow video capture program. Support for multiple cameras simultaneously recording. Support for video file playback
Platform: | Size: 80896 | Author: gongfei | Hits:

CodeBus www.codebus.net