Anyone know how I could encode RGB images (24bppRgb) into VP8 format using C#? Basically I'm capturing the screen as bitmap frames and I want to encode them to reduce the size before sending.
From what I've seen there are only code examples for C++ not C#.
Suppose I'm asking for a C# alternative to this question.