API for webm video conversion
问题 Does anyone know about any (prototype) c# API's for converting video to google's new WebM video format? 回答1: A quick google search says: no. But the example encoder looks like it should be easily translatable to C# using P/Invoke. The Encoder Algorithm Interface looks quite manageable. And there's always C++/CLI if everything else fails. Who starts the codeplex project? :-) Update: As of now, there is a hackish, rudimentary working prototype .NET API. Here you go: #include "vpx_codec.h"