English 中文(简体)
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.

Closed 7 years ago.

I 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.

问题回答

暂无回答




相关问题
Include NUnit in my Open-Source Project Download? [closed]

I m considering two possibilities: include NUnit with the source code of an open-source project - to make it very easy for the potential contributors to run automated tests right away. I feel it is ...

Showing PDF in VC# 2k8 [closed]

I m looking for a solution to display a PDF in C#. I found the AxAcroPDFLib Control, that works very fine and is sufficient. But other people can t start my program, because they get an exception "...

Mapkit routes and google license [closed]

So, this question is not if I can do routing with mapkit. You can t with the API. So I found the clever way of using an annotation to render a route between two points. The route is based on a ...

热门标签