联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 多媒体编程(352) 
按平台查找All Visual C++(352) 

[多媒体编程] Dsound3D

张玲玲《visual c++ 音频视频技术开发与实战》经典源码,这本书是2012年出版,内容比较新的。详细的讲述了音频视频的开发,其中内容有directmusic/directshow/vfw/mpeg-4/视频监控系统等,很适合初学者和开发者借鉴研究(关于混音和3D音效编程开发的方法经典demo)。开发平台 vs2010
Zhang Lingling "visual c++ audio and video technology development and combat." This book was published in 2012, the content is still relatively new. Detailed story of the development of audio and video content with directmusic/directshow/vfw/mpeg-4/video surveillance system, it is suitable for beginners and developers to learn from research (about directsound method developed classic demo). (2013-08-08, Visual C++, 8399KB, 下载11次)

http://www.pudn.com/Download/item/id/2326068.html

[多媒体编程] Visual.C.the.development.of.practical.engineering

Visual C++视频音频开发实用工程案例精选 ---随书关盘源码 chap2:视频捕捉系统 chap3:视频会议系统 chap4:远程视频监控系统 chap5:MPEG-4播放技术 chap6:MPEG-4编码技术 chap7:MPEG-4解码技术 chap8:MP3深入编程 chap9:XvidQP系统 chap10:DirectShow程序设计 chap11:Direct3D程序设计 chap12:DirectSound程序设计 chap13:DirectMusic程序设计 chap14:语音识别系统
Visual C++ video audio the development of practical engineering cases selected chap2: video capture system chap3: Video Conference System chap4: remote video monitoring system chap5: MPEG-4 playback technology chap6: MPEG-4 encoding technology chap7: MPEG-4 decoding technology chap8: MP3 in-depth programming chap9: XvidQP system chap10: DirectShow programming chap11: Direct3D programming chap12: DirectSound programming chap13: DirectMusic programming chap14: Speech Recognition System (2010-09-10, Visual C++, 15956KB, 下载299次)

http://www.pudn.com/Download/item/id/1293508.html

[多媒体编程] ffvp6_v055

[flvpluginsrc.rar] - tcpmp的flv播放器插件,支持播放flv格式的流媒体文件.该包包含用tcpmp播放flv流媒体文件所必须的所有资源. 1.其中ffmpeg比tcpmp源码中的ffmpeg添加了flv的解码. 2.flvsplitter为flv的splitter,对flv流进行音视频的分离,并实现http流的 [ffmpeg.plugin.0.72RC1.zip] - ffmpeg plugin for TCPMP any version [iPhoneUI.rar] - wince界面编程,类似苹果手机的效果,包含可执行文件和代码 [DLL.rar] - 一个在WINCE下可以用PPC上软件的常用的DLL文件集合 [MediaPlayer.rar] - 在TCPMP的基础上,自己做界面,通用调用common.dll来完成视频,图片的批量播放
TCPMP ffmpeg based flv4/vp6 video codec plugin (2010-08-26, Visual C++, 1452KB, 下载49次)

http://www.pudn.com/Download/item/id/1279715.html

[多媒体编程] VisualCvideoandaudioDevelop

利用Visual C++进行网络及多媒体(视频/音频)开发的书籍。书中精选了大量的具有商用价值的工程案例,包括视频捕捉系统、视频会议系统和远程视频监控系统的开发技术;网络、多媒体技术的底层实现,如MPEG-4的播放技术、编码技术和解码技术,XvidQP系统的开发等;MP3深入编程技术。另外,还对流行的网络、多媒体开发工具——微软的DirectX9.0进行了介绍,具体包括DirectShow、Direct3D、DirectSound和DirectMusic。在本书的最后一章,详细介绍了基于IBM ViaVoice的语音识别系统在上位机和下位机之间的通信的架构及实现,并给出了系统的关键技术与算法。. 并有每一章节的源代码,可直接编译,非常好的资料
Using Visual C++ for network and multimedia (video/audio) development books. The book featured a large number of cases with the commercial value of the works, including video capture systems, video conferencing and remote video surveillance system development technology network, the underlying implementation of multimedia technology, such as MPEG-4 playback techniques, coding techniques and decoding technology, XvidQP system development, etc. MP3-depth programming. In addition, the popular Internet, multimedia development tools- Microsoft DirectX9.0 were introduced, specifically including DirectShow, Direct3D, DirectSound and DirectMusic. In the book s final chapter, detailing the IBM ViaVoice speech recognition-based system in the upper and lower machine communication between the structure and implementation, and gives the key technologies and algorithms. . And have each section of source code, can be directly compiled, very good information (2010-08-04, Visual C++, 52743KB, 下载27次)

