Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 505 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 505 Bytes

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.