문제

I would like to use the H264 Video Encoder Media Foundation Transform within my program since it seems to be the only library I can find for encoding H264 that is reasonably priced and non-LGPL licensed

Few Questions: Which versions of windows do these work on? What if I use Mono? Can I get it to work on Linux?

Also, any licensing restrictions on using them?

Anything else I need to know before using them?

Edit: I've spent a few hours looking around online, I'm just having trouble finding this information and would love to hear from someone with experience.

도움이 되었습니까?

해결책

Media Foundation is a native COM/Win32 API. You will not use be able to use it on Linux/Mono.

다른 팁

H264 Media Foundation video encoder works on Windows seven and later.

You can't use MediaFoundation on Linux (see post above).

About licensing. If you sell applications with H264 encoder, you have to pay royalties. Go to MPEGLA for more information : MPEGLA

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top