http://www.pudn.com/Download/item/id/1259629.html

[多媒体编程] CutScene90

镜头切换<media文件名 描述 =========== 镜头切换,是一个简单的全屏电影播放器样品,可让您 添加到应用程序中播放影片,而无需学习 DirectShow的编程细节。 应用程序的WinMain()调用PlayCutscene(),一个一般的函数, 你可以用它来添加电影或简单的过场动画开始播放 您的游戏。为电影回放所需的所有代码中 在cutscene.cpp和cutscene.h,可添加到您的项目。 镜头切换,创建一个隐藏的窗口来处理键盘输入。用户可以 按空格键,Enter键,或逃脱键导致播放结束。 当播放完,窗口被销毁。
Usage: =========== cutscene <media filename> Description =========== Cutscene is a simple fullscreen movie player sample that enables you to add movie playback to your application without needing to learn the specifics of DirectShow programming. The application s WinMain() calls PlayCutscene(), a generic function that you can use to add easy playback of movies or cutscenes to the beginning of your game. All of the code needed for movie playback is contained within cutscene.cpp and cutscene.h and can be added to your project. Cutscene creates a hidden window to handle keyboard input. A user can press SPACE, ENTER, or ESCAPE keys to cause the playback to end. When playback ends, the window is destroyed. (2010-05-06, Visual C++, 12KB, 下载8次)

http://www.pudn.com/Download/item/id/1158502.html

[多媒体编程] 004401

1 声音的采集: 将声音信号送入计算机,我们利用了声卡录音的低层操作技术,即对winmm.lib进行API调用。具体编程时这一部分被写在一个类中(Soundin类)。 在构造函数中设定包括最大采样率(11025),数据缓存(作为程序一次性读入的数据,2048),声卡本身所带的一些影响采样数据等的各种参数; 调用API函数waveInGetNumDevs(返回UNIT,参数为空)检察并打开声音输入设备,即声卡;并进而使用waveInGetDevCaps得到声卡的容量(在waveInCaps中存有该数据,对其进行地址引用,从DWORD dwFormats得到最大采样率、声道数和采样位);
A sound collection: the sound signal into the computer, we took advantage of low-level operation of sound recording technology, that is winmm.lib to API calls. This part of the specific programming is written in a class (Soundin category). Set in the constructor, including maximum sampling rate (11025), data cache (as a program and a one-time read data, 2048), sound card itself is carried by some of the effects of various parameters such as sampling data call the API function waveInGetNumDevs (return UNIT , the parameter is empty) Attorney and open sound input device, or sound card and thus the use of waveInGetDevCaps get sound card capacity (in the waveInCaps exist in the data, address reference to them from the DWORD dwFormats get the maximum sample rate, channel number and Sampling bit) (2010-02-23, Visual C++, 45KB, 下载25次)

http://www.pudn.com/Download/item/id/1068174.html

[多媒体编程] vfw-learn

VFW VFW是微软公司1992年推出的关于数字视频的一个软件包,它能使应用程序通过数字化设备从传统的模拟视频源得到数字化的视频剪 辑。VFW的一个关键思想是播放时不需要专用硬件,为了解决数字视频数据量大的问题,需要对数据进行压缩。它引进了一种叫AVI的文件标准,该标准未规定 如何对视频进行捕获、压缩及播放,仅规定视频和音频该如何存储在硬盘上,以及在AVI文件中交替存储视频帧和与之相匹配的音频数据。VFW给程序员提 供.VBX和AVICap窗口类的高级编程工具,使程序员能通过发送消息或设置属性来捕获、播放和编辑视频剪辑。在Windows 9x系统中,当用户在 安装VFW时,安装程序会自动地安装配置视频所需要的组件,如设备驱动程序、视频压缩程序等。 VFW主要由以下6个模块组成: ●AVICAP.DLL:包含执行视频捕获的函数,它给AVI文件的I/O处理和视频、音频设备驱动程序提供一个高级接口; ●MSVIDEO.DLL:包含一套特殊的DrawDib函数,用来处理屏幕上的视频操作; ..........
err (2008-10-10, Visual C++, 3KB, 下载78次)

