Skip to content

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

License

Notifications You must be signed in to change notification settings

gdkchan/VP8.Net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 80.4%
  • C# 12.8%
  • C++ 3.9%
  • Perl 2.2%
  • Other 0.7%