<?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>Open Pages</title>
	<atom:link href="http://open.pages.kevinwiliarty.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://open.pages.kevinwiliarty.com</link>
	<description>Kevin Wiliarty</description>
	<lastBuildDate>Thu, 29 Dec 2011 20:19:20 +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>vfe.sh 1.11</title>
		<link>http://open.pages.kevinwiliarty.com/2011/12/29/vfe-sh-1-11/</link>
		<comments>http://open.pages.kevinwiliarty.com/2011/12/29/vfe-sh-1-11/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 20:19:20 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[ffmpeg2theora]]></category>
		<category><![CDATA[kdenlive]]></category>
		<category><![CDATA[mp4]]></category>
		<category><![CDATA[ogg]]></category>
		<category><![CDATA[ogv]]></category>
		<category><![CDATA[theora]]></category>
		<category><![CDATA[transcoding]]></category>
		<category><![CDATA[vfe]]></category>
		<category><![CDATA[vfe.sh]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[vp8]]></category>
		<category><![CDATA[webm]]></category>

		<guid isPermaLink="false">http://open.pages.kevinwiliarty.com/?p=279</guid>
		<description><![CDATA[I just pushed a new version of the vfe.sh script to github: http://github.com/kwiliarty/vfe-sh This version (1.11) drops the use of ffmpeg2theora. All of the relevant functionality of this utility is available through ffmpeg. For my script the switch has these advantages: Fewer dependencies Greater range of input formats now possible Consistent and predictable handling of [...]]]></description>
			<content:encoded><![CDATA[<p>I just pushed a new version of the vfe.sh script to github:</p>
<p><a href="http://github.com/kwiliarty/vfe-sh" target="_blank">http://github.com/kwiliarty/vfe-sh</a></p>
<p>This version (1.11) drops the use of <a href="http://v2v.cc/~j/ffmpeg2theora/" target="_blank">ffmpeg2theora</a>. All of the relevant functionality of this utility is available through ffmpeg. For my script the switch has these advantages:</p>
<ol>
<li>Fewer dependencies</li>
<li>Greater range of input formats now possible</li>
<li>Consistent and predictable handling of anamorphic pixel aspect ratios</li>
</ol>
<p>Point #2 lets me work more easily with <a href="http://www.kdenlive.org/" target="_blank">kdenlive</a>, which I have recently begun using for video editing. Point #3 makes it easier to handle input from a wider range of cameras.</p>
]]></content:encoded>
			<wfw:commentRss>http://open.pages.kevinwiliarty.com/2011/12/29/vfe-sh-1-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posters (EVfE v1.0)</title>
		<link>http://open.pages.kevinwiliarty.com/2011/04/24/posters/</link>
		<comments>http://open.pages.kevinwiliarty.com/2011/04/24/posters/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 03:40:24 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[External VfE]]></category>
		<category><![CDATA[My Plugins]]></category>
		<category><![CDATA[Upgrades]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[posters]]></category>
		<category><![CDATA[vfe]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[video for everybody]]></category>

		<guid isPermaLink="false">http://open.pages.kevinwiliarty.com/?p=260</guid>
		<description><![CDATA[Version 1.0 of the "External Video for Everybody" WordPress plugin addresses two issues relating to poster images for HTML5 videos: First-time activations will now use poster images by default. This is a reversal of the previous initial setting. Existing activations will retain their current settings, but existing users who are not using posters might want [...]]]></description>
			<content:encoded><![CDATA[<p>Version 1.0 of the "External Video for Everybody" WordPress plugin addresses two issues relating to poster images for HTML5 videos:</p>
<ol>
<li>First-time activations will now use poster images by default. This is a reversal of the previous initial setting. Existing activations will retain their current settings, but existing users who are not using posters might want to start. (See rationale below.)</li>
<li>The plugin now includes a simple and optional built-in style sheet to help posterless videos establish a visual presence in FireFox 4.</li>
</ol>
<p>The HTML5 &lt;video&gt; tag can take a <em>poster</em> attribute, but setting a poster previously (in iOS3) caused the video to fail on iPhones and iPads, so the default for the External Video for Everybody plugin had been <em>not</em> to set a poster. The iPhone/iPad problem has been corrected in iOS4 so that viewers with an up-to-date iOS should not have difficulty with posters. But there is an even more compelling reason to start using poster images: Unlike FireFox 3, FireFox 4 does not automatically display the first frame of a video. Unless you preload or set a poster, viewers may well see nothing but a blank space (with controls at the bottom) where the video should be. The video will play when you click to start it, but the white space can make for an awkward layout.</p>
<p>If you've been uploading poster files all along in anticipation of the day when they would work across devices, you might want to throw the switch on the <em>Media &gt; External VfE</em> options page. Of course, you can still override site-wide settings in your individual shortcodes.</p>
<p>In case you haven't been using posters and don't plan to start, the plugin's optional built-in style sheet will somewhat alleviate the blank spaces in FireFox 4 by adding a drop shadow and a background gradient. A posterless video in FireFox 4 will then look like this:</p>
<p><img src="http://open.pages.kevinwiliarty.com/files/2011/04/screenshot-2.png" alt="" title="screenshot-2" width="358" height="285" class="alignnone size-full wp-image-264" /></p>
]]></content:encoded>
			<wfw:commentRss>http://open.pages.kevinwiliarty.com/2011/04/24/posters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>External VfE 0.9.1</title>
		<link>http://open.pages.kevinwiliarty.com/2011/01/28/external-vfe-0-9-1/</link>
		<comments>http://open.pages.kevinwiliarty.com/2011/01/28/external-vfe-0-9-1/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 05:02:09 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[External VfE]]></category>
		<category><![CDATA[My Plugins]]></category>
		<category><![CDATA[Upgrades]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[video for everybody]]></category>
		<category><![CDATA[videojs]]></category>

		<guid isPermaLink="false">http://open.pages.kevinwiliarty.com/?p=255</guid>
		<description><![CDATA[This is a pretty minor release, the main point of which is to bring the VideoJS library up to the current stable version (2.0.2). The new library creates a more portable HTML structure and offers some nice updated styling. Browsers still seem to respect preloading and autobuffering attributes unevenly, so bandwidth continues to be a [...]]]></description>
			<content:encoded><![CDATA[<p>This is a pretty minor release, the main point of which is to bring the <a href="http://videojs.com/" target="_blank">VideoJS</a> library up to the current stable version (2.0.2). The new library creates a more portable HTML structure and offers some nice updated styling.</p>
<p>Browsers still seem to respect preloading and autobuffering attributes unevenly, so bandwidth continues to be a concern for those with multiple videos per page or with large videos on popular pages. My own version of FireFox (3.6.13) happens to preload against the settings when I use the VideoJS library, but does not preload when I use the native controls. Chrome seems to preload no matter what I try, but Safari now seems not to preload if you don't want it to.</p>
<p>The hosting page on WordPress.org is:</p>
<p><a href="http://wordpress.org/extend/plugins/external-video-for-everybody/" target="_blank">http://wordpress.org/extend/plugins/external-video-for-everybody/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://open.pages.kevinwiliarty.com/2011/01/28/external-vfe-0-9-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vfe.sh on github</title>
		<link>http://open.pages.kevinwiliarty.com/2010/10/21/vfe-sh-on-github/</link>
		<comments>http://open.pages.kevinwiliarty.com/2010/10/21/vfe-sh-on-github/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 19:20:43 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[vfe]]></category>
		<category><![CDATA[video for everybody]]></category>
		<category><![CDATA[video transcoding]]></category>

		<guid isPermaLink="false">http://open.pages.kevinwiliarty.com/?p=250</guid>
		<description><![CDATA[I just moved the vfe.sh code over to a repository on github. I have not made any changes to the code, but if I do this is where you will find them in the future. http://github.com/kwiliarty/vfe-sh]]></description>
			<content:encoded><![CDATA[<p>I just moved the vfe.sh code over to a repository on github. I have not made any changes to the code, but if I do this is where you will find them in the future.</p>
<p><a href="http://github.com/kwiliarty/vfe-sh" target="_blank">http://github.com/kwiliarty/vfe-sh</a></p>
]]></content:encoded>
			<wfw:commentRss>http://open.pages.kevinwiliarty.com/2010/10/21/vfe-sh-on-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>External VfE 0.9</title>
		<link>http://open.pages.kevinwiliarty.com/2010/10/11/external-vfe-0-9/</link>
		<comments>http://open.pages.kevinwiliarty.com/2010/10/11/external-vfe-0-9/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 06:03:46 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[External VfE]]></category>
		<category><![CDATA[My Plugins]]></category>
		<category><![CDATA[Upgrades]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[video for everybody]]></category>
		<category><![CDATA[videojs]]></category>

		<guid isPermaLink="false">http://open.pages.kevinwiliarty.com/?p=238</guid>
		<description><![CDATA[I have just released a new version (0.9) of the "External Video for Everybody" WordPress plugin. The new version updates to Video for Everybody 0.4.2 and also includes an option to use Steve Heffernan's VideoJS JavaScript library to provide an attractive set of video controls. The global option to use VideoJS is, by default, set [...]]]></description>
			<content:encoded><![CDATA[<p>I have just released a new version (0.9) of the "External Video for Everybody" WordPress plugin. The new version updates to <a href="http://camendesign.com/code/video_for_everybody" target="_blank">Video for Everybody</a> 0.4.2 and also includes an option to use Steve Heffernan's <a href="http://videojs.com" target="_blank">VideoJS</a> JavaScript library to provide an attractive set of video controls. The global option to use VideoJS is, by default, set to "false" but you can easily change that at the <em>Media > External VfE</em> options page. </p>
<p>VideoJS provides a nicely styled set of playback controls, including a "full screen" button, a feature that I heartily welcome. VideoJS includes a range of skins, but only the default is available for this release of my plugin. You may want to know that Heffernan, the author of VideoJS, offers his own WordPress plugin:</p>
<p><a href="http://wordpress.org/extend/plugins/videojs-html5-video-player-for-wordpress/" target="_blank">VideoJS - HTML5 Video Player for WordPress</a></p>
<p>The version of VideoJS in my plugin includes some customizations that should facilitate integration with a wide range of themes. At least as of version 1.1.2, VideoJS builds the video controls using <em>ul</em> and <em>li</em> tags. Not a few WordPress themes include unqualified styling for these elements which can then interfere — sometimes severely — with the layout for the controls. I have converted the <em>ul</em> and <em>li</em> tags to <em>div</em> tags and made the accompanying adjustments to the library's style sheet. The change seems to help considerably.</p>
<p>I am also exercising an option the VideoJS code provides to disable the hiding of the "downloads" section when the client's browser has playback capability. There's a double negative there. What it works out to is that I am opting to have the download links display even when playback is working. </p>
<p>Finally, I tweaked the function that hides the controls after four seconds so that the controls instead remain visible as long as the mouse is within the video area. </p>
]]></content:encoded>
			<wfw:commentRss>http://open.pages.kevinwiliarty.com/2010/10/11/external-vfe-0-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>External VfE 0.8</title>
		<link>http://open.pages.kevinwiliarty.com/2010/08/18/external-vfe-0-8/</link>
		<comments>http://open.pages.kevinwiliarty.com/2010/08/18/external-vfe-0-8/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 02:19:57 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[External VfE]]></category>
		<category><![CDATA[My Plugins]]></category>
		<category><![CDATA[Upgrades]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[mp4]]></category>
		<category><![CDATA[ogg]]></category>
		<category><![CDATA[ogv]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[video for everybody]]></category>
		<category><![CDATA[vp8]]></category>
		<category><![CDATA[webm]]></category>

		<guid isPermaLink="false">http://open.pages.kevinwiliarty.com/?p=232</guid>
		<description><![CDATA[I've just released version 0.8 of the External "Video for Everybody" WordPress plugin. The plugin now supports delivery of .webm video files. The change to the  HTML is minor, and it's been part of Kroc Camen's Video for Everybody for a while now. I'm just catching up, not least of all because I wanted to [...]]]></description>
			<content:encoded><![CDATA[<p>I've just released version 0.8 of the External "Video for Everybody" WordPress plugin. The plugin now supports delivery of .webm video files. The change to the  HTML is minor, and it's been part of Kroc Camen's <a title="Video for Everybody" href="http://camendesign.com/code/video_for_everybody" target="_blank">Video for Everybody</a> for a while now. I'm just catching up, not least of all because I wanted to be able to do testing of my own before putting it out there.</p>
<p>A trickier question was how to handle the links for downloading files. I've decided to continue generating the .ogv and .mp4 links automatically. These two files are still required in order to play your video on as many systems as possible. The .webm file is icing for now, so you can set a shortcode attribute to include the .webm link whenever that file is also available.</p>
<p>To put it another way, if you are using this plugin, you <em>should</em> offer an .ogv and an .mp4, and you <em>can</em> offer a .webm if you like. If .webm is not your thing, you can just keep using the plugin as before.</p>
<p>A fair question to ask might be: Why use .webm at all when it doesn't increase the viewability of your video, when it takes longer to transcode (at least in my experience), when the file sizes are larger (again, in my experience), and when it means uploading and storing three sizable media files instead of two? The simple answer would be that the quality of the video seems higher to me.</p>
<p>Which raises another point: The order of the source elements is dictated by quirks of certain devices on which you might view the video. That's too bad. Even though .webm looks the best, .mp4 needs to be listed first and might therefore be preferred even by clients that could handle the .webm. It would be nice to find a way to privilege .webm wherever it's supported, but that's a matter for a future version.</p>
]]></content:encoded>
			<wfw:commentRss>http://open.pages.kevinwiliarty.com/2010/08/18/external-vfe-0-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vfe.sh 1.3</title>
		<link>http://open.pages.kevinwiliarty.com/2010/08/13/vfe-sh-1-3/</link>
		<comments>http://open.pages.kevinwiliarty.com/2010/08/13/vfe-sh-1-3/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 05:47:52 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Upgrades]]></category>
		<category><![CDATA[vfe.sh]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[vfe]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[vp8]]></category>
		<category><![CDATA[webm]]></category>

		<guid isPermaLink="false">http://open.pages.kevinwiliarty.com/?p=225</guid>
		<description><![CDATA[Just put up a new version of the vfe.sh script that includes an option to create a VP8/.webm version of your video alongside the OGG/.ogv and MPEG/.mp4. Success of the script depends on ffmpeg 0.6. As before, you also need ffmpeg2theora and qtfaststart.py. Now I'll be able to work on including VP8/.webm in the External [...]]]></description>
			<content:encoded><![CDATA[<p>Just put up a <a title="download the bash script" href="http://kevinwiliarty.com/external-vfe/vfe.sh.1.3.zip">new version</a> of the vfe.sh script that includes an option to create a VP8/.webm version of your video alongside the OGG/.ogv and MPEG/.mp4. Success of the script depends on <a title="ffmpeg.org" href="http://ffmpeg.org/" target="_blank">ffmpeg</a> 0.6. As before, you also need <a title="ffmpeg2theora" href="http://v2v.cc/~j/ffmpeg2theora/" target="_blank">ffmpeg2theora</a> and <a title="qtfaststart.py" href="http://github.com/danielgtaylor/qtfaststart" target="_blank">qtfaststart.py</a>.</p>
<p>Now I'll be able to work on including VP8/.webm in the External Video for Everybody WordPress plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://open.pages.kevinwiliarty.com/2010/08/13/vfe-sh-1-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://open.pages.kevinwiliarty.com/2010/06/21/welcome/</link>
		<comments>http://open.pages.kevinwiliarty.com/2010/06/21/welcome/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 04:39:18 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://open.pages.kevinwiliarty.com/?p=221</guid>
		<description><![CDATA[Welcome to my personal home page. On this site you will find links to and descriptions of digital projects I have worked on both privately and professionally.]]></description>
			<content:encoded><![CDATA[<p>Welcome to my personal home page. On this site you will find links to  and descriptions of digital projects I have worked on both privately and  professionally.</p>
]]></content:encoded>
			<wfw:commentRss>http://open.pages.kevinwiliarty.com/2010/06/21/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vfe.sh 1.2</title>
		<link>http://open.pages.kevinwiliarty.com/2010/06/21/vfe-sh-1-2/</link>
		<comments>http://open.pages.kevinwiliarty.com/2010/06/21/vfe-sh-1-2/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 04:34:07 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Upgrades]]></category>
		<category><![CDATA[vfe.sh]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[vfe]]></category>

		<guid isPermaLink="false">http://open.pages.kevinwiliarty.com/?p=219</guid>
		<description><![CDATA[This upgrade involves a little adjustment to force the ffmpeg output codec to libx264. I also changed the default frame rate to 30. You can edit the script to set the default to whatever you like, and you can override the default with the -f flag.]]></description>
			<content:encoded><![CDATA[<p>This upgrade involves a little adjustment to force the ffmpeg output codec to libx264. I also changed the default frame rate to 30. You can edit the script to set the default to whatever you like, and you can override the default with the -f flag.</p>
]]></content:encoded>
			<wfw:commentRss>http://open.pages.kevinwiliarty.com/2010/06/21/vfe-sh-1-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good News for External VfE in Safari 5</title>
		<link>http://open.pages.kevinwiliarty.com/2010/06/11/good-news-for-external-vfe-in-safari-5/</link>
		<comments>http://open.pages.kevinwiliarty.com/2010/06/11/good-news-for-external-vfe-in-safari-5/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 15:53:44 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[External VfE]]></category>
		<category><![CDATA[My Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[autobuffering]]></category>
		<category><![CDATA[codecs]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ogg]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://open.pages.kevinwiliarty.com/?p=212</guid>
		<description><![CDATA[I just upgraded to Safari 5 (Mac) and was very happy to find: Safari 5 respects the preload="none" attribute of the HTML5 video tag Safari 5 will play ogg/theora video The first point is of immediate relevance to the current version (0.7.1) of my External Video for Everybody WordPress plugin. The second point holds promise [...]]]></description>
			<content:encoded><![CDATA[<p>I just upgraded to Safari 5 (Mac) and was very happy to find:</p>
<ol>
<li>Safari 5 respects the <code>preload="none"</code> attribute of the HTML5 <code>video</code> tag</li>
<li>Safari 5 will play ogg/theora video</li>
</ol>
<p>The first point is of immediate relevance to the current version (0.7.1) of my <a href="http://open.pages.kevinwiliarty.com/external-video-for-everybody/" target="_blank">External Video for Everybody</a> WordPress plugin. The second point holds promise for the future of open codecs in HTML5.</p>
<p>Neither improvement seems to be available for the Windows version.</p>
]]></content:encoded>
			<wfw:commentRss>http://open.pages.kevinwiliarty.com/2010/06/11/good-news-for-external-vfe-in-safari-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

