<?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: Wikimedia Multimedia UX testing videos</title>
	<atom:link href="http://www.gpaumier.org/blog/691_wikimedia-multimedia-ux-testing-videos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gpaumier.org/blog/691_wikimedia-multimedia-ux-testing-videos/</link>
	<description>open knowledge, design &#38; technology</description>
	<lastBuildDate>Wed, 16 Mar 2011 20:05:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Dami</title>
		<link>http://www.gpaumier.org/blog/691_wikimedia-multimedia-ux-testing-videos/comment-page-1/#comment-6200</link>
		<dc:creator>Dami</dc:creator>
		<pubDate>Sat, 24 Jul 2010 21:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.gpaumier.org/blog/?p=691#comment-6200</guid>
		<description>You&#039;re right, I had the mwembed thingy enabled as a gadget, though no idea what it was for - apparently this is responsible for the &quot;new&quot; player that I have started seeing suddenly which has some quite nice features.
(The native browser video support is also quite acceptable nowadays , so a default embed code might be shown on the video&#039;s description page - and for that matter, maybe even on the image pages there could be a &quot;share/use&quot; button.)</description>
		<content:encoded><![CDATA[<p>You&#8217;re right, I had the mwembed thingy enabled as a gadget, though no idea what it was for &#8211; apparently this is responsible for the &#8220;new&#8221; player that I have started seeing suddenly which has some quite nice features.<br />
(The native browser video support is also quite acceptable nowadays , so a default embed code might be shown on the video&#8217;s description page &#8211; and for that matter, maybe even on the image pages there could be a &#8220;share/use&#8221; button.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume Paumier</title>
		<link>http://www.gpaumier.org/blog/691_wikimedia-multimedia-ux-testing-videos/comment-page-1/#comment-6199</link>
		<dc:creator>Guillaume Paumier</dc:creator>
		<pubDate>Sat, 24 Jul 2010 20:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.gpaumier.org/blog/?p=691#comment-6199</guid>
		<description>Sage, the videos are embedded straight from Commons. I&#039;m using Michael Dale&#039;s &lt;a href=&quot;http://www.mediawiki.org/wiki/MwEmbed&quot; title=&quot;MwEmbed on mediawiki.org&quot; rel=&quot;nofollow&quot;&gt;MwEmbed&lt;/a&gt; thingie. It is still very experimental, though, and I didn&#039;t really want to use it in the first place because it relies on unstable assets such as &lt;a href=&quot;http://prototype.wikimedia.org&quot; title=&quot;Wikimedia prototype&quot; rel=&quot;nofollow&quot;&gt;http://prototype.wikimedia.org&lt;/a&gt; . 

Bence is right that it&#039;s not enabled by default on Commons; you have to use a special trick to make the new player show, and it has indeed an integrated embedding support, as well as closed captioning. To enable it for a specific video, you have to add a special call at the end of the URL, for example &lt;a href=&quot;http://commons.wikimedia.org/wiki/File:Multimedia_usability_project_2010_-_Prototype_testing.ogv?withJS=MediaWiki:MwEmbed.js&quot; title=&quot;Upload wizard testing video with MwEmbed enabled&quot;  rel=&quot;nofollow&quot;&gt;http://commons.wikimedia.org/wiki/File:Multimedia_usability_project_2010_-_Prototype_testing.ogv&lt;strong&gt;?withJS=MediaWiki:MwEmbed.js&lt;/strong&gt;&lt;/a&gt;

There are some complications with WordPress though, namely some quirks with the Wysiwyg preview. The code snippet has to be inserted in HTML view, but WordPress doesn&#039;t handle it properly. When you switch to Wysiwyg view, it surrounds it with additional code which makes it not work, unless you save the article from the code view and never again open the Wysiwyg version. Quite inconvenient! I&#039;ve talked to Michael about it, and he said they may devote some resources to fix this, possibly by creating a plugin to port the &lt;a href=&quot;http://www.mediawiki.org/wiki/Extension:Add_Media_Wizard&quot; title=&quot;Add media wizard extension for MediaWiki&quot; rel=&quot;nofollow&quot;&gt; Add-media-wizard&lt;/a&gt; to WordPress.

Bence, I don&#039;t think the new player is enabled by default on the English Wikipedia either; see for example &lt;a href=&quot;http://en.wikipedia.org/wiki/File:I-15bis.ogg&quot; title=&quot;Polikarpov I-15bis flying video&quot; rel=&quot;nofollow&quot;&gt;this video&lt;/a&gt;, which still uses the default &lt;a href=&quot;http://www.mediawiki.org/wiki/Extension:OggHandler&quot; title=&quot;OggHandler extension for MediaWiki&quot; rel=&quot;nofollow&quot;&gt;OggHandler&lt;/a&gt; player developed by Tim Starling. The new player is available as a gadget in the user preferences, though, as part of MwEmbed, both on the English Wikipedia and on Commons.

I can completely understand the rationale for not wanting to enable it by default considering it&#039;s still experimental. But at some point in the future, we&#039;ll have all these nifty features available in MediaWiki or extensions, and Commons will just rock :)</description>
		<content:encoded><![CDATA[<p>Sage, the videos are embedded straight from Commons. I&#8217;m using Michael Dale&#8217;s <a href="http://www.mediawiki.org/wiki/MwEmbed" title="MwEmbed on mediawiki.org" rel="nofollow">MwEmbed</a> thingie. It is still very experimental, though, and I didn&#8217;t really want to use it in the first place because it relies on unstable assets such as <a href="http://prototype.wikimedia.org" title="Wikimedia prototype" rel="nofollow">http://prototype.wikimedia.org</a> . </p>
<p>Bence is right that it&#8217;s not enabled by default on Commons; you have to use a special trick to make the new player show, and it has indeed an integrated embedding support, as well as closed captioning. To enable it for a specific video, you have to add a special call at the end of the <acronym title="Uniform Resource Locator">URL</acronym>, for example <a href="http://commons.wikimedia.org/wiki/File:Multimedia_usability_project_2010_-_Prototype_testing.ogv?withJS=MediaWiki:MwEmbed.js" title="Upload wizard testing video with MwEmbed enabled"  rel="nofollow"></a><a href="http://commons.wikimedia.org/wiki/File:Multimedia_usability_project_2010_-_Prototype_testing.ogv" rel="nofollow">http://commons.wikimedia.org/wiki/File:Multimedia_usability_project_2010_-_Prototype_testing.ogv</a><strong>?withJS=MediaWiki:MwEmbed.js</strong></p>
<p>There are some complications with WordPress though, namely some quirks with the Wysiwyg preview. The code snippet has to be inserted in <acronym title="HyperText Markup Language">HTML</acronym> view, but WordPress doesn&#8217;t handle it properly. When you switch to Wysiwyg view, it surrounds it with additional code which makes it not work, unless you save the article from the code view and never again open the Wysiwyg version. Quite inconvenient! I&#8217;ve talked to Michael about it, and he said they may devote some resources to fix this, possibly by creating a plugin to port the <a href="http://www.mediawiki.org/wiki/Extension:Add_Media_Wizard" title="Add media wizard extension for MediaWiki" rel="nofollow"> Add-media-wizard</a> to WordPress.</p>
<p>Bence, I don&#8217;t think the new player is enabled by default on the English Wikipedia either; see for example <a href="http://en.wikipedia.org/wiki/File:I-15bis.ogg" title="Polikarpov I-15bis flying video" rel="nofollow">this video</a>, which still uses the default <a href="http://www.mediawiki.org/wiki/Extension:OggHandler" title="OggHandler extension for MediaWiki" rel="nofollow">OggHandler</a> player developed by Tim Starling. The new player is available as a gadget in the user preferences, though, as part of MwEmbed, both on the English Wikipedia and on Commons.</p>
<p>I can completely understand the rationale for not wanting to enable it by default considering it&#8217;s still experimental. But at some point in the future, we&#8217;ll have all these nifty features available in MediaWiki or extensions, and Commons will just rock :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dami</title>
		<link>http://www.gpaumier.org/blog/691_wikimedia-multimedia-ux-testing-videos/comment-page-1/#comment-6198</link>
		<dc:creator>Dami</dc:creator>
		<pubDate>Sat, 24 Jul 2010 19:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.gpaumier.org/blog/?p=691#comment-6198</guid>
		<description>I think this is the default embeddable player you get nowadays on the English Wikipedia and it has built in embedding support - it doesn&#039;t seem to have full screen support though... For some reason this player is not available on Commons, which is strange and confusing.</description>
		<content:encoded><![CDATA[<p>I think this is the default embeddable player you get nowadays on the English Wikipedia and it has built in embedding support &#8211; it doesn&#8217;t seem to have full screen support though&#8230; For some reason this player is not available on Commons, which is strange and confusing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sage Ross</title>
		<link>http://www.gpaumier.org/blog/691_wikimedia-multimedia-ux-testing-videos/comment-page-1/#comment-6197</link>
		<dc:creator>Sage Ross</dc:creator>
		<pubDate>Sat, 24 Jul 2010 15:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.gpaumier.org/blog/?p=691#comment-6197</guid>
		<description>Hey, this embedded video player looks and works really well!  HTML 5 stuff is getting better very rapidly; last time I remember testing one, it wasn&#039;t nearly this good!  Are these videos straight from Commons, or hosted on your server?  What plugin or code do you use for embedding the videos?

(And great post, by the way.  I&#039;m really excited about the new uploader.)</description>
		<content:encoded><![CDATA[<p>Hey, this embedded video player looks and works really well!  <acronym title="HyperText Markup Language">HTML</acronym> 5 stuff is getting better very rapidly; last time I remember testing one, it wasn&#8217;t nearly this good!  Are these videos straight from Commons, or hosted on your server?  What plugin or code do you use for embedding the videos?</p>
<p>(And great post, by the way.  I&#8217;m really excited about the new uploader.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
