Comparison of H.264 and VC-1

{{short description|None}}

H.264 and VC-1 are popular video compression standards gaining use in the industry {{as of|2007|lc=on}}.

Overview

class="wikitable sortable mw-collapsible"

|+

!!!VC-1!!H.264

Goals

|Designed to offer very high image quality with excellent compression efficiency{{cite web

| url = http://www.microsoft.com/windows/windowsmedia/howto/articles/vc1techoverview.aspx#Conclusion

| title = VC-1 Technical Overview

| first = Jay | last = Loomis |author2=Mike Wasson | publisher = Microsoft }}

|Designed to meet a variety of industry needs with many profiles and levels, allowing for varying compression, quality and CPU usage levels, where the lowest level is for portable devices, designed with low CPU usage in mind, while the high levels are designed with very high quality and compression efficiency in mind{{citation needed|date=March 2008}}

Example industry use

|Supports 4:2:0 compression / color space{{cite book

| title = SMPTE421M: SMPTE Draft Standard for Television

| work = SMPTE Standard for Television: VC-1 Compressed Video Bitstream Format and Decoding Process

| author = SMPTE Technology Committee C24 on Video Compression Technology | date = 2005-08-23 }}

|Supports studio archiving requirements with 4:4:4 color space;
separate black and white (BW) video mode

Licensing costs

| colspan="2" style="text-align:center;"| Similar{{cite web

| url = http://www.mpegla.com/vc1/vc1web.ppt

| format = PowerPoint

| publisher = MPEG LA

| title = VC-1 Patent Portfolio License Briefing

| date = 2007-11-05

| url-status = dead

| archiveurl = https://web.archive.org/web/20070927035059/http://www.mpegla.com/vc1/vc1web.ppt

| archivedate = 2007-09-27

}}{{cite web

| url = http://www.microsoft.com/windows/windowsmedia/licensing/final.aspx

| title = Windows Media Licensing Royalties for Final Products

| publisher = Microsoft }}{{cite web

| url = http://www.mpegla.com/avc/avcweb.ppt

| format = PowerPoint

| publisher = MPEG LA

| title = AVC Patent Portfolio License Briefing

| date = 2007-12-12

| url-status = dead

| archiveurl = https://web.archive.org/web/20070731204707/http://www.mpegla.com/avc/avcweb.ppt

| archivedate = 2007-07-31

}}

Documentation

|Not free. Reference decoder, comes with external documentation.

|?{{cite web

| url = http://www.mpegla.com/main/programs/AVC/Pages/FAQ.aspx

| title = AVC/H264 Licensing costs and terms from MPEG LA

| access-date = 2010-04-05

| archive-url = https://web.archive.org/web/20100507102710/http://www.mpegla.com/main/programs/AVC/Pages/FAQ.aspx

| archive-date = 2010-05-07

| url-status = dead

}} AVC/H264 Licensing costs and terms from MPEG LA.{{cite web

| url = http://www.itu.int/rec/T-REC-H.264-200305-S

| title = H.264: Advanced video coding for generic audiovisual services |date=March 2003

}} Reference encoder and decoder free as well.{{cite web

| url = http://iphome.hhi.de/suehring/tml/

| title = H.264/AVC Software Coordination

}} Additionally, JVT & M4IF mailing lists are available where one may receive answers on AVC related questions.

Terminology

All sources for the below information are from the respective specifications listed in the overview section.

class="wikitable"

! Feature !! VC-1 !! H.264

Partition sizes16×16 and 8×8{{cite web

|url = http://www.iee.org/OnComms/PN/multimediacomms/Alois%20Bock.pdf

|title = Advanced Compression Technologies for High Definition

|first = Matthew

|last = Goldman

|author2 = Alois Bock

|publisher = TANDBERG Television

}}{{Dead link|date=July 2019 |bot=InternetArchiveBot |fix-attempted=yes }}

16×16, 16×8, 8×16, 8×8, 8×4, 4×8, and 4×4
Integer transform8×8, 4×8, 8×4, and 4×44×4; 8×8 available in High Profile only
Framecolspan="2" style="text-align:center;"| Used for progressive or interlaced content
Macroblock sizescolspan="2" style="text-align:center;"| 16×16 only
Motion vectorcolspan="2" style="text-align:center;"| Two dimensional vector offset from current position to reference frame
Picturecolspan="2" style="text-align:center;"| A field or frame
Skipped macroblockcolspan="2" style="text-align:center;"| No data is encoded for macroblock

Features

class="wikitable"

!!!VC-1!!H.264

Bitstream formatssingle bit streamNAL and byte stream
Bitstream formatIn advanced profile, each Bitstream Data Unit has its own header.
Simple and Main profile provide neither sequence nor entry point headers.
SPS (sequence parameter set),
PPS (picture parameters set),
slice header, macroblock
Deblocking filterIn-loop filter and overlap transformIn-loop only
CABACNoOnly supported in Main and higher profiles
Variable transform sizeYesOnly in High profile and above
SliceContiguous (integer number of macroblock rows only)Contiguous or non-contiguous
Sub-pixel interpolation methodsbicubic, bilinear6-tap filter for half pixels; averaging for quarter pixels
Variable Length Codingcolspan="2" style="text-align:center;"| Yes
B frame used for predicting other picturescolspan="2" style="text-align:center;"| Yes

References