是否有“对飞”创造的GraphEdit文件的任何辅助工具(编程)(Is there any help

2019-09-28 06:24发布

我注意到的AviSynth可以作为输入只能通过包括它是一个源文件的GraphEdit接受一个“活的DirectShow源”。 是否有任何帮助的工具都来动态创建一个文件的GraphEdit,给你知道捕捉源名称(和/或从该引脚所需的输出格式)?

REF: http://betterlogic.com/roger/2012/05/avisynth-live-capture

该文件的GraphEdit语法描述如下: http://msdn.microsoft.com/en-us/library/windows/desktop/dd388788(v=vs.85).aspx (虽然它没有提到如何发现合适值就摆在那里)。

Answer 1:

文件格式是在MSDN上的相邻部分: 保存过滤器图表到GraphEdit中的文件 。 具有过滤图和与持久性(支持滤波器有IPeristStream接口和朋友),功能SaveGraphFile MSDN上的文章将节省图形转换的GraphEdit可装载文件。



文章来源: Is there any helper tool for creating graphedit files “on the fly” (programmatically)