gdkchan / VP8.Net

C# port of the WebM VP8 video codec (work in progress)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VP8.Net

This project is an attempt to port the WebM VP8 video codec to C#.

The motivation for the project is to provide a .NET video codec that does not require any native libraries for use in the sipsorcery real-time communications library.

As of Mar 2021:

  • VP8 decoder works but is very slow. A demo program is available.
  • VP8 encoder is not yet ported.

About

C# port of the WebM VP8 video codec (work in progress)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 80.4%Language:C# 12.8%Language:C++ 3.9%Language:Perl 2.2%Language:Makefile 0.4%Language:Assembly 0.3%