搜索资源列表
(vb.net)wave
- 这是一个在vb.net下完成的循环播放avi文件的例子,使用windows api实现的-in vb.net complete the cycle broadcast avi file example, the use of windows api realized
视频捕获程序代码
- 这是一个纯粹的Win32 API 应用程序,No MFC。程序示范了VFW(Video for Windows)的使用。显示来自摄像头的视频并可以将视频截获下来保存为AVI文件。程序示范了非矩形窗口编程以及“文件保存”通用对话框的实现。本代码是初学者不可多得的例子程序。-This is a pure Win32 API application, No. MFC. The VFW procedure Model (Video for Windows) use. To show that the v
Videoply
- 这是一个用MCI API(MMSYSTEM.DLL)编写的WIDOWS视频播放器,可以播放MPEG,AVI等格式文件,但是要先确定计算机有MPegDecoder以支持MPEG! -with MCI API (MMSYSTEM.DLL) prepared by the WIDOWS video player that can play MPEG, AVI file format, but should determine if the computer had MPegDecoder to s
API Play MIDI-Avi-Wav files
- windows下的wav音频文件播放,试一下,效果不错-windows of wav audio file playback, Try, good results
avi-JIAOCHENG
- AVI处理的代码,比较适合WINDOWS API 作AVI处理,-AVI handling code, more suitable for the Windows API AVI,
AVI2Mp4
- 从AVI文件提取mp4流的例子(MS API)-AVI file extraction from then no time flow example (MS API)
WINDOWS AVI的API函数调用
- 有关WINDOWS 视频的一些API函数。-video on the Windows API function.
利用Windows API函数实现多媒体文件得播放,可以播放MPG、AVI、MDI、WAV等文件以及文件信息
- 利用Windows API函数实现多媒体文件得播放,可以播放MPG、AVI、MDI、WAV等文件以及文件信息
mmfile_play.zip
- 使用API播放MPG,AVI,MDI,RMI等格式文件的VB程序,Use API to play MPG, AVI, MDI, RMI, such as the VB program format
FFplayer_Win32
- Movie Player using ffmpeg for win32. It just use Win32 API and FFmpeg. The AVI file is sample movieclip in OpenCV.
vcap
- vcap源代码这是一个纯粹的Win32 API 应用程序,No MFC。程序示范了VFW(Video for Windows)的使用。显示来自摄像头的视频并可以将视频截获下来保存为AVI文件。程序示范了非矩形窗口编程以及“文件保存”通用对话框的实现。本代码是初学者不可多得的例子程序。-vcap source code This is a pure Win32 API application, No MFC. Procedures demonstrated the VFW (Video for W
javaMediaPlayer
- Java media player, Which plays .avi, .mpeg, .mov files using JMF API (java media framework)
MusicTest
- C#调用API实现播放音乐的方法,使用控件播放avi和wma格式的音乐。-C# call the API method for playing music, use the controls play avi and wma format music.
PlanetSource
- 利用Windows API函数实现多媒体文件得播放,可以播放MPG、AVI、MDI、WAV等文件以及文件信息。 -The use of Windows API function implementation must play multimedia files, you can play MPG, AVI, MDI, WAV and other files, and file information.
AVItoBMP
- 该呈现能实现将一个AVI文件中的每桢视频转化为BMP图象,使用的标准的WINDOWS API .-The show can achieve an AVI video file for each frame into a BMP image, using the standard WINDOWS API.
VB_Net_API_achieve_player
- VB纯API实现AVI播放器VB Net API to achieve AVI player-VB Net API to achieve AVI player
Recording-avi
- 录制avi经常使用的一些api函数,包括一些讲解-Recording avi frequently use some api function, including some explaining
AVI-VCPP
- 本文详细的解析了AVI文件的存储结构,介绍了微软提供的用来操作AVI文件的一组API使用方法,并通过例子代码,演示了如何将一组静态Bmp图片合成一个avi视频文件以及如何将一个avi视频文件解析保存为一系列的bmp图像文件。-In this paper, a detailed analysis of the AVI file storage structure, describes the use of a set of API provided by Microsoft for operati
VC-capture-AVI-files
- 在使用API函数操作AVI文件时,一定要注意用AVIFileInit()来初始化AVI库,程序结束时用AVIFileExit()释放AVI库,否则API函数无法使用。现以操作包含真彩色图像的AVI文件为例,给出Cavi类的部分函数的具体实现,其中CaviCreate()函数用于读取AVI文件信息并初始化Cavi类的成员,例如根据AVI文件信息定义每帧图像的宽、高、每帧图像的信息头结构等等;函数AviRead(int mFrame)用于从AVI文件中读取第mFrame帧。-When using A