简体   繁体   中英

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.

I am using directshow with vc++

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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