libvpx

From Wikipedia, the free encyclopedia

Template:Short description

Template:DMCA

Page Module:Infobox/styles.css has no content.

libvpx
[[Programmer|Original authorTemplate:Pluralize from text]]On2 Technologies / Google
[[Programmer|DeveloperTemplate:Pluralize from text]]Alliance for Open Media
Initial releaseMay 19, 2010; 16 years ago (2010-05-19)[1][2]
Template:Infobox software/simple
Written inC, assembly
Operating systemUnix-like (including Linux, FreeBSD and Mac OS X), Windows
TypeVideo encoder and decoder
LicenseNew BSD license
Websitewww.webmproject.org/tools/

Script error: No such module "Check for conflicting parameters".

libvpx is a free software video codec library from Google and the Alliance for Open Media (AOMedia). It serves as the reference software implementation for the VP8 and VP9 video coding formats, and for AV1 a special fork named libaom that was stripped of backwards compatibility.

As free software it is published also in source code under the terms of the revised BSD license. It ships with the commandline tools vpxenc/aomenc and vpxdec/aomdec that build on its functionality.

History

libvpx originates from the video codec company On2 Technologies that sold its first software codec in mid-90s.

libvpx was released as free software by Google on May 19, 2010, after the acquisition of On2 Technologies for an estimate of over 120 million US dollars.[2][3]

In June 2010, Google amended the VP8 codec software license to the 3-clause BSD license[4][5][6] after some contention over whether the original license was actually open source.[7][8][9]

Google was criticised for dumping untidy code with bad documentation for the initial release of libvpx and developing behind closed doors without involving the community in the process.[10] The development process was opened after the release of VP9.

Preliminary support for VP9 was added to libvpx on June 17, 2013. It was officially introduced with the release of version 1.3 on December 2, which also supports lossless compression.[11]

In April 2015, Google released a significant update to its libvpx library, with version 1.4.0 adding support for encoding VP9 with 10-bit and 12-bit bit depth, 4:2:2 and 4:4:4 chroma subsampling (VP9 profiles 1, 2, and 3), and VP9 multithreaded decoding/encoding.[12]

Versions 1.5 (November 2015), 1.6 (July 2016), 1.7[13] (January 2018), and 1.8[14] (February 2019) delivered significant speedups, both for encoding and decoding.

Features

libvpx implements single-pass and two-pass encoding modes, with either bitrate or quality target settings.

libvpx offers an asymmetric codec – with encoding taking much longer than decoding – and options for configuring encoding expense independently from decoding complexity. A lookahead of up to 25 frames can be configured, which improves compression efficiency but introduces latency and thereby hurts real-time performance.

libvpx includes a mode where the maximum CPU resources possible will be used while still keeping the encoding speed almost exactly equivalent to the playback speed (realtime), keeping the quality as high as possible without lag.

libvpx supports Rec. 601, Rec. 709, Rec. 2020, SMPTE-170, SMPTE-240, and sRGB color spaces.

Performance

At high resolutions (e.g., UHD) VP9 encoded by libvpx for VOD applications provides a significant improvement over H.264 encoded by x264.[15] HEVC encoded by x265 may achieve even better quality,[15] but the royalty-free nature of VP9 makes it a compelling option for delivering high resolution video on supported platforms.

Decoding performance is relatively slow, partially in order to keep the code base easier to maintain.[16] Compared to the initial release of libvpx, ffvp8 from the FFmpeg project improved performance by 22 to over 66%.[10] In 2016, alternative VP9 decoders still achieved 25–50% faster decoding.[17][18]

Technology

libvpx is written in C and assembly language. It does not have complete SIMD coverage as of 2015.[16]

Usage

libvpx is used by major OTT video services including YouTube, Netflix, Amazon, JW Player, Brightcove, and Telestream, among which are the biggest sources of internet traffic with Netflix alone accounting for nearly a third of all internet traffic in the United States as of 2017.[19][20]

There are alternatives for decoding VP8 and VP9, both commercial and closed source as well as open source. For encoding there are only commercial alternatives and some unfinished experimental software for VP8 including xvp8 as of 2016.

References

