软件简介:
视频软件开发分析的好工具,这原本是由微软在DirectX SDK中提供的一个Directshow Filter调试工具,通过这个工具,可以很直观地看到Filter Graph的运行及处理流程,方便进行程序调试。但现在却成了我们广为流行的一个多媒体格式转换的利器!以前许多比较棘手的格式转换,用这个工具就可以轻松搞定。
GraphEdit is a visual tool for building and testing filter graphs. It is provided as an executable with the DirectX SDK. With GraphEdit, you can quickly build and test filter graphs to see if they function as you expect. You can even view a filter graph created by an application running in another process.
下载包中附带了英文帮助文档以及Dump.ax,WavDest.ax,lame directshow filter等几个具有代表性的DirectShow filter示例。 |