搜索资源列表
MyPlayerbylqh
- 一个基于DirectShow的音频视频文件播放器,完全采用C++类的方式组织,可以播放mp3,wav,avi,mpeg等,代码简单易懂,便于移植与复用。-a DirectShow-based Audio Video File player, Class C uses the organization, the broadcast mp3, wav, avi, mpeg. code is simple to understand and easy transplantation and reuse
AviPclass
- AVI视频流数据读写类库!供视频图像处理编程参考!非常好用!-AVI video stream class library for reading and writing data. Video image processing for programming reference! Very handy!
BmpToAvi.rar
- 将几张bmp图片编码为avi视频文件,生成avi的类代码在writeavi.cpp文件中,Bmp picture to a few avi video files encoded to generate the class code avi files writeavi.cpp
openCV
- 在opencv的基础上开发的处理avi视频的类,-for process avi video in opencv
BMPViewer222
- 24位BMP图象的读入与显示 BMP图象的读取 使用C语言对BMP图象进行读取和显示 将BMP图象内容写入到AVI文件中去 简单的可操作8位和24位bmp位图的图像类 图象处理程序, 能把16位或24位等图象转化为8位 bmp图象处理类,实现了bmp图象的读写操作-24 BMP images read into and display
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