<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Robert Accettura&#039;s Fun With Wordage &#187; h.264</title>
	<atom:link href="http://robert.accettura.com/blog/tag/h264/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert.accettura.com</link>
	<description>Robert Accettura&#039;s Personal Blog on Web Development and Tech</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:43:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://robert.accettura.com/?pushpress=hub'/>
<cloud domain='robert.accettura.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>90% Of Web Traffic Is Video</title>
		<link>http://robert.accettura.com/blog/2012/01/15/90-of-web-traffic-is-video/</link>
		<comments>http://robert.accettura.com/blog/2012/01/15/90-of-web-traffic-is-video/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 03:22:35 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[h.264]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=7171</guid>
		<description><![CDATA[There&#8217;s a lot of talk about the prediction from YouTube&#8217;s Robert Kyncl that video will be 90% of internet traffic. This sounds shocking until you realize it&#8217;s not, and doesn&#8217;t really mean much in context of the internet. This number &#8230; <a href="http://robert.accettura.com/blog/2012/01/15/90-of-web-traffic-is-video/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a lot of talk about the <a href="http://www.latimes.com/business/la-fi-ct-youtube-20120113,0,3357160.story">prediction</a> from YouTube&#8217;s Robert Kyncl that video will be 90% of internet traffic.  This sounds shocking until you realize it&#8217;s not, and doesn&#8217;t really mean much in context of the internet.</p>
<p>This number presumably is at least partially based on a prediction by <a href="http://socialtimes.com/cisco-predicts-that-90-of-all-internet-traffic-will-be-video-in-the-next-three-years_b82819">Cisco</a> who makes routers that carry that internet traffic.  They even bought <a href="http://en.wikipedia.org/wiki/Flip_Video">Flip</a> (an unfortunate tale) simply to help drive video on the internet and presumably drive up the need for routers, their main business.  They might have a bias.</p>
<p>The reality is video already is, and will continue to be the vast majority of Internet traffic.  However that doesn&#8217;t mean people are spending as much time on it as the numbers will make you believe.  Video per minute of online activity is just insanely high bandwidth and expensive.  The percentage of bandwidth is meaningless, what matters is where people spend their time.</p>
<p>Video compresses very poorly in comparison to text and audio (interestingly, speech compresses fairly well these days).  Video these days either streaming or progressive download is still a very bandwidth intensive activity.</p>
<p>This webpage is likely under 160 KB for you and loads in about 300 ms.  You&#8217;ll spend statistically a few minutes reading this, perhaps slightly less if you just skim for the numbers.  The takeaway is experiencing: this blog post is about 160 KB over a few minutes assuming you visit the site, and don&#8217;t use an RSS reader (go ahead RSS users, try it).</p>
<p>Now lets figure out what video is typically.  Most web video these days is still H.264, and generally 640&#215;480 (480p) or 1280&#215;720 (720p).  Most laptops today are pretty cheap and just can&#8217;t handle 1080p, certainly their displays aren&#8217;t good enough to show a measurable difference, not to mention the buffering time annoys people, so we&#8217;ll ignore it&#8217;s existence. </p>
<p>I want to make this a little realistic, so to figure out a bitrate, we&#8217;ll use the standard formula for what Adobe calls &#8216;ideal&#8217; in the <a href="http://www.adobe.com/content/dam/Adobe/en/devnet/video/articles/h264_primer/h264_primer.pdf">H.264 Primer</a>, and what most seem to use these days:</p>
<pre>
[image width] x [image height] x [framerate] x [motion rank] x 0.07 = [desired bitrate]
</pre>
<p>For 1280&#215;720 that means:</p>
<pre>
1280 x 720 x 24 x 2 x 0.07 = 3,096,576 bps = ~3000 kbps
</pre>
<p>And for 640&#215;480:</p>
<pre>
640 x 480 x 24 x 2 x 0.07 = 1,032,192 bps = ~1000 kbps
</pre>
<p>This sounds about right.  As of today, <a href="http://en.wikipedia.org/wiki/YouTube">Wikipedia</a> lists the bandwidth range for 720p at 2–2.9 Mbit/sec and for 480p at 0.8–1 Mbit/sec.  So we know we&#8217;re on track.</p>
<p>That&#8217;s all the math we really need to do.  Google can do the conversions for us:</p>
<p>For <a href="http://www.google.com/search?q=3000+kbps+in+MB%2Fhour&#038;pbx=1&#038;oq=3000+kbps+in+MB%2Fhour">720p</a>:</p>
<pre>
3000 kbps = 1,318.35938 Megabytes / hour = 22 MB / min
</pre>
<p>For <a href="http://www.google.com/search?q=1000+kbps+in+MB%2Fhour&#038;pbx=1&#038;oq=1000+kbps+in+MB%2Fhour">480p</a>:</p>
<pre>
1000 kbps = 439.453125 Megabytes / hour  = 7.3 MB / min
</pre>
<p>Going back to the example of this blog permalink, at 160 KB for a few minutes of reading vs. 7,475 KB for one minute of 480p video.  That is why video is 90% of traffic.</p>
<p>Video growth is huge, but it&#8217;s not nearly as one sided as the stats will lead you to believe.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=7171#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2012/01/a35f422.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2012/01/15/90-of-web-traffic-is-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Chrome Dropping H.264</title>
		<link>http://robert.accettura.com/blog/2011/01/11/on-chrome-dropping-h-264/</link>
		<comments>http://robert.accettura.com/blog/2011/01/11/on-chrome-dropping-h-264/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 01:49:31 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox 4]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[h.264]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[webm]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=5198</guid>
		<description><![CDATA[The Chrome team announced they are dropping support for H.264. WebM Support WebM support will be growing quickly as Firefox 4 rolls out (Firefox upgrade adoption is legendary). Chrome commands sizable market share and is pushing the Chrome OS platform. &#8230; <a href="http://robert.accettura.com/blog/2011/01/11/on-chrome-dropping-h-264/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Chrome team announced <a href="http://blog.chromium.org/2011/01/html-video-codec-support-in-chrome.html">they are dropping support for H.264</a>.  </p>
<h3>WebM Support</h3>
<p>WebM support will be growing quickly as Firefox 4 rolls out (Firefox upgrade adoption is legendary).  Chrome commands sizable market share and is pushing the <a href="http://www.google.com/chromeos/">Chrome OS platform</a>.  Opera is also supporting WebM.</p>
<p>Apple and Microsoft could join the party and bundle WebM support along with the other codecs they support at any time, though they are <a href="http://www.mpegla.com/main/programs/AVC/Pages/Licensors.aspx">licensors</a> for H.264 and wouldn&#8217;t benefit from WebM market penetration.  Microsoft&#8217;s implementation does allow for VP8 support <a href="http://blogs.msdn.com/b/ie/archive/2010/05/19/another-follow-up-on-html5-video-in-ie9.aspx">if a codec is installed</a>.  I&#8217;m not aware of anything for Safari and am rather certain nothing can be done for the iPhone without Apple intervening.</p>
<p>On the hardware side <a href="http://www.theregister.co.uk/2010/05/19/google_chrome_announcement/">AMD, ARM, Nvidia</a> are backing WebM.  <a href="http://investor.broadcom.com/releasedetail.cfm?ReleaseID=471536">Broadcom</a> announced support, as did <a href="http://www.qualcomm.com/blog/2010/05/19/web-video-google">Qualicomm</a> and <a href="http://e2e.ti.com/blogs_/b/mobile_momentum/archive/2010/05/19/our-omap-processors-embrace-webm-and-vp8-with-open-arms.aspx">TI</a>.  These are major vendors for mobile chips.  <a href="https://twitter.com/shaver/status/24998154805977088">Intel is working on stuff too</a>.</p>
<h3>H.264  Trouble</h3>
<p>H.264 is problematic and bad for the web for many reasons I&#8217;ve mentioned here before as well as great posts by <a href="http://weblogs.mozillazine.org/roc/archives/2010/01/video_freedom_a.html">roc</a> and <a href="http://shaver.off.net/diary/2010/01/23/html5-video-and-codecs/">shaver</a>.  I&#8217;ll leave it at that rather than rehash.</p>
<p>There was buzz a while back about H.264 being &#8220;free&#8221; (quotes intentional), but it&#8217;s not really &#8220;free&#8221; if you read the fine print.  As Peter Csathy of Sorenson Media <a href="http://blog.sorensonmedia.com/2010/09/think-h-264-is-now-royalty-free-think-again-and-the-open-source-defense-is-no-defense-to-mpeg-la/">notes</a>:</p>
<blockquote cite="http://blog.sorensonmedia.com/2010/09/think-h-264-is-now-royalty-free-think-again-and-the-open-source-defense-is-no-defense-to-mpeg-la/"><p>
But, you say, MPEG LA recently announced that it will no longer charge royalties for the use of H.264. Yes, it’s true – MPEG LA recently bowed to mounting pressure from, and press surrounding, WebM and announced something that kind of sounds that way. But, I caution you to read the not-too-fine print. <strong>H.264 is royalty-free only in one limited case – for Internet video that is delivered free to end users. Read again: for (1) Internet delivery that is (2) delivered free to end users. In the words of MPEG LA’s own press release, “Products and services other than [those] continue to be royalty-bearing.”</strong>
</p></blockquote>
<p>That&#8217;s hardly &#8220;free&#8221;.  That&#8217;s just one potential use case that&#8217;s now royalty exempt.  The reason they are doing that is presumably if they can get H.264 adoption high enough, all the other cases will be paying and therefore subsidizing this one case.</p>
<p>WebM is licensed a little different: Patent wise, it&#8217;s irrevocably royalty free.  License <a href="http://www.webmproject.org/about/faq/#licensing">is about as liberal as you can get</a>.</p>
<p>There&#8217;s no proprietary html, css, or images (GIF was, now it&#8217;s dead) used across the web.  Why should video be any different? The key to success and growth has always been an open platform that&#8217;s low cost and encourages innovation.</p>
<h3>Implementing Today</h3>
<p>For anyone who suggests that this further fragments the market, that&#8217;s not really true.  Adobe Flash actually creates an excellent shim to help migrate away from Flash to <code>&lt;video/&gt;</code>.  Allow me to explain:  </p>
<p>Adobe will soon be <a href="http://blogs.adobe.com/flashplatform/2010/05/adobe_support_for_vp8.html">supporting WebM through Flash</a>.  Adobe already support H.264 in Flash.  For legacy browsers and those who won&#8217;t support WebM, you have the option of delivering a Flash experience just like most websites do today.  There are websites doing this today via Flash and H.264.  For modern browsers you can just use <code>&lt;video/&gt;</code>.  Once your non-WebM market share drops low enough, you can get rid of the Flash experience.  Soon enough you&#8217;ll be able to push WebM to your Flash users.  The benefit of switching your Flash experience to WebM as a middle step would be one encoding for both delivery mechanisms vs. using H.264 and WebM in parallel.  Of course if you&#8217;re supporting mobile you likely need H.264 for a bit longer but likely use a smaller resolution and different profile for mobile consumption.  </p>
<p>No matter what there will be two delivery mechanisms for those looking to push video using HTML5 to users today.  The only thing that changes is the lean towards standardizing on the actively developed WebM codec vs. H.264.</p>
<p>All new technology has <a href="http://techblog.netflix.com/2010/12/html5-and-video-streaming.html">speed bumps</a>, that&#8217;s the cost of being on the bleeding edge.  However this is a positive turn as things are now starting to line up.  The most awesome thing is that the codec, HTML5 specs, and some of the most popular browsers in the world are open and inviting feedback and contributions to improve things.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=5198#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2011/01/a428bc2.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2011/01/11/on-chrome-dropping-h-264/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Mac Finally Gets H.264 Decoding In Flash</title>
		<link>http://robert.accettura.com/blog/2010/08/10/mac-finally-gets-h-264-decoding-in-flash/</link>
		<comments>http://robert.accettura.com/blog/2010/08/10/mac-finally-gets-h-264-decoding-in-flash/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 00:29:18 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[h.264]]></category>
		<category><![CDATA[macbook-pro]]></category>
		<category><![CDATA[webm]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=4457</guid>
		<description><![CDATA[Adobe today pushed an update that enabled H.264 hardware decoding in Flash 10.1. It only works on certain newer Mac&#8217;s and there are an assortment of caveats in which Flash will revert to software decoding according to a Flash Engineer. &#8230; <a href="http://robert.accettura.com/blog/2010/08/10/mac-finally-gets-h-264-decoding-in-flash/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Adobe today <a href="http://www.bytearray.org/?p=1957">pushed</a> an update that enabled H.264 hardware decoding in Flash 10.1.  It only works on certain newer Mac&#8217;s and there are an assortment of caveats in which Flash will revert to software decoding according to a <a href="http://blog.kaourantin.net/?p=89">Flash Engineer</a>.</p>
<p>I&#8217;ve only played with it for a few minutes on my Core i7 MacBook Pro, and things seem very speedy and my CPU didn&#8217;t see much of a spike.  Hopefully enough videos will take advantage of hardware decoding that this will be a nice improvement.</p>
<p>I still believe <a href="http://robert.accettura.com/blog/2010/05/19/webm/">WebM</a> is the better future, but H.264 hardware decoding does make Flash less painful for the moment.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=4457#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2010/08/70afbf2.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2010/08/10/mac-finally-gets-h-264-decoding-in-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebM</title>
		<link>http://robert.accettura.com/blog/2010/05/19/webm/</link>
		<comments>http://robert.accettura.com/blog/2010/05/19/webm/#comments</comments>
		<pubDate>Thu, 20 May 2010 01:43:29 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[h.264]]></category>
		<category><![CDATA[ogg]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[theora]]></category>
		<category><![CDATA[vorbis]]></category>
		<category><![CDATA[webm]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=4010</guid>
		<description><![CDATA[In August 2009 after the On2 announcement, I suggested that Google might open source a codec in hopes of derailing OGG which it feels is inferior as well as h.264 which is patent-encumbered. Google took VP8, the successor to the &#8230; <a href="http://robert.accettura.com/blog/2010/05/19/webm/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In August 2009 after the On2 announcement, I <a href="http://robert.accettura.com/blog/2009/08/05/google-buys-on2/">suggested</a> that Google might open source a codec in hopes of derailing OGG which it feels is inferior as well as h.264 which is patent-encumbered.  Google took VP8, the successor to the popular VP7 codec and started <a href="http://www.webmproject.org">The WebM Project</a>.  To quote the project page:</p>
<blockquote cite="http://www.webmproject.org"><p>
WebM is an open, royalty-free, media file format designed for the web.</p>
<p>WebM defines the file container structure, video and audio formats. WebM files consist of video streams compressed with the VP8 video codec and audio streams compressed with the <a href="http://xiph.org/vorbis/">Vorbis</a> audio codec. The WebM file structure is based on the <a href="http://corecodec.com/products/matroska">Matroska</a> container.
</p></blockquote>
<p>Google <a href="http://www.webmproject.org/about/faq/#licensing">describes</a> the <a href="http://www.webmproject.org/license/">license</a> as &#8220;BSD-style&#8221;.  A very good move since it&#8217;s liberal enough to encourage widespread open and proprietary inclusion.  GPL is to viral for some potential adopters.</p>
<h3>Software Support</h3>
<p>For the browser side, Chromium and Firefox Nightly builds support WebM starting today.  Opera and Google Chrome to come shortly.</p>
<p>Google also created patches against FFmpeg for encode as well as decode and created DirectShow filters which are available for <a href="http://code.google.com/p/webm/downloads/list">download</a>.  I suspect by way of libavcodec we&#8217;ll see support in lots of other products in the near future.</p>
<p>Microsoft will support VP8 in Internet Explorer 9 <a href="http://windowsteamblog.com/windows/b/bloggingwindows/archive/2010/05/19/another-follow-up-on-html5-video-in-ie9.aspx">if you have the VP8 codec</a> installed.  Not quite &#8220;support&#8221;, but better than nothing.</p>
<p>Adobe is also <a href="http://blog.streamingmedia.com/the_business_of_online_vi/2010/05/adobe-announces-flash-player-support-for-googles-vp8-video-codec.html">supporting VP8 in Flash</a>, which means content producers can eventually kill VP7 and VP6 encoding and use VP8 to reach most of their audience.  This is very important as encoding videos into several formats is costly and time consuming (I know this very well).</p>
<h3>Hardware Support</h3>
<p>Google has already <a href="http://www.webmproject.org/about/faq/#vp8_video_codec">said</a> they are working with video and silicon vendors to add VP8 hardware acceleration to their chipsets.  I suspect newer phones in the near future will be supporting it.  Especially if they run Android.</p>
<h3>Content</h3>
<p>Google is supporting WebM in the <a href="http://www.youtube.com/html5">HTML5 test</a> for YouTube which I <a href="http://robert.accettura.com/blog/2010/01/21/youtube-html5-firefox/">mentioned a few months ago</a>.  I suspect we&#8217;ll see lots more support in the very near future.</p>
<h3>Supporters</h3>
<p>Even more telling of the potential than the above is the <a href="http://www.webmproject.org/about/supporters/">list of supporters</a> which contains some big names who can put a lot of weight behind hardware/software/content support.  AMD (who owns ATI), NVIDIA, Marvell (lots of mobile chipsets), Qualcomm (think mobile chipsets), TI, Broadcom, ARM on the hardware side alone is impressive.  If the majority of them add hardware support to their upcoming offerings, that will be game changing.  On the software side leaves 1.5 holdouts in the web video world: Apple (1) and Microsoft (0.5).</p>
<p>This <strong>is</strong> a game changer.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=4010#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2010/05/6693a7a.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2010/05/19/webm/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>YouTube HTML5 + Firefox</title>
		<link>http://robert.accettura.com/blog/2010/01/21/youtube-html5-firefox/</link>
		<comments>http://robert.accettura.com/blog/2010/01/21/youtube-html5-firefox/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 02:05:27 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[h.264]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=3519</guid>
		<description><![CDATA[Google has been a long time supporter of HTML5. They recently launched a HTML5 beta of YouTube however it will only work in Safari and Chrome. The reason for this is not due to the actual markup but the video &#8230; <a href="http://robert.accettura.com/blog/2010/01/21/youtube-html5-firefox/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google has been a long time supporter of HTML5.  They recently launched a <a href="http://www.youtube.com/html5">HTML5 beta of YouTube</a> however it will only work in Safari and Chrome.  The reason for this is not due to the actual markup but the video codec chosen.  YouTube is using h.264, the same codec used for YouTube HD via Flash.  This works in Safari and Chrome because Safari uses QuickTime to render <code>&lt;video/&gt;</code> and Google licensed h.264 for Chrome.  Firefox however doesn&#8217;t include the proprietary codec for licensing reasons.  It&#8217;s not a matter of cost but principle.</p>
<p>IE is supported through &#8220;Chrome Frame&#8221; which is essentially the Chrome browser in IE&#8217;s chrome.  Your really just browsing the YouTube site with Chrome.  Google could use this as a way to get people away from Flash and IE and onto Chrome one way or another.</p>
<p>I discussed the <a href="http://robert.accettura.com/blog/2009/07/06/debating-ogg-theora-and-h-264/">h.264 debate</a> in more depth a few months ago.</p>
<p>You have to wonder why we don&#8217;t want anything proprietary slipping into HTML5, or want proprietary image formats (GIF turned us off to that) but exceptions are made for video.</p>
<p><strong>Edit 1/23/2010:</strong> More on the topic:</p>
<ul>
<li>Robert O&#8217;Callahan&#8217;s <a href="http://weblogs.mozillazine.org/roc/archives/2010/01/video_freedom_a.html">Video, Freedom And Mozilla</a></li>
<li>Mike Shaver&#8217;s <a href="http://shaver.off.net/diary/2010/01/23/html5-video-and-codecs/">HTML5 video and codecs</a></li>
</ul>
<p><strong>Edit 5/21/2010:</strong> <a href="http://robert.accettura.com/blog/2010/05/19/webm/">Thoughts on WebM</a>.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=3519#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2010/01/1fd7b87.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2010/01/21/youtube-html5-firefox/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Google Buys On2</title>
		<link>http://robert.accettura.com/blog/2009/08/05/google-buys-on2/</link>
		<comments>http://robert.accettura.com/blog/2009/08/05/google-buys-on2/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 00:52:36 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[h.264]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ogg theora]]></category>
		<category><![CDATA[on2]]></category>
		<category><![CDATA[vp3]]></category>
		<category><![CDATA[vp6]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=2892</guid>
		<description><![CDATA[Google today announced they are buying On2 Technologies. This is one of their more significant purchases despite the relatively low price tag of $106.5 million since it&#8217;s video technology and Google is the largest video source on the web right &#8230; <a href="http://robert.accettura.com/blog/2009/08/05/google-buys-on2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google today announced they are <a href="http://www.google.com/intl/en/press/pressrel/ir_20090805.html">buying On2 Technologies</a>.  This is one of their more significant purchases despite the relatively low price tag of $106.5 million since it&#8217;s video technology and Google is the largest video source on the web right now.</p>
<p>On2 is really an unknown to most people but their product has an amazing reach thanks to Adobe Flash.  VP6 notably was included in Flash 8 and really brought about the age of Flash video (think YouTube).  On2 also has VP7 which is considered a H.264 competitor. VP3 was released as open source and lives on as OGG Theora.</p>
<p>Of course by buying On2 Google will not need to pay any licensing for it&#8217;s VP7 technology, they can then bundle it into Chrome, Android and Google Chrome OS (finally giving Linux decent web video support).  They could also open source it similar to these platforms in hopes that it will gain ubiquity.</p>
<p>This does however leave me wondering if this pending On2 deal had any bearing on the <a href="http://robert.accettura.com/blog/2009/07/06/debating-ogg-theora-and-h-264/">decision</a> to leave HTML 5 <code>&lt;video/&gt;</code> codec ambiguous.  It&#8217;s noteworthy since Google is very involved in the HTML 5 efforts.  As I mentioned last month licensing is really key.  If VP7 were open sourced and it&#8217;s licensing were compatible to meet Apple and Mozilla&#8217;s needs (which could lead to inclusion in Safari and Firefox respectively), OGG Theora is potentially dead overnight.  Given Google&#8217;s strategy so far of making technology open source in efforts to encourage adoption, I wouldn&#8217;t rule this out, though it would likely take a while to evaluate everything and make sure they legally have that option.  Timeline could also come into play here.  The web isn&#8217;t necessarily going to wait for Google.   These reviews can potentially take a long time.  No guarantee others will incorporate it either, though it&#8217;s a pretty good deal should licensing work.</p>
<p>It&#8217;s also interesting that now Microsoft has Windows Media Player, Apple has QuickTime, and Google has On2&#8242;s codec bundle.  It&#8217;s not exactly a &#8220;player&#8221;, but considering it&#8217;s usage it&#8217;s just as important.</p>
<p>It&#8217;s going to be very interesting to see how this plays out.  One thing that seems relatively certain is that Google just made web video more interesting.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=2892#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2009/08/6fe1316.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2009/08/05/google-buys-on2/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Debating Ogg Theora and H.264</title>
		<link>http://robert.accettura.com/blog/2009/07/06/debating-ogg-theora-and-h-264/</link>
		<comments>http://robert.accettura.com/blog/2009/07/06/debating-ogg-theora-and-h-264/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 02:40:42 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[h.264]]></category>
		<category><![CDATA[html 5]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[ogg theora]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=2847</guid>
		<description><![CDATA[Since the big HTML 5 news that there will be no defined codec for &#60;audio/&#62; or &#60;video/&#62; there has been a lot of discussion about the merits of such a decision, and what led to it. To quote Ian Hickson&#8217;s &#8230; <a href="http://robert.accettura.com/blog/2009/07/06/debating-ogg-theora-and-h-264/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since the big HTML 5 news that there will be <a href="http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2009-June/020620.html">no defined codec</a> for <code>&lt;audio/&gt;</code> or <code>&lt;video/&gt;</code> there has been a lot of <a href="http://arstechnica.com/open-source/news/2009/07/decoding-the-html-5-video-codec-debate.ars">discussion</a> <a href="http://www.techcrunch.com/2009/07/06/html-5-ogg-theora-vs-h264-in-the-battle-for-a-web-video-standard">about</a> the merits of such a decision, and what led to it.  To quote Ian Hickson&#8217;s email:</p>
<blockquote cite="http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2009-June/020620.html"><p>
Apple refuses to implement Ogg Theora in Quicktime by default (as used by Safari), citing lack of hardware support and an uncertain patent landscape.</p>
<p>Google has implemented H.264 and Ogg Theora in Chrome, but cannot provide the H.264 codec license to third-party distributors of Chromium, and have indicated a belief that Ogg Theora&#8217;s quality-per-bit  is not yet suitable for the volume handled by YouTube.</p>
<p>Opera refuses to implement H.264, citing the obscene cost of the relevant patent licenses.</p>
<p>Mozilla refuses to implement H.264, as they would not be able to obtain a license that covers their downstream distributors.</p>
<p>Microsoft has not commented on their intent to support <video tabindex="0"> at all.<br />
</video></p></blockquote>
<p>I think everyone agrees this is going nowhere and isn&#8217;t likely to change in the near future.  For the sake of moving HTML5 forward, this is likely the best decision.</p>
<p>Here&#8217;s how I interpret everyone&#8217;s position:</p>
<h3>Apple&#8217;s Argument</h3>
<p>One of the undeniable perks behind H.264 right now is that there is hardware decoding available and used on on certain devices.  One of the most notable is the iPhone.  Using hardware decoding means your not using the CPU which results in better performance, and most importantly better battery life.  </p>
<p>Thus far there&#8217;s no hardware Theora decoder on the market (if you know of any let me know, my research says none), which I suspect is why Apple is hesitant to jump on board.  Until there&#8217;s hardware that&#8217;s proven to perform well, be cost-effective in the quantities Apple needs, and not be bombarded with patent infringement claims, I suspect they&#8217;d rather settle with H.264.  The patent part is critical.  Apple can update software to comply with patent wars pretty quickly, as many other companies have done with software in the past.  Hardware is not so easy.  Last minute hardware changes are harder to deal with than software because of the many things it impacts, and the inability to update at a later date.</p>
<p>I&#8217;m almost positive the lack of hardware support is the exact same reason Apple has been so against Flash support.  Remember the YouTube application isn&#8217;t using VP6 like regular flash, it&#8217;s using H.264 (that&#8217;s why it took so long for all of YouTube to be available on the iPhone).</p>
<p>If there&#8217;s enough Theora content out there, there will likely be Theora decoder hardware made to meet market demand.  To get to this point will be difficult with the amount of VP6 (Flash) and H.264 content already on the web.  H.264 alone has a major head start in <a href="http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC#Applications">applications</a>.  VP6 has several years of video on the web now (and I still don&#8217;t think it has a hardware decoder on the market though that might be due to licensing again).</p>
<p>In the long run, I think mobile technology will improve enough to make this a somewhat unnecessary constraint.  Mobile CPU&#8217;s and GPU&#8217;s are just starting to get to the caliber needed for video.  Performance per watt should improve.  Battery technology is just starting to get pushed to the limits.  This is a good thing for Theora in the long run, but the question is how long?</p>
<p>Until it can be played with minimal impact on battery life, I don&#8217;t think any company who has a heavy investment in mobile will want to jump on board.</p>
<h3>Google&#8217;s Argument</h3>
<p>Google has money and can license H.264.  Shocker.  Google however has trouble when it comes to Chromium.  I suspect Google doesn&#8217;t care too much about which way this goes since what they support in Chrome doesn&#8217;t mandate that YouTube support it. However if the encoding quality for a given bitrate is good enough, it becomes a viable option.</p>
<p>Regarding the quality argument, I&#8217;ll simply point to this <a href="http://people.xiph.org/%7Egreg/video/ytcompare/comparison.html">comparison</a>.  I the quality today is comparable already, and likely to get better as the encoders improve.  I&#8217;ll leave this discussion here.</p>
<h3>Opera&#8217;s Argument</h3>
<p>Opera says H.264 is to expensive to license.  I don&#8217;t know what the costs are, and what they would be for Opera, but I&#8217;ll take their word on it.  After all, the do have a product available for free download.  While commercial and closed source, they don&#8217;t have Google&#8217;s revenue stream and I respect that.</p>
<h3>Mozilla&#8217;s Argument</h3>
<p>Mozilla can&#8217;t license for downstream Gecko use etc.  I&#8217;m sure a good part of the argument is also that requiring licensing fees to use <code>&lt;video/&gt;</code> is bad for the web and open source.  I agree.</p>
<h3>Microsoft&#8217;s Argument</h3>
<p>No comment.  Historically they implemented <code>&lt;marquee/&gt;</code> but not the <code>&lt;blink/&gt;</code>.   Make of that what you will.</p>
<p><code>&lt;video/&gt;</code> could be supported by plugin if needed.  I recall Adobe supporting SVG by plugin a few years ago.</p>
<h3>Where to go from here?</h3>
<p>I think there are a few possible outcomes.  As for what I think are the most likely:</p>
<ol>
<li>There&#8217;s a push for hardware decoding that makes Theora on mobile technically possible and working well.  If Apple legally is satisfied and jumps on board that changes the game. As I stated earlier I think Google is mostly ambivalent since they support both right now.  Opera doesn&#8217;t want H.264 anyway, so they are cool.  IE 8 can likely be handled by a plugin.  Apple really is the deciding factor. Theora is the future.</li>
<li>See what the web does.  I suspect at least for a long while the web will just stick with Flash since it works on almost all desktops.  For mobile the iPhone and Android make up pretty much the bulk of the mobile video market and that doesn&#8217;t look like it&#8217;s changing so fast.  Content providers that want mobile will encode for mobile.  That means 3 target platforms, not ideal but reasonable.  H.264 and whatever Adobe adopts is the future.</li>
</ol>
<p>I know how the media is interpreting all of this.  How do other developers, and open source folks see it?
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=2847#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2009/07/fdf1bc5.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2009/07/06/debating-ogg-theora-and-h-264/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Big Buck Bunny</title>
		<link>http://robert.accettura.com/blog/2008/06/01/big-buck-bunny/</link>
		<comments>http://robert.accettura.com/blog/2008/06/01/big-buck-bunny/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 01:15:26 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Around The Web]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[big buck bunny]]></category>
		<category><![CDATA[blender]]></category>
		<category><![CDATA[elephants dream]]></category>
		<category><![CDATA[h.264]]></category>
		<category><![CDATA[Movie]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=1768</guid>
		<description><![CDATA[Big Buck Bunny, the new open movie made using Blender is out. It&#8217;s rather good, and impressive when you realize it&#8217;s made with open source products, meaning the only barrier to making one yourself (assuming you&#8217;ve got a rendering farm, &#8230; <a href="http://robert.accettura.com/blog/2008/06/01/big-buck-bunny/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://robert.accettura.com/wp-content/uploads/2008/06/20080601_big_buck_bunny1-620x205.jpg" alt="Big Buck Bunny" title="Big Buck Bunny" width="620" height="205" class="aligncenter size-Blog2011 wp-image-6672" /></p>
<p><a href="http://www.bigbuckbunny.org/">Big Buck Bunny</a>, the new open movie made using <a href="http://www.blender.org/">Blender</a> is out.  It&#8217;s rather good, and impressive when you realize it&#8217;s made with open source products, meaning the only barrier to making one yourself (assuming you&#8217;ve got a rendering farm, or the patience to let your workstation churn out the pixels) is your skills.  You can <a href="http://www.bigbuckbunny.org/index.php/download/">download</a> it from the website (h.264 available) or watch on <a href="http://youtube.com/watch?v=YE7VzlLtp-4" class="youtube">YouTube</a>.  I&#8217;d recommend the download so you can appreciate the HD quality.  Some more screenshots can be found on <a href="http://commons.wikimedia.org/wiki/Category:Big_Buck_Bunny">Wikimedia Commons</a>.</p>
<p>The first open movie was <a href="http://www.elephantsdream.org/">Elephants Dream</a> back in 2007.  Elephants dream used proprietary audio software.  As far as I can tell, Big Buck Bunny didn&#8217;t.  </p>
<p>Between the two I think I like Elephants Dream more.  It was a little darker, but struck me as a little more entertaining.  That&#8217;s my personal opinion though.  It will be interesting to see what the next one is.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=1768#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2008/06/db29450.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2008/06/01/big-buck-bunny/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone 2nd Generation</title>
		<link>http://robert.accettura.com/blog/2008/04/09/iphone-2nd-generation/</link>
		<comments>http://robert.accettura.com/blog/2008/04/09/iphone-2nd-generation/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 00:51:02 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[arm]]></category>
		<category><![CDATA[att]]></category>
		<category><![CDATA[cdma]]></category>
		<category><![CDATA[cell phone]]></category>
		<category><![CDATA[gsm]]></category>
		<category><![CDATA[h.264]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mpeg4]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[sgold2]]></category>
		<category><![CDATA[sgold3]]></category>
		<category><![CDATA[verizon]]></category>
		<category><![CDATA[wcdma]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=1708</guid>
		<description><![CDATA[So more is coming out about the next iPhone, which we all know is going to be 3G. Someone found evidence of it in the recent update to the iPhone SDK. The SGOLD2 chipset will be replaced with the SGOLD3, &#8230; <a href="http://robert.accettura.com/blog/2008/04/09/iphone-2nd-generation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So more is coming out about the next iPhone, which we all know is going to be 3G.  Someone found <a href="http://gizmodo.com/377590/3g-iphones-upcoming-chip-found">evidence</a> of it in the recent update to the iPhone SDK.  The SGOLD2 chipset will be replaced with the SGOLD3, which supports 3G networks (as we all expected).  Looking at the specs some interesting things come out:</p>
<ul>
<li><strong>ARM 926 CPU capable of running up to 312 MHz</strong> &#8211; This isn&#8217;t that much more than the existing iPhone which is said to be underclocked to preserve battery life.  Don&#8217;t expect much change here.</li>
<li><strong>5 Megapixel camera support</strong> &#8211; Capable, but don&#8217;t expect to see 5MP.  I suspect it will be upgraded to 3MP and no higher to conserve costs.</li>
<li><strong>MPEG4 / H.263 hardware accelerator</strong> &#8211; Sigh, no H.264 support.  That&#8217;s a bummer.  Apple could still use hardware support via another chip.</li>
<li><strong>Support for video telephony, streaming, recording and playback</strong> &#8211; I wonder if Apple plans to utilize this.  Video telephony could work over 3G networks (AT&#038;T already did it with an LG CU500v).  But it would require a potentially reworking the location of the camera on the phone.</li>
<li><strong>3G upgradeable with WCDMA coprocessor</strong> &#8211; Very interesting since this could allow Apple to offer the iPhone on CDMA networks, though the largest (Verizon) is going to become LTE a varient of GSM.  That&#8217;s the largest CDMA network in the US.  Still CDMA support will be needed for Japan.</li>
</ul>
<p>Walt Mossberg initially said this is going down in <a href="http://9to5mac.com/3G-60-days-walt-mossberg-appletv">60 days</a>, but now he&#8217;s retracted that statement.  I still think a June timeline sounds about right.  <a href="http://developer.apple.com/wwdc/">WWDC 2008</a> is June 9-13, 2008.  Sounds about right.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=1708#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2008/04/c59b469.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2008/04/09/iphone-2nd-generation/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>No Flash For The iPhone</title>
		<link>http://robert.accettura.com/blog/2008/03/05/no-flash-for-iphone/</link>
		<comments>http://robert.accettura.com/blog/2008/03/05/no-flash-for-iphone/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 02:27:05 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[aac]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[edge]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[h.264]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[quicktime]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[vc6]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/archives/2008/03/05/no-flash-for-iphone/</guid>
		<description><![CDATA[Via TechCrunch I noticed that there won&#8217;t be flash player for the iPhone anytime soon. I&#8217;m not surprised. I said this before. Apple doesn&#8217;t want the iPhone to get the reputation of having poor battery life. Apple is said to &#8230; <a href="http://robert.accettura.com/blog/2008/03/05/no-flash-for-iphone/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Via <a href="http://www.techcrunch.com/2008/03/05/adobes-flash-not-good-enough-for-steve-jobs/">TechCrunch</a> I noticed that there <a href="http://money.cnn.com/news/newsfeeds/articles/djf500/200803041742DOWJONESDJONLINE000829_FORTUNE5.htm">won&#8217;t be flash player for the iPhone</a> anytime soon.  I&#8217;m not surprised.  I said this <a href="http://robert.accettura.com/blog/2008/02/12/flash-for-iphone/">before</a>.</p>
<p>Apple doesn&#8217;t want the iPhone to get the reputation of having poor battery life.  Apple is said to have avoided 3G thus far because of power consumption reasons, instead opting for a lower powered EDGE chip.  When Apple moves to 3G later this year, they will want to at a minimum keep the same battery life.  Having Flash on the iPhone will mean a likely drop in battery life.  Something they don&#8217;t want.</p>
<p>I suspect in 12-18 months when H.264/AAC is a more common encoding scheme, I think we&#8217;ll see a Flash component for QuickTime that can take advantage of the hardware on the iPhone.  Right now there&#8217;s too much vc6 stuff out there.</p>
<p>Apple doesn&#8217;t want anything released to drain battery life or it will be accused of misleading consumers about average battery life.  Keeping the CPU idle will help keep that time up.</p>
<p>I suspect the SDK will have some limitations on CPU cycles an app built can consume before it&#8217;s throttled in some way.  For the exact same purpose.  That&#8217;s fine for most things, most users won&#8217;t notice,  but for video, any slowdown or bottleneck becomes very visible.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/archives/2008/03/05/no-flash-for-iphone/#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2008/03/a0f3601.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2008/03/05/no-flash-for-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

