<?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>Distractions &#187; video</title>
	<atom:link href="http://corky.net/dotan/log/tag/video/feed" rel="self" type="application/rss+xml" />
	<link>http://corky.net/dotan/log</link>
	<description>Ammo for your Dreams</description>
	<lastBuildDate>Mon, 09 Nov 2009 22:06:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>You will believe man is fly</title>
		<link>http://corky.net/dotan/log/2009/11/you-will-believe-man-is-fly.html</link>
		<comments>http://corky.net/dotan/log/2009/11/you-will-believe-man-is-fly.html#comments</comments>
		<pubDate>Mon, 09 Nov 2009 22:06:59 +0000</pubDate>
		<dc:creator>Dotan Dimet</dc:creator>
				<category><![CDATA[Blather]]></category>
		<category><![CDATA[fanfilms]]></category>
		<category><![CDATA[superman]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://corky.net/dotan/log/2009/11/you-will-believe-man-is-fly.html</guid>
		<description><![CDATA[Via Comics Alliance&#8217;s article on The Craziest International Bootleg Superheroes (which also features the beloved Italian Supermen Trio of my youth), I discovered Aaron Moles&#8217; 6-part webisode series Return to Supermans, a parody/sequel(?) to the Turkish Superman movies. This is awesome. You will watch.

]]></description>
			<content:encoded><![CDATA[<p>Via Comics Alliance&#8217;s article on <a href="http://www.comicsalliance.com/2009/11/05/international-bootleg-superheroes/">The Craziest International Bootleg Superheroes</a> (which also features the beloved Italian Supermen Trio of my youth), I discovered Aaron Moles&#8217; 6-part webisode series <a href="http://www.channel101.com/shows/show.php?show_id=280">Return to Supermans</a>, a parody/sequel(?) to the Turkish Superman movies. This is awesome. You will watch.</p>
<p><img src="http://www.blogcdn.com/www.comicsalliance.com/media/2009/11/returntosupermans.jpg"></p>
]]></content:encoded>
			<wfw:commentRss>http://corky.net/dotan/log/2009/11/you-will-believe-man-is-fly.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The recurring [K]ubuntu TV-out video saga</title>
		<link>http://corky.net/dotan/log/2009/05/the-recurring-kubuntu-tv-out-video-saga.html</link>
		<comments>http://corky.net/dotan/log/2009/05/the-recurring-kubuntu-tv-out-video-saga.html#comments</comments>
		<pubDate>Tue, 05 May 2009 23:59:50 +0000</pubDate>
		<dc:creator>Dotan Dimet</dc:creator>
				<category><![CDATA[Software and Programming]]></category>
		<category><![CDATA[hardware tales of woe]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://corky.net/dotan/log/?p=2127</guid>
		<description><![CDATA[Upgrading my OS to Jaunty broke TV output, because the proprietary driver doesn&#8217;t work anymore. However, I eventually found how to get output to my TV. I set up the following script:

#!/bin/sh
xrandr -s 800x600 # resize so that cloning goes smoothly
xrandr --output S-video --set load_detection 1
xrandr --addmode S-video 800x600
xrandr --output S-video --mode 800x600
# xvattr -a [...]]]></description>
			<content:encoded><![CDATA[<p>Upgrading my OS to Jaunty broke TV output, because the proprietary driver doesn&#8217;t work anymore. However, I eventually found how to get output to my TV. I set up the following script:</p>
<blockquote><p><code><br />
#!/bin/sh<br />
xrandr -s 800x600 # resize so that cloning goes smoothly<br />
xrandr --output S-video --set load_detection 1<br />
xrandr --addmode S-video 800x600<br />
xrandr --output S-video --mode 800x600<br />
# xvattr -a XV_CRTC -v 1<br />
vlc -f $*<br />
echo Done playing $*<br />
xrandr -s 1024x768<br />
</code></p></blockquote>
<p><em>xrandr</em> is a program that modifies your display dynamically. I guess this is all doable with configuration, but the infamous X conf file appears to be deprecated, so whatever. I use xrandr anyway to change resolution, because the output of the screen is duplicated onto the TV, and I want it to fit without being cropped.</p>
<p>So, first the script sets the resolution to the TV-compatible 800 width by 600 height; next the S-video commands tell the OS to look for the TV and set it up &#8211; and then my script passes its arguments (my movies) to the <em>vlc</em> media player. Once vlc quits, the resolution is restored.</p>
<p>There&#8217;s a commented out command that uses an utility called <em>xvattr</em> to change whether the X-Video extension (XV) should apply to the default output (the computer screen) or the TV &#8211; with when you see video on one, you just get a blank window on the other. Thankfully, I can tell vlc to show video using regular X server video instead of the XV extension, so nevermind that. I don&#8217;t see any noticable difference in the display behavior, which is pretty bad in either case &#8211; whenever windows appear in a shot, I see blocky video boxes on the TV. I think the proprietary driver didn&#8217;t have this problem.</p>
<p>And because my LCD screen burnt out this Saturday (a year beyond its warranty), I&#8217;m using a huge and scratchy-screened old CRT, which makes old-school <em>oomph</em> noises whenever it switches resolution.</p>
]]></content:encoded>
			<wfw:commentRss>http://corky.net/dotan/log/2009/05/the-recurring-kubuntu-tv-out-video-saga.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>[C].G.I. JOE</title>
		<link>http://corky.net/dotan/log/2009/05/cgi-joe.html</link>
		<comments>http://corky.net/dotan/log/2009/05/cgi-joe.html#comments</comments>
		<pubDate>Sat, 02 May 2009 19:27:02 +0000</pubDate>
		<dc:creator>Dotan Dimet</dc:creator>
				<category><![CDATA[Comics]]></category>
		<category><![CDATA[G.I. Joe]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[power suit]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://corky.net/dotan/log/?p=2123</guid>
		<description><![CDATA[Here is pretty trailer for new G.I. Joe movie. Power suits, villains with British accents. And, they actually violate what I think I&#8217;ll call Miller&#8217;s Rule from now on (an action movie cliche parodied in Team America, thou shall not go there), by having terrorists attack Paris.
G.I. JOE trailer in HD

For a visually more traditional [...]]]></description>
			<content:encoded><![CDATA[<p>Here is pretty trailer for new <em>G.I. Joe</em> movie. Power suits, villains with British accents. And, they actually violate what I think I&#8217;ll call <strong>Miller&#8217;s Rule</strong> from now on (<em>an action movie cliche parodied in Team America, thou shall not go there</em>), by having terrorists attack Paris.</p>
<p><a href="http://vids.myspace.com/index.cfm?fuseaction=vids.individual&amp;videoid=56665658">G.I. JOE trailer in HD</a><br />
<object width="425px" height="360px" data="http://mediaservices.myspace.com/services/media/embed.aspx/m=56665658,t=1,mt=video,searchID=,primarycolor=,secondarycolor=" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="src" value="http://mediaservices.myspace.com/services/media/embed.aspx/m=56665658,t=1,mt=video,searchID=,primarycolor=,secondarycolor=" /><param name="allowfullscreen" value="true" /></object></p>
<p>For a visually more traditional take on <em>G.I. Joe</em>, there&#8217;s the Adult Swim animated series<a href="http://freakangels.com/whitechapel/comments.php?DiscussionID=5621"><em> G.I. Joe: Resolute</em></a>, written by Warren Ellis and available in full on YouTube. This was pretty OK, except the bits with the <span style="text-decoration: line-through;">gimp</span> ninja, which bored me to tears.</p>
]]></content:encoded>
			<wfw:commentRss>http://corky.net/dotan/log/2009/05/cgi-joe.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fairytale (De)construction</title>
		<link>http://corky.net/dotan/log/2009/04/fairytale-deconstruction.html</link>
		<comments>http://corky.net/dotan/log/2009/04/fairytale-deconstruction.html#comments</comments>
		<pubDate>Mon, 20 Apr 2009 14:07:46 +0000</pubDate>
		<dc:creator>Dotan Dimet</dc:creator>
				<category><![CDATA[Oddities]]></category>
		<category><![CDATA[red riding hood]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://corky.net/dotan/log/?p=2107</guid>
		<description><![CDATA[Red Riding Hood the Ikea version?
via Liz Hand at Inferior 4+1.

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vimeo.com/3514904?pg=embed&amp;sec=3514904">Red Riding Hood</a> the Ikea version?</p>
<p>via <a href="http://community.livejournal.com/theinferior4/463195.html">Liz Hand at Inferior 4+1</a>.</p>
<p><object width="400" height="225" data="http://www.vimeo.com/moogaloop.swf?clip_id=3514904&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.vimeo.com/moogaloop.swf?clip_id=3514904&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://corky.net/dotan/log/2009/04/fairytale-deconstruction.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Push and Shove</title>
		<link>http://corky.net/dotan/log/2009/02/push-and-shove.html</link>
		<comments>http://corky.net/dotan/log/2009/02/push-and-shove.html#comments</comments>
		<pubDate>Wed, 04 Feb 2009 17:01:34 +0000</pubDate>
		<dc:creator>Dotan Dimet</dc:creator>
				<category><![CDATA[Science Fiction and Fantasy]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://corky.net/dotan/log/?p=2020</guid>
		<description><![CDATA[YouTube &#8211; Push &#8211; Trailer (2009).

[via Lucius Sheppard]:
Push is Jumper with telekinesis,  If you saw Jumper you know this is not a affirmative statement.  It&#8217;s a movie full of quick cuts, special effects, and young lads with exciting haircuts&#8230;and that&#8217;s about it.
Some cool superpower usage here, though.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=PpLhX0cvGOM&amp;eurl=http://lj-toys.com/?journalid=12541123&amp;moduleid=409&amp;preview=&amp;auth_token=sessionless:1233763200:embedconten">YouTube &#8211; Push &#8211; Trailer (2009)</a>.</p>
<p><object width="425" height="350" data="http://www.youtube.com/v/PpLhX0cvGOM" type="application/x-shockwave-flash"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/PpLhX0cvGOM" /></object></p>
<p>[via <a href="http://community.livejournal.com/theinferior4/439705.html">Lucius Sheppard</a>]:</p>
<blockquote><p>Push is Jumper with telekinesis,  If you saw Jumper you know this is not a affirmative statement.  It&#8217;s a movie full of quick cuts, special effects, and young lads with exciting haircuts&#8230;and that&#8217;s about it.</p></blockquote>
<p>Some cool superpower usage here, though.</p>
]]></content:encoded>
			<wfw:commentRss>http://corky.net/dotan/log/2009/02/push-and-shove.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