http://www.pudn.com/Download/item/id/558869.html

[多媒体编程] playwavbymci

从立体声的wave文件中分别提出左声道和右声道的声音数据,并分别保存到两个单独的单声道wave文件中。封装了一个类,且有详细的测试代码。涉及到wave文件格式的剖析、多媒体文件的操作、wave文件的生成等各方面的编程技巧。适合初学者,其实我也是学了好几年的初学者。
From a stereo wave file of the respective left and right channels of voice data, and were saved to the two separate mono wave file. Packaging a category, and detailed test code. Wave file format involves the analysis of the operation of multimedia files, wave files to generate various aspects such as programming skills. Suitable for beginners, I also learned a good few years for beginners. (2007-11-09, Visual C++, 15KB, 下载60次)

http://www.pudn.com/Download/item/id/357916.html

[多媒体编程] vc++shipinkaifa

vc++视频开发实例集锦,包括“远程视频监控”"语音识别系统"等13个经典例子。是VC++源码。
vc Video Collection development example, "Remote Video Surveillance", "Speech Recognition System" 13 classic examples. VC is the source. (2007-02-19, Visual C++, 13695KB, 下载2400次)

http://www.pudn.com/Download/item/id/250000.html

[多媒体编程] IPGateDll

正如大家所感受到的,INTERNET是一个令人兴奋的信息传播媒体。兴奋之余,人们不禁开始担心由此而产生的一些负面问题:一些本不应该得到的信息在INTERNET上面唾手可得,这会对某些人的群体产生直接或间接的不良影响。所以一些限制INTERNET访问的软件应运而生,但大多具有较强的针对性,比如说反色情、反暴力和反反动等等,而且大多需要付费购买。当我意识到这些问题的时侯,正巧在探索系统编程,于是动手写了一个通用的管理某台电脑(运行于WINDOWS 9X/NT/2000/XP操作系统)允许或不允许访问的那些网站的软件,它像是电脑和INTERNET之间的一道有门卫的大门,所以我把它取名为IPGate。运行它以后,每次它会在电脑启动的时候自动运行,在使用电脑期间它会根据管理员预先设置好的限制方案进行INTERNET访问控制,除了管理员之外,谁也不能修改和取消限制,直至关机。它的优点是简单易用,能够方便地对不同的应用场合制订不同的限制方案,而且它是完全免费的,是我们大家可以一起共享的。快下载了试试吧!(关于其中的技术要点,在“研究研究”栏目里有介绍)
err (2006-11-09, Visual C++, 70KB, 下载19次)

http://www.pudn.com/Download/item/id/225205.html

[多媒体编程] DigitalImageT

visual c++ 是功能强大的编译器,本人在带本科生的毕业设计中,利用VFW32.LIB编写了USB摄像头的AVI图像采集,并对图像进行AVI格式到BMP的解析和提取,并对图像进行分析提取信息。这是学习数字图像和多媒体编程的绝好素材。本代码可在visual c++6.0下运行。
visual c is a powerful compiler, I would bring the number of undergraduate graduation design, VFW32.LIB prepared using USB camera AVI image acquisition, also AVI format images to BMP analytical and extraction and image analysis retrieve information. This is the learning and multimedia digital images of excellent programming material. The code in visual c running under 6.0. (2006-07-04, Visual C++, 4197KB, 下载407次)

http://www.pudn.com/Download/item/id/200743.html

[多媒体编程] 基于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 code, "decoder source" directory as a separate part of the MP3 decoder. (2) the procedures in Windows 2000, Visual C Compiler 6.0 environment, in \ \ MP3 \ Debug directory can be run directly on the implementation document. (3) The procedure does not require special hardware, but especially for old hardware may not support. (2005-10-14, Visual C++, 2470KB, 下载181次)

http://www.pudn.com/Download/item/id/118083.html
总计:352