<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: What Is Ogg Theora and What Could It Mean For Online Video?</title>
	<atom:link href="http://webvideouniversity.com/blog/2009/06/17/what-is-ogg-theora-and-what-could-it-mean-for-online-video/feed/" rel="self" type="application/rss+xml" />
	<link>http://webvideouniversity.com/blog/2009/06/17/what-is-ogg-theora-and-what-could-it-mean-for-online-video/</link>
	<description></description>
	<lastBuildDate>Thu, 03 May 2012 22:07:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Kenneth Pardue</title>
		<link>http://webvideouniversity.com/blog/2009/06/17/what-is-ogg-theora-and-what-could-it-mean-for-online-video/comment-page-1/#comment-464</link>
		<dc:creator>Kenneth Pardue</dc:creator>
		<pubDate>Wed, 17 Jun 2009 20:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://webvideouniversity.com/blog/?p=341#comment-464</guid>
		<description>ah, it stripped out my pseudo-tag as HTML.  &quot;It doesn’t take much of a code warrior to put into a page.&quot; becomes &quot;It doesn’t take much of a code warrior to put [video src=&quot;myvideo.ogv&quot; controls] into a page.&quot;

And, &quot;you can embed the SAME mp4 file in the tag&quot; becomes &quot;you can embed the SAME mp4 file in the VIDEO tag&quot;</description>
		<content:encoded><![CDATA[<p>ah, it stripped out my pseudo-tag as HTML.  &#8220;It doesn’t take much of a code warrior to put into a page.&#8221; becomes &#8220;It doesn’t take much of a code warrior to put [video src="myvideo.ogv" controls] into a page.&#8221;</p>
<p>And, &#8220;you can embed the SAME mp4 file in the tag&#8221; becomes &#8220;you can embed the SAME mp4 file in the VIDEO tag&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenneth Pardue</title>
		<link>http://webvideouniversity.com/blog/2009/06/17/what-is-ogg-theora-and-what-could-it-mean-for-online-video/comment-page-1/#comment-463</link>
		<dc:creator>Kenneth Pardue</dc:creator>
		<pubDate>Wed, 17 Jun 2009 20:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://webvideouniversity.com/blog/?p=341#comment-463</guid>
		<description>A couple of corrections to your blog post....

Ogg is not the &quot;audio part&quot;.  Ogg is a container format that is relatively unrelated to either the video or the audio.  Vorbis is the open source audio codec typically used in an Ogg container, and Theora is the video codec used in an Ogg container.  There are other codecs that Ogg will eventually support, the most notable being BBC&#039;s open source Dirac.

Similarly, MP4 is a container format that usually holds either H.264 (video codec) or AAC (audio codec) amongst others.

Also, regarding: &quot;You pretty much need to be a code warrior to even use it.&quot;  It doesn&#039;t take much of a code warrior to put  into a page.

It&#039;s also interesting to note that all of the other &quot;big 3&quot; video players you mentioned are or will soon be supporting H.264.  Flash can already play H.264 MP4 files, as can Quicktime.  H.264 support is also being built into Windows 7.  H.264 is also built into Bluray, iPhone, ZuneHD, Tivo, etc., and Youtube has the majority (if not all) of their content already encoded into H.264 (how do you think that Youtube videos play on hardware devices such as the iPhone and Tivo).

Because of this, for browsers that support H.264 in their  implementation (Safari, Chrome), you can embed the SAME mp4 file in the  tag, and as a fallback easily load it into a Flash player for users of Internet Explorer.  If you were to embed Theora, you&#039;d either have to encode the video in two formats or load the video into the browser through a Java applet as fallback.  Neither of those sound very appealing.

There comes the rub: Theora may be approaching the same ballpark when it comes to quality and it may be free, but how do you compete with superior quality and the ubiquity of H.264?  H.264 IS already the standard... it&#039;s just unfortunate that it must be licensed.</description>
		<content:encoded><![CDATA[<p>A couple of corrections to your blog post&#8230;.</p>
<p>Ogg is not the &#8220;audio part&#8221;.  Ogg is a container format that is relatively unrelated to either the video or the audio.  Vorbis is the open source audio codec typically used in an Ogg container, and Theora is the video codec used in an Ogg container.  There are other codecs that Ogg will eventually support, the most notable being BBC&#8217;s open source Dirac.</p>
<p>Similarly, MP4 is a container format that usually holds either H.264 (video codec) or AAC (audio codec) amongst others.</p>
<p>Also, regarding: &#8220;You pretty much need to be a code warrior to even use it.&#8221;  It doesn&#8217;t take much of a code warrior to put  into a page.</p>
<p>It&#8217;s also interesting to note that all of the other &#8220;big 3&#8243; video players you mentioned are or will soon be supporting H.264.  Flash can already play H.264 MP4 files, as can Quicktime.  H.264 support is also being built into Windows 7.  H.264 is also built into Bluray, iPhone, ZuneHD, Tivo, etc., and Youtube has the majority (if not all) of their content already encoded into H.264 (how do you think that Youtube videos play on hardware devices such as the iPhone and Tivo).</p>
<p>Because of this, for browsers that support H.264 in their  implementation (Safari, Chrome), you can embed the SAME mp4 file in the  tag, and as a fallback easily load it into a Flash player for users of Internet Explorer.  If you were to embed Theora, you&#8217;d either have to encode the video in two formats or load the video into the browser through a Java applet as fallback.  Neither of those sound very appealing.</p>
<p>There comes the rub: Theora may be approaching the same ballpark when it comes to quality and it may be free, but how do you compete with superior quality and the ubiquity of H.264?  H.264 IS already the standard&#8230; it&#8217;s just unfortunate that it must be licensed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

