<?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>popey.com blog &#187; Screencast</title>
	<atom:link href="http://popey.com/blog/category/screencast/feed/" rel="self" type="application/rss+xml" />
	<link>http://popey.com/blog</link>
	<description>DON&#039;T YOU KNOW WHO I AM!!</description>
	<lastBuildDate>Tue, 27 Jul 2010 09:41:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Working Around blip.tv Video Conversion Failures</title>
		<link>http://popey.com/blog/2009/09/07/working-around-blip-tv-video-conversion-failures/</link>
		<comments>http://popey.com/blog/2009/09/07/working-around-blip-tv-video-conversion-failures/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 08:51:20 +0000</pubDate>
		<dc:creator>popey</dc:creator>
				<category><![CDATA[Advocacy]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Screencast]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://popey.com/blog/?p=300</guid>
		<description><![CDATA[One of the things that&#8217;s important to me for Ubuntu Screencasts is that they are accessible to people on non-Ubuntu platforms. That basically translates to Windows and OSX, but could also mean set top boxes, media players etc. One reason I like blip.tv is that they will take the Ogg Theora/Vorbis video I create in [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things that&#8217;s important to me for <a href="http://screencasts.ubuntu.com">Ubuntu Screencasts</a> is that they are accessible to people on non-Ubuntu platforms. That basically translates to Windows and OSX, but could also mean set top boxes, media players etc.</p>
<p>One reason I like <a href="http://ubuntuscreencasts.blip.tv">blip.tv</a> is that they will take the Ogg Theora/Vorbis video I create in RecordMyDesktop and edit in Pitivi, and transcode it to FLV and MP4 (H264/AAC). The FLV is for streaming to a flash based player. The MP4 version is used in the iTunes feed. They also feed directly to our <a href="http://youtube.com/user/ubuntuscreencasts">YouTube</a> channel for maximum reach.</p>
<p>I also use the flash stream and mp4 video to supplement the Ogg video on the <a href="http://screencasts.ubuntu.com/">site</a>. So visitors with browsers that support the video tag such as Firefox 3.5 will see the Ogg video embedded, users of &#8216;lesser&#8217; browsers will either get the MP4 stream or the Flash one. I have tested this in Safari for example which shows the fallback MP4 video using the Quicktime plugin. On Windows in IE I get the Flash based player. Here&#8217;s the code I use:-<br />
<code><br />
&lt;div id="UbuntuPartitioning"&gt;<br />
 &lt;video id="UbuntuPartitioning" controls="controls" width="640" height="480"&gt;<br />
 &lt;source src="http://static.screencasts.ubuntu.com/2009/09/03/Ubuntu_Partitioning.ogv" type="video/ogg" /&gt;<br />
&lt;source src="http://blip.tv/file/get/Ubuntuscreencasts-UbuntuPartitioning718.mp4" type="video/mp4" /&gt;<br />
 &lt;embed src="http://blip.tv/play/ge9BgZzwZgA" type="application/x-shockwave-flash" width="968" height="544" allowscriptaccess="always" allowfullscreen="true"&gt;&lt;/embed&gt;<br />
&lt;/video&gt;&lt;/div&gt;</code></p>
<p>You can see this in action here at <a href="http://screencasts.ubuntu.com/2009/09/03/Ubuntu_Partitioning">http://screencasts.ubuntu.com/2009/09/03/Ubuntu_Partitioning</a>.</p>
<p>One problem I have though is that sometimes the blip.tv automagic video conversion fails. I have a &#8216;pro&#8217; account with blip.tv so that lets me retry the processing, but it almost always fails on a retry so that&#8217;s a kind of pointless feature for me. The conversion that fails is the MP4 one, so that means the iTunes feed doesn&#8217;t get populated, and I can&#8217;t embed an MP4 video into the site for (for example) Safari users.</p>
<p>It dawned on me this morning whilst looking at the YouTube page that they also convert to MP4 (H264/AAC). So I downloaded the MP4 from YouTube and uploaded it to blip.tv as an &#8216;alternate&#8217; format to an existing movie. It worked. </p>
<p>I tested the MP4 in Safari on the Mac, and sure enough the quicktime plugin loaded. I also checked that it would download and play in iTunes however it won&#8217;t even sync to my iPod. I guess iTunes decides it&#8217;s in a format my iPod won&#8217;t play. The videos that previously did convert okay at blip.tv do work on the iPod, so I assume there&#8217;s some resolution/codec issue in the YouTube converted ones.</p>
<p>Now, dear blip.tv, please fix your own transcoder, or allow me as a user to &#8216;pull&#8217; MP4 video out of my YouTube account, back into my blip account. This &#8216;download from YouTube, upload to blip&#8217; process works for me, but it&#8217;s time consuming and unnecessary.  </p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2009%2F09%2F07%2Fworking-around-blip-tv-video-conversion-failures%2F&amp;title=Working+Around+blip.tv+Video+Conversion+Failures" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2009%2F09%2F07%2Fworking-around-blip-tv-video-conversion-failures%2F&amp;title=Working+Around+blip.tv+Video+Conversion+Failures" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2009%2F09%2F07%2Fworking-around-blip-tv-video-conversion-failures%2F&amp;title=Working+Around+blip.tv+Video+Conversion+Failures" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fpopey.com%2Fblog%2F2009%2F09%2F07%2Fworking-around-blip-tv-video-conversion-failures%2F&amp;headline=Working+Around+blip.tv+Video+Conversion+Failures" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Working+Around+blip.tv+Video+Conversion+Failures&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2009%2F09%2F07%2Fworking-around-blip-tv-video-conversion-failures%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Working+Around+blip.tv+Video+Conversion+Failures&amp;u=http%3A%2F%2Fpopey.com%2Fblog%2F2009%2F09%2F07%2Fworking-around-blip-tv-video-conversion-failures%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Working+Around+blip.tv+Video+Conversion+Failures&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2009%2F09%2F07%2Fworking-around-blip-tv-video-conversion-failures%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Working+Around+blip.tv+Video+Conversion+Failures&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2009%2F09%2F07%2Fworking-around-blip-tv-video-conversion-failures%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Working+Around+blip.tv+Video+Conversion+Failures&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2009%2F09%2F07%2Fworking-around-blip-tv-video-conversion-failures%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2009%2F09%2F07%2Fworking-around-blip-tv-video-conversion-failures%2F&amp;title=Working+Around+blip.tv+Video+Conversion+Failures&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fpopey.com%2Fblog%2F2009%2F09%2F07%2Fworking-around-blip-tv-video-conversion-failures%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fpopey.com%2Fblog%2F2009%2F09%2F07%2Fworking-around-blip-tv-video-conversion-failures%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fpopey.com%2Fblog%2F2009%2F09%2F07%2Fworking-around-blip-tv-video-conversion-failures%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://popey.com/blog/2009/09/07/working-around-blip-tv-video-conversion-failures/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
<enclosure url="http://static.screencasts.ubuntu.com/2009/09/03/Ubuntu_Partitioning.ogv" length="42612163" type="video/ogg" />
<enclosure url="http://blip.tv/file/get/Ubuntuscreencasts-UbuntuPartitioning718.mp4" length="16973668" type="video/mp4" />
		</item>
	</channel>
</rss>
