搜索资源列表
aLANencryptSystem
- 一个基于LAN的语音保密通信的实例代码,以VC为界面的,可能有些瑕疵,可以供初学者参考参考-a LAN-based voice communications confidentiality example code to interface to the VC may have some flaws, for beginners information.
wmvnetwrite
- 基于Media Player SDK开发的简单流媒体服务器,可以把本地流文件在网上发布,用Media Player连接即可观看。是学习开发流媒体服务器的绝佳例子-based Media Player SDK to develop a simple streaming media server, can local streams documents available online in Windows Media Player can be connected to watch. Learni
DirectDrawSample
- Koules是基于DirectDraw的小游戏用DirectDraw,DirectSound,DirectInput的综合例子-Koules is based DirectDraw small game with DirectDraw, DirectSound, DirectInput the comprehensive example
X_Vid
- MPEG-4的编码解码开发包程序: 包括三部分 - xvidcore: the main MPEG-4 de-/encoding library, and simple example programs - dshow: windows direct show decoder filter which links against xvidcore to allow MPEG-4 playback on Windows based OS. - vfw: video fo
XviD_src
- divx源码 XviD is a high performance and high quality MPEG-4 video de-/encoding solution. The XviD package currently consists of three parts: - xvidcore: the main MPEG-4 de-/encoding library, and simple example programs - dshow: windo
bt878.zip
- 基于BT878的视频采集并回放的演示程序,基于DJGPP用C++完成,可以在DOS下运行,是学习BT878及相类似芯片编程的很好的范例程序。相关文章介绍请参考:http://hengch.blog.163.com/blog/static/10780067200847102517752/,BT878-based video capture and playback of the demo program, based on the DJGPP using C++ to complete, you
joy2midi-0.3-src
- Joy2Midi v0.3 Joy2Midi is based upon Events .. an Event can be a button (Button1), or some sort of action (such as Left). Every command has On and Off checks. For an event to go "On" all the on checks must be satisfied. For example, for the Butt
DirectShow-captuer
- 这是基于DirectShow的视频采集源代码,也可以实现视频的预览,抓捕功能。可以作为广大网友的范例学习。-This is based on the DirectShow video capture source code, you can achieve video preview, capture function. As an example of the majority of users can learn.
CaptureDemo
- 基于directshow的能同时播放视频采集设备和媒体文件的播放器,非常实用的一个例子。-DirectShow-based player at the same time the video capture device and media file player, a very practical example.
proiect
- VisualDSP++ program. Gets a video input in PAL, transforms from the interlaced format in normal YUV and then in an RGB. Program based on Analog Devices example-Video Input.
CalibrationDemoOpenCV.tar
- Sample impementation of a stereo camera calibration including rectification using CvCalibFilter based on the forum post of Rafael Mu駉z Salinas at http://tech.groups.yahoo.com/group/OpenCV/message/48237
18
- 一个完整的基于天敏VC4000视频卡的云台监控程序源代码工程实例-Based on a complete Tianmin Yuntai VC4000 video card monitoring program source code example
43680536VCActiveX
- axtive的简单例子 ,是基于visual c++开发的,可以播放音视频文件-axtive a simple example, is based on visual c++ development and can play audio and video files
ogg_ti_code
- 最新的OGG编解码源码,并附有基于TI DSP的示例程序,方便您使用!-The latest OGG codec source code, along with an example of TI DSP-based program, for your convenience!
MPEG-Layer
- MP3解码演示,本程序演示了MPEG-Layer 3 (MP3)格式的文件是如何被诸如WinAmp和Windows Media Player这样的程序读出来的。请注意,该代码没有调用Windows API,DLL或者OCX。该源代码阅读和播放MP3文件,没有包含例子,但它基于FreeAmp。最初的MP3解码算法是由Xing Technologies编写的.-MP3 decoder demo, this program demonstrates the MPEG-Layer 3 (MP3) for
myDsDemo
- 一个基于dshow开发库开发的视频例子,经过笔者修改,可以正常编码-Development of a database based on the development of video dshow example, after I modified the normal code can be
yy
- 综合实例——基于音、视频传输的远程诊断系统,很厉害的代码。可以网络传输-Comprehensive Example- Based on audio and video transmission of remote diagnosis system, a very powerful code. For network transmission
example
- 一个基于Qt的简单的mp3播放器,可以实现基本的控制功能和播放列表-A simple Qt based mp3 player
sound-code-example
- Computation of loudness (Zwicker model) according to ISO 532B / DIN 45631 norms. This model is valid for steady sounds. Code based on BASIC program published in the following article: "Program for calculating loudness according to D
simplest_ffmpeg_video_filter
- 最简单的基于FFmpeg的AVfilter例子(水印叠加)。FFMPEG中有一个类库:libavfilter。该类库提供了各种视音频过滤器。本代码在libavfilter基础上完成了一个水印叠加器。 该代码完成了一个水印叠加的功能。可以将一张透明背景的PNG图片作为水印叠加到一个视频文件上。 详细信息《最简单的基于FFmpeg的AVfilter例子(水印叠加)》: http://blog.csdn.net/leixiaohua1020/article/details/29368