Jump to content

WebM libvpx: Difference between revisions

From EDM2
Ak120 (talk | contribs)
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: libvpx 1.6.1 (2017/01/23)
[[KO Myung-Hun]] (OS/2 Port):
 
* 1.6.1 (2017-01-23)
==Links==
* 1.8.0 (2019-05-20)
* [http://www.webmproject.org The WebM project homepage]
* [http://hobbes.nmsu.edu/h-search.php?key=libvpx- Libvpx on Hobbes]
* [https://github.com/webmproject/libvpx/ Libvpx on Github]


==Licence==
==Licence==
Line 14: Line 12:
*Google
*Google
*[[Cisco Systems]]
*[[Cisco Systems]]
*The VebM Project
*The WebM Project
*[[KO Myung-Hun]] (OS/2 Port)
 
==Links==
* [http://www.webmproject.org The WebM project homepage]
* [https://github.com/webmproject/libvpx/ Libvpx on Github]


[[Category:Multimedia]][[Category:C Libraries]][[Category:Software written in C++]][[Category:Software written in C]][[Category:Open Source Software]]
[[Category:Multimedia]][[Category:C Libraries]][[Category:Software written in C++]][[Category:Software written in C]][[Category:Open Source Software]]

Latest revision as of 01:16, 18 January 2020

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

KO Myung-Hun (OS/2 Port):

  • 1.6.1 (2017-01-23)
  • 1.8.0 (2019-05-20)

Licence

Authors

Links