What license is DirectShow and what inputs and outputs can it handle? [closed]
This question does not appear to be about programming within the scope defined in the help center.
开发者_C百科Closed 7 years ago.
Improve this questionI want to create a project using DirectShow. Which license does DirectShow have? Can I just use it or do I have to mind sth.?
What input and output-codecs can DirectShow handle?
You can just use Directshow with no issues. The only issues you may have surround some of the codecs. Some of those are licensed. Distribution of those "can" get complicated. In general (Though this isn't always the case so make sure you check the license!) decoders can be distributed freely but encoders need to be licensed in some form of other.
As for what input and output codecs it can use ... it can use pretty much anything with a DirectShow or DirectMedia Object built for it. If there is a format there is usually an encoder/decoder for it.
精彩评论