Page Template:Reflist/styles.css has no content.

  1. ^ Page Module:Citation/CS1/styles.css has no content."CHANGELOG - webm/libvpx - Git at Google". chromium.googlesource.com. Archived from the original on October 26, 2016. Retrieved March 14, 2019.
  2. ^ a b Page Module:Citation/CS1/styles.css has no content."Introducing WebM, an open web media project". blog.webmproject.org. May 19, 2010. Archived from the original on March 21, 2019. Retrieved March 14, 2019.
  3. ^ Page Module:Citation/CS1/styles.css has no content."Google Closes On2 Technologies Acquisition". investor.google.com. Archived from the original on June 5, 2010. Retrieved July 24, 2017.
  4. ^ Page Module:Citation/CS1/styles.css has no content."Changes to the WebM Open Source License". Archived from the original on October 4, 2010. Retrieved June 4, 2010.
  5. ^ Page Module:Citation/CS1/styles.css has no content."Software License". Archived from the original on June 11, 2010. Retrieved June 4, 2010.
  6. ^ Page Module:Citation/CS1/styles.css has no content.Koleszar, John (June 4, 2010). "LICENSE: update with latest text". WebM VCS repository. Archived from the original on June 29, 2012. Retrieved October 1, 2020.
  7. ^ Page Module:Citation/CS1/styles.css has no content.Kerner, Sean Michael (May 25, 2010), Is VP8 open source?, InternetNews, archived from the original on May 28, 2010, retrieved August 11, 2016
  8. ^ Page Module:Citation/CS1/styles.css has no content.Metz, Cade (May 24, 2010), Google open codec 'not open,' says OSI man, The Register, archived from the original on July 7, 2017, retrieved August 10, 2017
  9. ^ Page Module:Citation/CS1/styles.css has no content.Phipps, Simon (May 24, 2010), WebM: Missing The Assurances Open Source Needs?, ComputerworldUK[permanent dead link]
  10. ^ a b Fiona Glaser, July 23, 2010: Announcing the world's fastest VP8 decoder: ffvp8
  11. ^ Michael Larabel (Phoronix), 28. November 2013: Libvpx 1.3.0 "Forest" Supports VP9. New Enhancements
  12. ^ Page Module:Citation/CS1/styles.css has no content.Michael Larabel (April 3, 2015). "libvpx 1.4.0 Brings Faster VP9 Encode/Decode". Phoronix. Archived from the original on April 7, 2015. Retrieved April 3, 2015.
  13. ^ Page Module:Citation/CS1/styles.css has no content."V1.7.0 - webm/Libvpx - Git at Google". Archived from the original on June 29, 2020. Retrieved June 29, 2020.
  14. ^ Page Module:Citation/CS1/styles.css has no content."Refs/Tags/V1.8.0 - webm/Libvpx - Git at Google". Archived from the original on June 30, 2020. Retrieved June 29, 2020.
  15. ^ a b Page Module:Citation/CS1/styles.css has no content.Cock, Jan De; Mavlankar, Aditya; Moorthy, Anush; Aaron, Anne (September 27, 2016). Tescher, Andrew G (ed.). "A large-scale video codec comparison of x264, x265 and libvpx for practical VOD applications". SPIE Digital Library. Applications of Digital Image Processing XXXIX. 9971. International Society for Optics and Photonics: 997116. Bibcode:2016SPIE.9971E..16D. doi:10.1117/12.2238495. S2CID 63431190. Archived from the original on December 22, 2017. Retrieved December 20, 2017.
  16. ^ a b Ronald Bultje (FFmpeg): VP9 encoding/decoding performance vs. H.264/HEVC Script error: No such module "webarchive"., presentation from the VideoLAN Dev Days 2015 in Paris, France
  17. ^ Jan Ozer, Juni 2016: VP9 Finally Comes of Age, But Is it Right for Everyone? Script error: No such module "webarchive".
  18. ^ Page Module:Citation/CS1/styles.css has no content."The world's fastest VP9 decoder: ffvp9 - Ronald S. Bultje". blogs.gnome.org. February 22, 2014. Archived from the original on October 26, 2016. Retrieved August 11, 2016.
  19. ^ Jan Ozer (May 24, 2016): Netflix Discusses VP9-Related Development Efforts Script error: No such module "webarchive".
  20. ^ Page Module:Citation/CS1/styles.css has no content.Spangler, Todd (June 22, 2016). "Netflix Chews Up Less Bandwidth, as Amazon Video Streaming Surges". Variety. Archived from the original on December 22, 2017. Retrieved December 20, 2017.

Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found. Template:Google FOSS