搜索资源列表
vc++视频捕捉系统
- 本程序在 Windows 2000、Visual C++ 6.0 环境下编译通过, 使用时需要有一个摄像头并安装好相关驱动程序。-This program compile using windows 2000,Visual C++ 6.0 and run after reqiring a pickup camera and setting up relate driver.
基于VC++远程视频监控系统
- 程序运行在Windows 98/2000/XP/2003平台下,可在VC++ 6.0或.NET中调试。调试前请先安装Microsoft DirectX 9.0 SDK。因为本章的程序用到DirectShow的COM,需要在程序options→directories→include files中添加“E:\\Program Files\\Microsoft DirectX 9.0 SDK \\Samples\\C++\\DirectShow\\BaseClasses”。-running Windo
基于VC++MPEG-4编码技术
- (1)本程序可在Windows 2000、Visual C++6.0 环境下编译通过。 (2)源码是一个编码模块,编译后生成encore.lib库文件, 不能直接执行。需要读者自己编写程序调用其中的功能。 (3)运行时打开//encore/build/目录下的encore.dsw文件。-(1) the procedures in Windows 2000, Visual C 6.0 environment compile. (2) is a source code modul
基于VC++MPEG-4解码技术
- (1)本程序可在Windows 2000、Visual C++ 6.0和DirectX 8.0 环境下编译通过。 (2)编译时直接打开//DECORE/BUILD目录下的DECORE.DSW文件。-(1) the procedures in Windows 2000, Visual C 6.0 and DirectX 8.0 environment compile. (2) Build directly open / / DECORE / BUILD DECORE.DSW direct
基于VC++的MP3深入编程
- (1)“MP3目录”下为完整的播放器CoolPlayer的全部代码,“解码源码”目录下为单独的MP3解码部分。 (2)本程序可在Windows 2000、Visual C++6.0环境下编译通过,在\\\\MP3\\Debug目录下有可直接运行的执行文件。 (3)本程序没有特殊的软硬件要求,但对于特别陈旧的硬件,可能会不支持。-(1) "MP3 directory" for a complete player CoolPlayer all the c
Visual C 设计媒体播放器
- VC6.0可谓是微软的王牌产品,它以强大的功能而赢得了广大程序员的爱好。而用VC的AppWizard、ClassWizard和其中的各种控件可以方便地建立应用程序。 本文就介绍用VC6.0自带的一个ActiveX控件----ActiveMovieControl Object,来建立自己的多媒体播放器。此多媒体具有一般的播放功能,能播放*.mp3,*.wma,*.mdi,*.wav,*.avi,*.dat等文件,还有Repeat功能-VC6.0 is Microsoft's flagship pr
loadbmpfile
- 这是一个用VC/C进行图像处理的一个源程序-This is a VC / C for image processing of a source
vc
- Visual C++视频_音频开发实用工程案例精选(源代码)
mpeg4_DECORE
- 用于MPEG4解码的源代码,VC++,C语言
VC++zhongduomeiti
- 在VC++中实现自动连续播放多媒体?赩C++中实现自动连续播放多媒体
在VC++中实现自动连续播放多媒体
- 使用visual c++编写,能够实现多媒体的连续播放。-use visual c prepared to achieve multimedia player.
VC++数字图象获取 处理及实践应用
- vc++数字图像获取\\处理\\以及实践应用-A demo shows Digitial Image Capture\\Processing\\practice using Visual C++.
netmetting.rar
- C++视频会议系统VC++源码(曾获奖)。很不错的一个系统。很强大。值得一看。,C++ Video Conference System VC++ source code (award-winning). A system is very good. Very powerful. Worth a visit.
Mpeg2Dec
- TS文件(mpeg2)文件播放器,c/c++语言实现,编译后即可运行.-TS Stream file(mpeg2) player,use c/c++ language complete,you can compile it use vc++6 and later compiler.
wav
- 用C写的,如果将音频数据通过转换显示成频谱图-wav
test_for_read_wavfile
- 本代码包括vc下对于wave文件的读取,以及声纹识别中mfcc的计算,包括完整的声音预处理和特征计算过程。-Vc under this code, including the wave of documents to read, as well as Voice Recognition MFCC calculation, including the voice of integrity and characteristics of pre-processing calculations.
OpenAL-2008
- VC++使用 openal的 操作范例.-VC++ Use openal the operation of an example.
PlayAVI
- Avi视频播放器,基于VC++MFC框架下的持续,对初学者有一定的帮助-Avi video player, based on the VC++ MFC framework of continuing to have some help for beginners
Audio-vc
- 盖莫音频引擎1.4.2发布 1.支持平台win7,xp,vista 2.支持语言c++ 3.支持编译器vc6.0,vc7.1,vc8,vc9,devc++,codeblock 4.支持音频格式flac,aiff,wav,it,mod,s3m,xm,ogg,mp3 5.播放模式:多线程流式播放 6.使用多线程处理音频录入-Audio Engine 1.4.2 released Gaimo Rights Gaimo Audio Engine 1.4.2 Release 1.
FrameGrabber
- 开发环境:VC/C++ 用DirectShow抓取影片帧 很多视频播放软件或视频编辑软件都提供了抓帧的功能,本代码就实现此功能