VP9 vs HEVC Licensing Models Explained
This article compares the licensing models of the VP9 and HEVC (H.265) video codecs, highlighting the cost, complexity, and administrative differences between them. While VP9 offers an open-source, royalty-free model backed by Google, HEVC relies on a proprietary, multi-pool licensing system that requires substantial royalty payments. Understanding these differences is crucial for developers, streaming platforms, and hardware manufacturers deciding which codec to integrate into their pipelines.
The VP9 Licensing Model: Free and Open
VP9 was developed by Google as a royalty-free, open-source video coding format. Its licensing model is designed to encourage widespread internet adoption without financial barriers.
- Royalty-Free: Google provides a free, perpetual, non-exclusive, royalty-free patent license for any patents it owns that are essential to implementing VP9.
- Open Source: The reference software implementation,
libvpx-vp9, is distributed under the permissive BSD 3-Clause License. This allows developers to view, modify, and redistribute the source code for both commercial and non-commercial projects without paying fees. - Defense Clause: To protect the ecosystem, Google’s patent license includes a termination clause. If a user files a patent infringement lawsuit against Google or another VP9 adopter, their VP9 patent rights are revoked.
The HEVC (H.265) Licensing Model: Proprietary and Segmented
Unlike VP9, HEVC is a proprietary standard developed jointly by the ISO/IEC MPEG and ITU-T. Its licensing model is highly complex, expensive, and managed by multiple independent entities.
- Multiple Patent Pools: No single entity owns all HEVC patents. Instead, royalties are collected by several competing licensing administrators, primarily MPEG LA (now Via LA) and HEVC Advance (Access Advance). Some patent holders, like Velos Media, operate independently, requiring licensees to negotiate multiple contracts.
- Accumulative Royalty Fees: Implementers of HEVC must pay royalties on a per-unit basis for hardware devices (such as smart TVs, smartphones, and PCs) and, in some cases, software players.
- Annual Caps: While patent pools offer annual caps to limit the maximum fees a company pays per year, these caps can still reach millions of dollars, making HEVC cost-prohibitive for smaller startups and open-source software projects.
Key Differences at a Glance
Cost and Accessibility
VP9 is completely free to use, making it the preferred choice for web browsers, open-source media players (like VLC and FFmpeg), and content creators. HEVC requires significant financial investment, restricting its native support in open-source software.
Licensing Complexity
VP9 utilizes a single, unified open-source license. HEVC requires navigating a fragmented landscape of multiple patent pools, which has historically caused legal uncertainty and delayed market adoption.
Hardware vs. Software Optimization
Because HEVC licensing fees are often absorbed by hardware manufacturers, HEVC has achieved widespread hardware acceleration in consumer electronics like televisions and mobile processors. VP9, supported heavily by Google, achieved dominant software rendering on web platforms (such as YouTube) and has since gained broad hardware support in modern devices to bypass HEVC licensing costs.