<?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>UniversVideo Plugin</title>
	<atom:link href="http://universvideo.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://universvideo.com</link>
	<description>HTML 5 Video + Flash + FFmpeg + WordPress</description>
	<lastBuildDate>Mon, 31 Oct 2011 11:40:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SEO</title>
		<link>http://universvideo.com/2011/10/seo/</link>
		<comments>http://universvideo.com/2011/10/seo/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 11:40:32 +0000</pubDate>
		<dc:creator>Braydon Fuller</dc:creator>
				<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://universvideo.com/?p=229</guid>
		<description><![CDATA[It&#8217;s been more than two years now since I&#8217;ve posted here last. I haven&#8217;t updated the project, though may receive attention later. I would like to combine the project with another that has come up in the last two years called, MediaElement.js . I&#8217;ve determined that the &#8220;Share&#8221; feature is a bad idea, originally wasn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been more than two years now since I&#8217;ve posted here last. I haven&#8217;t updated the project, though may receive attention later. I would like to combine the project with another that has come up in the last two years called, <a href="http://mediaelementjs.com/">MediaElement.js</a> . I&#8217;ve determined that the &#8220;Share&#8221; feature is a bad idea, originally wasn&#8217;t my idea, and introduces so much complexity, the project becomes unmaintainable. It&#8217;s designed around the idea that people are not able to make a copy of the video, where this is best used for videos that can be copied and licensed in the appropriate way, such as using a Creative Commons license.</p>
<p>There is also a great deal of support for HTML5 video when dealing with feeds, mobile (no flash), and search engine optimizations. There are a few people that were interested and following this plugin that were big into SEO.</p>
<p>For yet another reason to adopt HTML5 video, I&#8217;m pleased to note that HTML5 video is now appearing with appropriate thumbnails in search results.<br />
<img src="http://universvideo.com/wp-content/uploads/2011/10/html5_insearch_results.png" alt="html5_insearch_results" title="html5_insearch_results" width="532" height="229" class="alignnone size-full wp-image-230" /></p>
]]></content:encoded>
			<wfw:commentRss>http://universvideo.com/2011/10/seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UniversVideo Python Package</title>
		<link>http://universvideo.com/2009/07/universvideo-python-module/</link>
		<comments>http://universvideo.com/2009/07/universvideo-python-module/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 21:17:46 +0000</pubDate>
		<dc:creator>Braydon Fuller</dc:creator>
				<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://video.braydon.com/?p=174</guid>
		<description><![CDATA[There is now also a Python module for Univers Video that will integrate with any Python web framework / toolset (Django, CherryPy, Werkzeug) rather easily.

Download: UniversVideo-0.1.tar.gz (includes documentation)
Download: UniversVideo-0.2.tar.gz

Or get it from the Cheese Shop:
$ sudo easy_install universvideo
Update: For more details go to: UniversVideo &#8212; Braydon&#8217;s Free Software Blog.
]]></description>
			<content:encoded><![CDATA[<p>There is now also a Python module for Univers Video that will integrate with any Python web framework / toolset (Django, CherryPy, Werkzeug) rather easily.</p>
<ul>
<li>Download: <a href="/UniversVideo-0.1.tar.gz">UniversVideo-0.1.tar.gz</a> (includes documentation)
<li>Download: <a href="/UniversVideo-0.2.tar.gz">UniversVideo-0.2.tar.gz</a>
</ul>
<p>Or get it from the Cheese Shop:</p>
<p><code>$ sudo easy_install universvideo</code></p>
<p><small><strong>Update:</strong> For more details go to: <a href="http://braydon.com/blog/2009/7/9/universvideo">UniversVideo &#8212; Braydon&#8217;s Free Software Blog</a>.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://universvideo.com/2009/07/universvideo-python-module/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Video for Everybody!</title>
		<link>http://universvideo.com/2009/07/video-for-everybody/</link>
		<comments>http://universvideo.com/2009/07/video-for-everybody/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 22:33:21 +0000</pubDate>
		<dc:creator>Braydon Fuller</dc:creator>
				<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://video.braydon.com/?p=142</guid>
		<description><![CDATA[So I&#8217;ve added in the Video for Everybody HTML code block for graceful JavaScript fallback. JavaScript is used to detect if there are enough capabilities of the browser to support the custom JavaScript HTML5 video controls, but JavaScript is not required. 
Grab it while it is hot!
http://universvideo.braydon.com/wp-univers-0.2.tar.gz
http://universvideo.braydon.com/wp-univers-0.2.zip
]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve added in the <a href="http://camendesign.com/code/video_for_everybody">Video for Everybody</a> HTML code block for graceful JavaScript fallback. JavaScript is used to detect if there are enough capabilities of the browser to support the custom JavaScript HTML5 video controls, but JavaScript is not required. </p>
<p>Grab it while it is hot!<br />
<a href="http://universvideo.braydon.com/wp-univers-0.2.tar.gz">http://universvideo.braydon.com/wp-univers-0.2.tar.gz</a><br />
<a href="http://universvideo.braydon.com/wp-univers-0.2.zip">http://universvideo.braydon.com/wp-univers-0.2.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://universvideo.com/2009/07/video-for-everybody/feed/</wfw:commentRss>
		<slash:comments>65</slash:comments>
		</item>
		<item>
		<title>Theme from Shaft Remix</title>
		<link>http://universvideo.com/2009/07/theme-from-shaft-remix/</link>
		<comments>http://universvideo.com/2009/07/theme-from-shaft-remix/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 08:29:04 +0000</pubDate>
		<dc:creator>Braydon Fuller</dc:creator>
				<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://video.braydon.com/?p=11</guid>
		<description><![CDATA[The above video will play without Flash in Firefox 3.5+ and Safari 3.1.2+, and also in any browser with Flash installed. In Firefox 3.5 the implementation in 100% different than the Flash implementation. It uses Canvas for the controls, JavaScript for the behaviors, the HTML5 video tag, and Ogg Theora / Vorbis for the video [...]]]></description>
			<content:encoded><![CDATA[<div class="universvideo" id="video_three" style="width:480px;height:360px;">
				<!-- "Video for Everybody" by Kroc Camen <camendesign.com> cc-by -->
				<video width="480" height="360" controls="controls" poster="http://universvideo.com/wp-content/video/480/ThemeFromShaftb-boyRemix.jpg">
				    <source src="http://universvideo.com/wp-content/video/480/ThemeFromShaftb-boyRemix.ogg" type="video/ogg" />
				    <source src="http://universvideo.com/wp-content/video/480/ThemeFromShaftb-boyRemix.mp4" type="video/mp4" />
				    <object width="480" height="360" type="application/x-shockwave-flash"
					    data="http://universvideo.com/wp-content/plugins/univers/player/univers.swf" flashvars="autoplay=false&width=480&height=360&embed_width=480&embed_height=480&base_url=http://universvideo.com/wp-content/video/&base_file=ThemeFromShaftb-boyRemix&video_title=ThemeFromShaftb-boyRemix&video_url= http://universvideo.com/wp-content/video/480/ThemeFromShaftb-boyRemix.mp4&site_title=UniversVideo Plugin&site_url=http://universvideo.com&bgcolor=000000&object_url=http://universvideo.com/wp-content/plugins/univers/embed.php?id=3&font_size=13&font_family=Arial&flash_url=http://universvideo.com/wp-content/plugins/univers/player/univers.swf" wmode="transparent">
				    <param name="movie" value="http://universvideo.com/wp-content/plugins/univers/player/univers.swf" />
				    <param name="wmode" value="transparent" /> 
				    <param name="flashvars" value="autoplay=false&width=480&height=360&embed_width=480&embed_height=480&base_url=http://universvideo.com/wp-content/video/&base_file=ThemeFromShaftb-boyRemix&video_title=ThemeFromShaftb-boyRemix&video_url= http://universvideo.com/wp-content/video/480/ThemeFromShaftb-boyRemix.mp4&site_title=UniversVideo Plugin&site_url=http://universvideo.com&bgcolor=000000&object_url=http://universvideo.com/wp-content/plugins/univers/embed.php?id=3&font_size=13&font_family=Arial&flash_url=http://universvideo.com/wp-content/plugins/univers/player/univers.swf" />
				    <!--[if gt IE 6]>
				    <object width="480" height="375" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B">
				    <param name="autoplay" value="false" />
				    <param name="src" value="http://universvideo.com/wp-content/video/480/ThemeFromShaftb-boyRemix.mp4" /><!
				    [endif]--><!--[if gt IE 6]><!-->

				    <object width="480" height="375" type="video/quicktime" data="http://universvideo.com/wp-content/video/480/ThemeFromShaftb-boyRemix.mp4">
				    <param name="autoplay" value="false" />
				    <param name="src" value="http://universvideo.com/wp-content/video/480/ThemeFromShaftb-boyRemix.mp4" />
				    <!--<![endif]-->
				    <img src="http://universvideo.com/wp-content/video/480/ThemeFromShaftb-boyRemix.jpg" alt="[ThemeFromShaftb-boyRemix]" />
				    <p>Download Video: <a href="http://universvideo.com/wp-content/video/480/ThemeFromShaftb-boyRemix.ogg">Ogg Theora format</a> |
				    <a href="http://universvideo.com/wp-content/video/480/ThemeFromShaftb-boyRemix.mp4">MPEG-4 format</a> 
				    </p><!--[if gt IE 6]><!--></object><!--<![endif]-->

				    <!--[if gt IE 6]></object><![endif]-->
				    </object>
				</video>
				<!-- End "Video for Everybody" -->
                            </div><script><!--
                       video_three = new Video({
                       'id':'video_three',
                       'size':[480,360],
                       'embed_size':[480,360],
                       'base_url':'http://universvideo.com/wp-content/video/',
                       'base_file':'ThemeFromShaftb-boyRemix',
                       'flash':'http://universvideo.com/wp-content/plugins/univers/player/univers.swf',
                       'autoplay':false,
                       'bgcolor':000000,
                       'display':{
                           'font_family':'Arial',
                           'font_size':13,
                           'site_title':'UniversVideo Plugin',
                           'site_url':'http://universvideo.com',
                           'video_title':'ThemeFromShaftb-boyRemix',
                           'video_url':'http://universvideo.com/2009/07/theme-from-shaft-remix/',
                           'object_url':'http://universvideo.com/wp-content/plugins/univers/embed.php?id=3'
                        }});
                        //-->
                        </script><p class="universvideoinfo" style="width:480px;"><a href="http://universvideo.com/2009/07/theme-from-shaft-remix/">View Larger</a></p>
<p>The above video will play without Flash in Firefox 3.5+ and Safari 3.1.2+, and also in any browser with Flash installed. In Firefox 3.5 the implementation in 100% different than the Flash implementation. It uses Canvas for the controls, JavaScript for the behaviors, the HTML5 video tag, and Ogg Theora / Vorbis for the video codecs and format. It plays in Safari using all that but with the H.264 mp4 video like is used in the Flash player. </p>
]]></content:encoded>
			<wfw:commentRss>http://universvideo.com/2009/07/theme-from-shaft-remix/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Firefox 3.5 is out!</title>
		<link>http://universvideo.com/2009/06/firefox-3-5-is-out/</link>
		<comments>http://universvideo.com/2009/06/firefox-3-5-is-out/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 18:13:04 +0000</pubDate>
		<dc:creator>Braydon Fuller</dc:creator>
				<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://video.braydon.com/?p=122</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div class="universvideo" id="video_onetwothree" style="width:480px;height:270px;">
				<!-- "Video for Everybody" by Kroc Camen <camendesign.com> cc-by -->
				<video width="480" height="270" controls="controls" poster="http://universvideo.com/wp-content/video/480/overview.jpg">
				    <source src="http://universvideo.com/wp-content/video/480/overview.ogg" type="video/ogg" />
				    <source src="http://universvideo.com/wp-content/video/480/overview.mp4" type="video/mp4" />
				    <object width="480" height="270" type="application/x-shockwave-flash"
					    data="http://universvideo.com/wp-content/plugins/univers/player/univers.swf" flashvars="autoplay=false&width=480&height=270&embed_width=480&embed_height=480&base_url=http://universvideo.com/wp-content/video/&base_file=overview&video_title=overview&video_url= http://universvideo.com/wp-content/video/480/overview.mp4&site_title=UniversVideo Plugin&site_url=http://universvideo.com&bgcolor=000000&object_url=http://universvideo.com/wp-content/plugins/univers/embed.php?id=123&font_size=13&font_family=Arial&flash_url=http://universvideo.com/wp-content/plugins/univers/player/univers.swf" wmode="transparent">
				    <param name="movie" value="http://universvideo.com/wp-content/plugins/univers/player/univers.swf" />
				    <param name="wmode" value="transparent" /> 
				    <param name="flashvars" value="autoplay=false&width=480&height=270&embed_width=480&embed_height=480&base_url=http://universvideo.com/wp-content/video/&base_file=overview&video_title=overview&video_url= http://universvideo.com/wp-content/video/480/overview.mp4&site_title=UniversVideo Plugin&site_url=http://universvideo.com&bgcolor=000000&object_url=http://universvideo.com/wp-content/plugins/univers/embed.php?id=123&font_size=13&font_family=Arial&flash_url=http://universvideo.com/wp-content/plugins/univers/player/univers.swf" />
				    <!--[if gt IE 6]>
				    <object width="480" height="285" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B">
				    <param name="autoplay" value="false" />
				    <param name="src" value="http://universvideo.com/wp-content/video/480/overview.mp4" /><!
				    [endif]--><!--[if gt IE 6]><!-->

				    <object width="480" height="285" type="video/quicktime" data="http://universvideo.com/wp-content/video/480/overview.mp4">
				    <param name="autoplay" value="false" />
				    <param name="src" value="http://universvideo.com/wp-content/video/480/overview.mp4" />
				    <!--<![endif]-->
				    <img src="http://universvideo.com/wp-content/video/480/overview.jpg" alt="[overview]" />
				    <p>Download Video: <a href="http://universvideo.com/wp-content/video/480/overview.ogg">Ogg Theora format</a> |
				    <a href="http://universvideo.com/wp-content/video/480/overview.mp4">MPEG-4 format</a> 
				    </p><!--[if gt IE 6]><!--></object><!--<![endif]-->

				    <!--[if gt IE 6]></object><![endif]-->
				    </object>
				</video>
				<!-- End "Video for Everybody" -->
                            </div><script><!--
                       video_onetwothree = new Video({
                       'id':'video_onetwothree',
                       'size':[480,270],
                       'embed_size':[480,270],
                       'base_url':'http://universvideo.com/wp-content/video/',
                       'base_file':'overview',
                       'flash':'http://universvideo.com/wp-content/plugins/univers/player/univers.swf',
                       'autoplay':false,
                       'bgcolor':000000,
                       'display':{
                           'font_family':'Arial',
                           'font_size':13,
                           'site_title':'UniversVideo Plugin',
                           'site_url':'http://universvideo.com',
                           'video_title':'overview',
                           'video_url':'http://universvideo.com/2009/06/firefox-3-5-is-out/',
                           'object_url':'http://universvideo.com/wp-content/plugins/univers/embed.php?id=123'
                        }});
                        //-->
                        </script><p class="universvideoinfo" style="width:480px;"><a href="http://universvideo.com/2009/06/firefox-3-5-is-out/">View Larger</a></p>
]]></content:encoded>
			<wfw:commentRss>http://universvideo.com/2009/06/firefox-3-5-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced Beauty No.5</title>
		<link>http://universvideo.com/2009/06/advanced-beauty-no-5/</link>
		<comments>http://universvideo.com/2009/06/advanced-beauty-no-5/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 20:51:39 +0000</pubDate>
		<dc:creator>Braydon Fuller</dc:creator>
				<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://video.braydon.com/?p=65</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div class="universvideo" id="video_sixtwo" style="width:480px;height:270px;">
				<!-- "Video for Everybody" by Kroc Camen <camendesign.com> cc-by -->
				<video width="480" height="270" controls="controls" poster="http://universvideo.com/wp-content/video/480/5-7eff01bae4c45ffb3.jpg">
				    <source src="http://universvideo.com/wp-content/video/480/5-7eff01bae4c45ffb3.ogg" type="video/ogg" />
				    <source src="http://universvideo.com/wp-content/video/480/5-7eff01bae4c45ffb3.mp4" type="video/mp4" />
				    <object width="480" height="270" type="application/x-shockwave-flash"
					    data="http://universvideo.com/wp-content/plugins/univers/player/univers.swf" flashvars="autoplay=false&width=480&height=270&embed_width=480&embed_height=480&base_url=http://universvideo.com/wp-content/video/&base_file=5-7eff01bae4c45ffb3&video_title=5-7eff01bae4c45ffb3&video_url= http://universvideo.com/wp-content/video/480/5-7eff01bae4c45ffb3.mp4&site_title=UniversVideo Plugin&site_url=http://universvideo.com&bgcolor=000000&object_url=http://universvideo.com/wp-content/plugins/univers/embed.php?id=62&font_size=13&font_family=Arial&flash_url=http://universvideo.com/wp-content/plugins/univers/player/univers.swf" wmode="transparent">
				    <param name="movie" value="http://universvideo.com/wp-content/plugins/univers/player/univers.swf" />
				    <param name="wmode" value="transparent" /> 
				    <param name="flashvars" value="autoplay=false&width=480&height=270&embed_width=480&embed_height=480&base_url=http://universvideo.com/wp-content/video/&base_file=5-7eff01bae4c45ffb3&video_title=5-7eff01bae4c45ffb3&video_url= http://universvideo.com/wp-content/video/480/5-7eff01bae4c45ffb3.mp4&site_title=UniversVideo Plugin&site_url=http://universvideo.com&bgcolor=000000&object_url=http://universvideo.com/wp-content/plugins/univers/embed.php?id=62&font_size=13&font_family=Arial&flash_url=http://universvideo.com/wp-content/plugins/univers/player/univers.swf" />
				    <!--[if gt IE 6]>
				    <object width="480" height="285" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B">
				    <param name="autoplay" value="false" />
				    <param name="src" value="http://universvideo.com/wp-content/video/480/5-7eff01bae4c45ffb3.mp4" /><!
				    [endif]--><!--[if gt IE 6]><!-->

				    <object width="480" height="285" type="video/quicktime" data="http://universvideo.com/wp-content/video/480/5-7eff01bae4c45ffb3.mp4">
				    <param name="autoplay" value="false" />
				    <param name="src" value="http://universvideo.com/wp-content/video/480/5-7eff01bae4c45ffb3.mp4" />
				    <!--<![endif]-->
				    <img src="http://universvideo.com/wp-content/video/480/5-7eff01bae4c45ffb3.jpg" alt="[5-7eff01bae4c45ffb3]" />
				    <p>Download Video: <a href="http://universvideo.com/wp-content/video/480/5-7eff01bae4c45ffb3.ogg">Ogg Theora format</a> |
				    <a href="http://universvideo.com/wp-content/video/480/5-7eff01bae4c45ffb3.mp4">MPEG-4 format</a> 
				    </p><!--[if gt IE 6]><!--></object><!--<![endif]-->

				    <!--[if gt IE 6]></object><![endif]-->
				    </object>
				</video>
				<!-- End "Video for Everybody" -->
                            </div><script><!--
                       video_sixtwo = new Video({
                       'id':'video_sixtwo',
                       'size':[480,270],
                       'embed_size':[480,270],
                       'base_url':'http://universvideo.com/wp-content/video/',
                       'base_file':'5-7eff01bae4c45ffb3',
                       'flash':'http://universvideo.com/wp-content/plugins/univers/player/univers.swf',
                       'autoplay':false,
                       'bgcolor':000000,
                       'display':{
                           'font_family':'Arial',
                           'font_size':13,
                           'site_title':'UniversVideo Plugin',
                           'site_url':'http://universvideo.com',
                           'video_title':'5-7eff01bae4c45ffb3',
                           'video_url':'http://universvideo.com/2009/06/advanced-beauty-no-5/',
                           'object_url':'http://universvideo.com/wp-content/plugins/univers/embed.php?id=62'
                        }});
                        //-->
                        </script><p class="universvideoinfo" style="width:480px;"><a href="http://universvideo.com/2009/06/advanced-beauty-no-5/">View Larger</a></p>
]]></content:encoded>
			<wfw:commentRss>http://universvideo.com/2009/06/advanced-beauty-no-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

