搜索资源列表
FilterMosaic
- 这是一个视频叠加马赛克的例子,是用DirectShow的Filter实现的,它可以在任何一个视频文件,.avi,.wmv等等视频上实现马赛克效果,遮挡某一位置。-This is a mosaic of video superimposed example, is DirectShow Filter achieved, it could in any one video files. avi, . wmv etc. Video Mosaic achieving results, blocking
Mpeg2WavConversion_src
- This article describes the process of storing the audio data of a movie file (.mpeg, .mpg, .avi and .dat) on the hard disk in a WAV file using DirectShow filters. -This article describes the process of storing the audio data of a movie file (. Mpeg
avi_file_source
- WinCE下的一个directshow 的AVI文件解析的源filter
filerender
- 这程式是使用了Directshow来播放AVI格式的影片
AudioVideoCapture
- 本人基于Directshow做的音视频采集系统,把音频数据(PCM格式)与视频数据(RGB24)合成到一个AVI文件格式
2
- 将AVI转换为MPEG文件的程序源代码,不错的一个程序,是关于DirectShow方面的,有需要的朋友可以下载来
VideoPlayer
- 用DirectShow编写的视频播放器,支持播放,mp3,avi等视频文件-Prepared using DirectShow video player to support the players, mp3, avi video files, etc.
mpts_cut_play
- mpts做为多节目流,较单节目流切割,指定时间切割多节目流较复杂。这是仿照格式工厂 业余时间做的。但是时间问题,没有继续下去,很粗糙拿出来只为共同学习。用directshow实现播放器的功能,文件切割部分在第二个压缩包里。 1、指定开始和结束时间 是在mpts2spts.cpp 程序中指定的 ,当时只是作为测试,没有在参数中给定。 2、手上码流不多,测试不严密,测过 几个 mpts 和 几个 spts。 3、mfc_player 播放 只是 熟悉directshow,没有其他功
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
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.
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.
aviplayer
- 基于DirectShow的AVI播放器,支持AVI格式文件的播放,编程采用VC2005-The AVI DirectShow-based player, support AVI format files playback, programming using VC2005
123123DirectShow
- 基于DirectShow视频帧实时捕捉的设计与实现 主要针对远程教育等软件系统中现存的 黑屏 问题提出一种解决方案。运用D irectShow 技术对多媒体文件或多媒体流 中的视频流进行处理, 实现从多媒体文件视频流中进行视频帧的实时捕获, 而后调用W indow s中GDI函数对获取的图像帧进行渲 染, 最后按照M PEG2标准合成AVI视频文件并可以实时重放。-In this pape r, w e present a so lution to reso lve
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)中多媒体数据的存取变得更加