简体   繁体   English

用于x264 DirectShow过滤器的CLSID

[英]CLSID for x264 DirectShow filter

I have used x264 DirectShow filter from Monogram for decoding h264 avc video , i need to create intrance and add filter to graph in directshow , i checked the CLSID of it from grapthEdit , and that is 'x264' , i guess that to create instance we need the GUID for that filter , i have no clue how can i create filter instance using 'x264' value. 我使用了Monogram的x264 DirectShow过滤器来解码h264 avc视频,我需要创建内部并在directshow中添加过滤器到图形,我从grapthEdit检查了它的CLSID,那就是'x264',我想要创建实例我们需要该过滤器的GUID,我不知道如何使用'x264'值创建过滤器实例。

I am using directshow with vc++ 我正在使用带有vc ++的directshow

Can any body have idea on this??? 任何人都可以对此有所了解吗?

您可以使用Monogram Graph Studio查看CLSID,就像我记得的那样,上次检查时一切正常。

As this filter is open source, you only need to watch in the right headers. 由于此过滤器是开源的,您只需要在正确的标题中观看。 You just need to copy CLSID_MonogramX264 from here and create the filter with CoCreateInstance . 您只需从此处复制CLSID_MonogramX264并使用CoCreateInstance创建过滤器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM