Welcome![Sign In][Sign Up]
Location:
Search - VFW Class

Search list

[Video CaptureVFW-Framegrabber class

Description: 在vc下 实现视频捕捉 采用了VFW 封装API函数到该类中 我们要做的就是直接调用 :)-A class that encapsulates all APIs for video capture in windows is built in VC. what we need to do is to call it directly.
Platform: | Size: 86130 | Author: 周贤 | Hits:

[Driver DevelopUDP_Talker

Description: 点对点视频、音频聊天的小工具。 该工具使用Windows的VFW库进行视频采集、压缩。 该工具中有一些自封装类库可提供大小学习之用; -point-to-point video and audio chatting small tools. The use of tools for Windows VFW video capture, compression. The tool has some self Packaging Class size will provide learning;
Platform: | Size: 503556 | Author: onlyfish | Hits:

[Multimedia programRecAvi

Description: 屏幕录象,vfw.其中有一个很好使用的类-screen videos, VFW. There is a very good use of the class
Platform: | Size: 34356 | Author: 谢仁祥 | Hits:

[Multimedia programRecAvi

Description: 屏幕录象,vfw.其中有一个很好使用的类-screen videos, VFW. There is a very good use of the class
Platform: | Size: 33792 | Author: 谢仁祥 | Hits:

[Video CaptureVFW-Framegrabber class

Description: 在vc下 实现视频捕捉 采用了VFW 封装API函数到该类中 我们要做的就是直接调用 :)-A class that encapsulates all APIs for video capture in windows is built in VC. what we need to do is to call it directly.
Platform: | Size: 86016 | Author: 周贤 | Hits:

[Driver DevelopUDP_Talker

Description: 点对点视频、音频聊天的小工具。 该工具使用Windows的VFW库进行视频采集、压缩。 该工具中有一些自封装类库可提供大小学习之用; -point-to-point video and audio chatting small tools. The use of tools for Windows VFW video capture, compression. The tool has some self Packaging Class size will provide learning;
Platform: | Size: 3326976 | Author: onlyfish | Hits:

[Picture ViewerVideoCapture

Description: 使用数字视频软件包VFW中的AVICap窗口类 进行视频捕捉的源码-The use of digital video software packages VFW in AVICap video capture window class for the source
Platform: | Size: 53248 | Author: tommy | Hits:

[Multimedia DevelopVB-VFW

Description: VB编写的视频捕捉程序,使用了 vfw,程序简单易懂,非常适合初学者-VB prepared the video capture process, using the vfw, easy-to-understand procedures, are very suitable for beginners
Platform: | Size: 47104 | Author: | Hits:

[VC/MFCvideocap

Description: 这是一个采用基于vfw的类库实现视频捕捉的经典源代码。-This is a class library based on the realization of the VFW video capture classic source code.
Platform: | Size: 1955840 | Author: 闫宝华 | Hits:

[Internet-NetworkVideo_Record

Description: 用VC编写的一个带有视频捕捉及录象功能的程序,使用VFW类库编写,对了解实时视频传输有很大的帮助,及加深对使用vfw的理解-Prepared using VC with a video capture and video functionality, the use of VFW preparation class library for real-time video transmission know there is a great help, and to deepen the understanding on the use of VFW
Platform: | Size: 2144256 | Author: 胡庆恩 | Hits:

[Picture ViewerImageTest2

Description: 图像处理系列之2--显示篇 涵盖内容: 1>图像显示原理 2>图像显示函数 3>提高显示性能的方法,双缓存技术和VFW组件 涉及VC知识主要有: 1>const使用 2>类的编写 附加说明: 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。 -Image Processing Series 2- shows the contents of articles covering: an " image display principle of two" image display function 3 " to improve display performance of the method, double-buffering technology and VFW components of the knowledge involved in VC main: 1> const use 2" the preparation of an annotated class: Since this program uses the VFW component, so Project- Setting the--Object/libray modules to add vfw32.lib.
Platform: | Size: 60416 | Author: | Hits:

[OpenCVAviCap_demo

Description: AVICap窗口类是VFW(Video for Windows)*的一个重要组成部分,它的主要作用是实现视频的捕获。这是一个源码的例子。-AVICap window class is a VFW (Video for Windows)* is an important component of its primary role is to implement video capture. This is a source code example.
Platform: | Size: 13104128 | Author: zhuzhangbin | Hits:

[Video CaptureVideoCaptureAndDisplay

Description: VFW(Video for Windows)函数是Windows环境下实现视频捕获的重要工具,是Windows操作系统增设的视频服务库。由于VFW函数可以方便地实现视频、音频数据流到AVI文件的存储,在Visual C++中也将VFW函数称为AVICAP窗口类函数。AVICAP窗口类为应用程序提供了一个基于访问视频采集硬件的、基于消息的接口,从而使之能访问视频和波形文件,能灵活的实现从模拟视频源采集数字视频信号,并将所捕获的视频流存储到磁盘或直接对视频缓存进行处理。-VFW (Video for Windows) function is a Windows environment, an important tool for video capture is the Windows operating system, library of additional video services. Because the function can be easily achieved VFW video and audio data stream to AVI file is stored in the Visual C++ will also function as AVICAP VFW window class function. AVICAP window class provides applications access the video capture of a hardware-based, message-based interface, so that it can access video and waveform files can be a flexible source capture analog video from a digital video signal, and the video captured stream is stored to disk or directly to the video buffer for processing.
Platform: | Size: 288768 | Author: 杨文韬 | Hits:

[Special EffectsImageTest2

Description: Visual C/C++图形图像与游戏编程典型实例解析--涵盖内容: 1>图像显示原理 2>图像显示函数 3>提高显示性能的方法,双缓存技术和VFW组件 涉及VC知识主要有: 1>const使用 2>类的编写 附加说明: 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。 实验环境: Win+VC6.0-Visual C/C++ graphics and game programming typical examples of analysis- covers: 1> image display principle 2> image display function 3> ways to improve display performance, dual caching technology and knowledge VFW VC components involved are: 1> const use 2> write an annotated class: Since this program uses the VFW components, so Project- Setting the--Object/libray modules add vfw32.lib. Experimental environment: Win+ VC6.0
Platform: | Size: 60416 | Author: hty | Hits:

[Video Capturevideo_capture

Description: 本文主要介绍了微软公司VFW(Video for Windows)软件包中的AVICap窗口类的成员函数和一些关键宏,以及与编写视频捕捉程序紧密相关的几个结构体。最后,通过一个视频捕捉应用程序,展示了如何具体实现视频捕捉,以及要注意的相关问题。-This article mainly introduced the Microsoft VFW (Video for Windows) of the software package AVICap window class member functions and some key macros, and Video capture and write program closely related several structures. Finally, through a video capture application that shows how to concrete realization video capture, and to pay attention to the related problems.
Platform: | Size: 21504 | Author: 路元元 | Hits:

[VC/MFCrtp

Description:   VFW(Video for Windows)是Microsoft推出的关于数字视频的一个 VFW logo 软件开发包,VFW的核心是AVI文件标准。AVI(Audio Video Interleave)文件中的音、视频数据帧交错存放。围绕AVI文件,VFW推出了一整套完整的视频采集、压缩、解压缩、回放和编辑的应用程序接口(API)。它引进AVI的文件标准,该标准未规定如何对视频进行捕获、压缩及播放,仅规定视频和音频该如何存储在硬盘上,在AVI文件中交替存储视频帧和与之相匹配的音频数据。VFW给程序员提供.VBX和AVICap窗口类的高级编程工具,使程序员能通过发送消息或设置属性来捕获、播放和编辑视频剪辑。现在用户不必专门安装VFW了,Windows95本身包括了Video for Windows1.1,当用户在安装Windows时,安装程序会自动地安装配置视频所需的组件,如设备驱动程序、视频压缩程序等。 由于AVI文件格式推出较早且在数字视频技术中有广泛的应用,所以VFW仍然有很大的实用价值,而且进一步发展的趋势。-VFW (Video for Windows), Microsoft launched a digital video VFW logo Software Development Kit, the VFW is the core of the AVI file standard. AVI (Audio Video Interleave) file audio and video data frame interleaved storage. Around the AVI file, VFW launched a complete set of video capture, compression, decompression, playback and editing application programming interfaces (APIs). Introduction of AVI file standard, the standard does not specify how the video capture, compression and playback, only the provisions of the video and audio stored on your hard drive in AVI files alternately stored video frame and the matching of audio data. VFW to provide programmers. VBX and AVICap window class of high-level programming tools that enable programmers through to send messages or set the property to capture, playback and edit video clips. The user does not have to specifically install the VFW a Windows95, itself, including Video for Windows1.1, when the user when Windows is installed, the insta
Platform: | Size: 201728 | Author: lijiang | Hits:

[Delphi VCLVFW.pas

Description: delphi 用vfw进行捕捉生成视频使用的是AVICap窗口类来开发视频捕获程序。AVICap类支持实时视频流捕获和单帧捕获,并提供对视频源的控制。通常使用的MCI控件虽然也提供了数字视频服务。并为视频叠加提供了Overlay命令集等。注:使用时,需要修改文件扩展名。-generated delphi vfw capture video using the video capture program to develop AVICap window class. AVICap class support real-time video streaming capture and frame capture, and provides control of video sources. Although generally used MCI control also provides a digital video service. Overlay command set and video overlay. Note: When using the need to modify the file extension.
Platform: | Size: 36864 | Author: 马永胜 | Hits:

CodeBus www.codebus.net