搜索资源列表
我用VC制作简单AVI文件播放器
- 目前,专门用于设计多媒体应用的软件很多。而VC6.0也提供了一种动画控件来实现简单多媒体动画文件的播放。-currently devoted to the design of multimedia software applications lot. VC6.0 and also provided animation controls to a simple document multimedia animation playback.
aviinfo
- AVI播放器,用VC++实现对AVI文件的读取操作。-AVIplayer
digtalvideo
- 用vc++实现的,用来播放avi格式的视频文件的源代码-Using vc++ to achieve, used to play avi format video file source code
AVItoMPEG
- 将AVI转换为MPEG文件的程序源代码 用vc实现-AVI files will be converted to MPEG program source code to achieve with vc
JpgView
- 用vc编程的一jpg文件查看程序, 实现jpg文件的图像显示- JpgView
18
- Visual C++安例开发集锦,多媒体应用,实现用VC制作简单AVI文件播放器-Visual C++ development highlights security cases, multimedia applications, to achieve production of a simple AVI file with VC player
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