<?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>indiWiz.com &#187; html5</title>
	<atom:link href="http://indiwiz.com/tag/html5/feed/" rel="self" type="application/rss+xml" />
	<link>http://indiwiz.com</link>
	<description>Subhash&#039;s Tech Log</description>
	<lastBuildDate>Sun, 29 Apr 2012 15:11:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Encoding to Ogg Theora Format: For use in HTML5</title>
		<link>http://indiwiz.com/2009/07/14/encoding-to-ogg-theora-format-for-use-in-html5/</link>
		<comments>http://indiwiz.com/2009/07/14/encoding-to-ogg-theora-format-for-use-in-html5/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 09:08:58 +0000</pubDate>
		<dc:creator>Subhash Chandran</dc:creator>
				<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://indiwiz.com/?p=375</guid>
		<description><![CDATA[To encode a video file for use in HTML5 video compatible browser (firefox 3.5 and above supports HTML5 video), use the command: $ ffmpeg -i in.flv -vcodec libtheora -sameq \ -acodec libvorbis -ac 2 -sameq out.ogg Finally use it in your page: &#60;video src="out.ogg"&#62; Your browser does not support HTML5 video. &#60;/video&#62; Reference: HTML 5 [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p>To encode a video file for use in HTML5 video compatible browser (<a href="http://www.mozilla.com/firefox/">firefox</a> 3.5 and above supports HTML5 video), use the command:</p>
<pre>
$ ffmpeg -i in.flv -vcodec libtheora -sameq \
   -acodec libvorbis -ac 2 -sameq out.ogg
</pre>
<p><br/></p>
<p>Finally use it in your page:</p>
<pre>
&lt;video src="out.ogg"&gt;
Your browser does not support HTML5 video.
&lt;/video&gt;
</pre>
<p><br/></p>
<p><strong>Reference</strong>: <a href="http://www.quackit.com/html_5/tags/html_video_tag.cfm">HTML 5 &lt;video&gt; Tag</a>.</p>
<div class="shr-publisher-375"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://indiwiz.com/2009/07/14/encoding-to-ogg-theora-format-for-use-in-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

