搜索资源列表
DirectShow多声卡播放器
- 一个用DirectShow开发的音频播放程序,支持多个声卡,可以任意指定播放声卡,可以播放mp3,wav,cda,avi,asf,wmv,mpg等所有windows支持的多媒体视频、音频文件,还可以直接播放CD。我已经封装好一个类,还有测试程序,源代码您可以直接使用。 我刚接手做这个多声卡播放程序的时候也毫无头绪,我以前只用过wavOpenXXX()和mciSendXXX()系列API来播放音频文件,但是这些方法根本不支持多声卡,播放时的声音只能从系统默认的声卡中发出来,后来想到一个办法,在
基于DirectShow的AVI流客户端设计与实现
- 基于DirectShow的AVI流客户端设计与实现
DirectShow.C#视频捕捉程序
- C#视频捕捉程序 经过我的测试 有效通过 保存为avi格式。 ,C# Video capture process, after I passed the test effectively saved as avi format.
VideoPlayer
- 用DirectShow编写的视频播放器,支持播放,mp3,avi等视频文件-Prepared using DirectShow video player to support the players, mp3, avi video files, etc.
Play3D010-Binary
- Play3D is a program to play 3D video files using full-screen quad-buffer OpenGL stereo, or red/blue glasses (anaglyph mode). It should play any format that is supported through DirectShow with an appropriate codec. This includes AVI as well as
AVIcodec_1.2_b113
- 光是看扩展名是无法知道影片的正确的编码格式的,特别像 DivX 这样的高品质、高压缩比的影片格式出现后。除了原本未压缩的 AVI 影片外,目前使用这样的扩展名格式影就还有 DivX、XviD 等等. -Just look at the extension is no way of knowing the correct video encoding formats, in particular, such as DivX high quality, high compression rati
DSPlayer
- Play MP3 & AVI with DirectShow
testfilter
- Cut detector filter on a avi video (implement with Directshow)
DSEZRGB24
- The DirectShow EZRGB24 filter is an image processing transform filter. This filter performs a number of individual video effects, including red, green, blue, darken, XOR, blur, gray, and emboss effects.
long_avi_player
- 基于directshow的avi视频采集,directshow开发初学都可参考! 环境:directx 9.0c,vs2005-Directshow based on the avi video capture, directshow can refer to the development of learning! Environment: directx 9.0c, vs2005
Get_Movie_Frame
- 用DirectShow抓取影片帧,avi ,visual c-Video frames with DirectShow crawl, avi, visual c-Video frames with DirectShow grab, avi, visual c-Video frames with DirectShow crawl, avi, visual c
GrabBitmaps
- Improved DirectShow sample code - GrabBitmaps sample. This console app will open a long AVI file in the parent directory,create a filter graph with a sample grabber filter, read frames out of it every second for a few seconds, and write the frames
ConsoleAudioCaptureSavePreview
- DirectShow音频采集教程示例三,此源码在上一个示例的保存音频数据的基础上可以预览音频.-DirectShow audio capture tutorial example 3, this source code stored in the previous example on the basis of audio data can preview the audio.
DS_Test
- DirectShow AVI(mpeg4) player test src.
dxVideo
- This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats
MediaPlayer
- 一个基于DirectShow的视频播放器源码 vs2005编译通过, 可播放MP3,avi,mpeg格式 -DirectShow-based video player source vs2005 compiles, can play MP3, avi, mpeg format
aviplayer
- 基于DirectShow的AVI播放器,支持AVI格式文件的播放,编程采用VC2005-The AVI DirectShow-based player, support AVI format files playback, programming using VC2005
avifileopenprogram
- 该程序基于DirectShow滤波器集成了一个能打开avi,mpeg,wmv等格式视频文件的类,对做视频分析的入门人员提供了很大的便利,可以获得每帧的原始数据来分析.-The program is based on integrating a DirectShow filter to open the avi, mpeg, wmv video file formats such as class, the entry of a video analysis provide a great con
directshow
- vc2005 directshow 播放avi 源码 手把手环境配置说明 工程可随意移动到别的机器上编译-vc2005 directshow avi playback environment configuration source that works to be hands free to move to another machine to compile
DirectShow开发指南
- DirectShow是微软公司在ActiveMovie和Video for Windows的基础上推出的新一代基于COM(Component Object Model)的流媒体处理的开发包,与DirectX开发包一起发布。DirectShow使用一种叫Filter Graph的模型来管理整个数据流的处理过程,运用DirectShow,我们可以很方便地从支持WDM驱动模型的采集卡上捕获数据,并且进行相应的后期处理乃至存储到文件中。这样使在多媒体数据库管理系统(MDBMS)中多媒体数据的存取变得更加