Search code examples
c#visual-studio-2010webcamdirectshowdirectshow.net

Does DirectShowLib-2005 provide support for H264 Format?


I want to use Logitech C-920 in my project. C920 encodes video in H264 format. I am using DirectShowLib-2005 in my project, does it provide support for H264 format , or do i need to do some tweaking?

Thanks


Solution

  • DirectShowLib does not contain H.264 decoder, however if you have it installed in the system (Microsoft or third party), DirectShowLib will make it available for your application.