libvpx

Is there any WebM libvpx .Net wrapper?

Is there any WebM libvpx .Net wrapper to encode for example video created frame by frame from your C# code? (I know that in theory it can be done using DS filters but I do not want to mess with it..) ...

Creating web-browser playable webm files with vp8 SDK ?

I'm using the vp8 SDK (www.webmproject.org) to create a vp8-encoded video file. However, the SDK sample produces an IVF file, which the browser doesn't play. I know the webm format is a matroska container so I guess I should store the video data in that format, but the mkv format specification is lengthy and complex and I don't think I ...