WebM libvpx: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
A [[C]] library written in both C and [[C++]], that allows you to build a [[VP8]]/[[VP9]] decode and encode functionality into your own applications, VP8/9 is a video codec used by Google and others primarily to encode streaming video content on the web. | A [[C]] library written in both C and [[C++]], that allows you to build a [[VP8]]/[[VP9]] decode and encode functionality into your own applications, VP8/9 is a video codec used by Google and others primarily to encode streaming video content on the web. | ||
==Version== | ==Version== | ||
* Last known version: | * Last known version: libvpx 1.6.0 (2016-08-08) | ||
==Links== | ==Links== | ||
Line 8: | Line 8: | ||
* [https://github.com/webmproject/libvpx/ Libvpx on Github] | * [https://github.com/webmproject/libvpx/ Libvpx on Github] | ||
== | ==Licence== | ||
* Open source released under the [[Three Clause BSD License]] | * Open source released under the [[Three Clause BSD License]] | ||
Revision as of 00:24, 26 August 2016
A C library written in both C and C++, that allows you to build a VP8/VP9 decode and encode functionality into your own applications, VP8/9 is a video codec used by Google and others primarily to encode streaming video content on the web.
Version
- Last known version: libvpx 1.6.0 (2016-08-08)
Links
Licence
- Open source released under the Three Clause BSD License
Authors
- Cisco Systems
- The VebM Project
- KO Myung-Hun (OS/2 Port)