<?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>micolous.id.au &#187; Uncategorized</title>
	<atom:link href="http://micolous.id.au/archives/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://micolous.id.au</link>
	<description>the result of a blogging accident</description>
	<lastBuildDate>Mon, 05 Sep 2011 08:29:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Side-by-side video in gst-launcher</title>
		<link>http://micolous.id.au/archives/2011/04/12/side-by-side-video-in-gst-launcher/</link>
		<comments>http://micolous.id.au/archives/2011/04/12/side-by-side-video-in-gst-launcher/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 15:14:59 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://micolous.id.au/?p=361</guid>
		<description><![CDATA[This little snippit takes video from two V4L2 sources (like webcams), and displays them side by side. The script in question is setup for 320&#215;240 MJPEG, tweak the numbers and you get different resolution from your video sources. One important &#8230; <a href="http://micolous.id.au/archives/2011/04/12/side-by-side-video-in-gst-launcher/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This little snippit takes video from two V4L2 sources (like webcams), and displays them side by side.  The script in question is setup for 320&#215;240 MJPEG, tweak the numbers and you get different resolution from your video sources.</p>
<p>One important parameter if you&#8217;re adding more sources is border-alpha.  This needs to be set to 0, so that the black border that is added around a video source is transparent so you can push it on top of another video frame.</p>
<p>This is handy if you have two webcams, you can use this to setup side-by-side stereo display to 3D glasses.  Just make sure to point your cameras at the right angle, otherwise your convergence will be all messed up.</p>
<p>You need the gstreamer-tools package in order to use the script.</p>
<pre lang="shell">
#!/bin/sh
gst-launch \
	v4l2src device=/dev/video1 ! "image/jpeg,width=320,height=240" ! jpegdec ! "video/x-raw-yuv" ! videobox right=-320 border-alpha=0 ! videomixer name=mix ! \
	ffmpegcolorspace ! xvimagesink \
	v4l2src device=/dev/video2 !  "image/jpeg,width=320,height=240" ! jpegdec ! "video/x-raw-yuv" ! videobox left=-320 ! mix.
</pre>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2011/04/12/side-by-side-video-in-gst-launcher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internode Radio playlist files for XBMC (and others)</title>
		<link>http://micolous.id.au/archives/2010/03/02/internode-radio-playlist-files-for-xbmc-and-others/</link>
		<comments>http://micolous.id.au/archives/2010/03/02/internode-radio-playlist-files-for-xbmc-and-others/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 03:37:55 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://micolous.id.au/?p=230</guid>
		<description><![CDATA[I got bored and created playlist files for all the radio stations that Internode mirror. They point to the playlist files on the page so should keep updated if the servers get changed again. This file doesn&#8217;t update at all &#8230; <a href="http://micolous.id.au/archives/2010/03/02/internode-radio-playlist-files-for-xbmc-and-others/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I got bored and created playlist files for all the radio stations that <a href="http://www.internode.on.net/residential/entertainment/broadband_radio/">Internode mirror</a>.  They point to the playlist files on the page so should keep updated if the servers get changed again.</p>
<p>This file doesn&#8217;t update at all if a station gets added or removed from the list.</p>
<p>In XBMC, you just have to put this ZIP file in a folder it uses as a source, and you can browse into it and play radio stations without extracting the archive.  In other players, you have to extract it yourself.</p>
<p><a href="/static/resc/InternodeRadio.zip">Download the archive</a>.</p>
<p><strong>Update (2010-03-16)</strong>: Internode added <a href="http://www.internode.on.net/residential/entertainment/broadband_radio/#AllInternodeRadioStreams">automatically generated playlist files</a> to their website in various formats, rendering this obsolete.</p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2010/03/02/internode-radio-playlist-files-for-xbmc-and-others/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>au_xmltvgen_austext will definitely stop working forever on September 30th, 2009</title>
		<link>http://micolous.id.au/archives/2009/08/31/au_xmltvgen_austext-will-definitely-stop-working-forever-on-september-30th-2009/</link>
		<comments>http://micolous.id.au/archives/2009/08/31/au_xmltvgen_austext-will-definitely-stop-working-forever-on-september-30th-2009/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 11:53:36 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://micolous.id.au/?p=139</guid>
		<description><![CDATA[I have discovered that AUSTEXT is shutting down on September 30th, 2009. Presently, the only over-the-air program guide over DVB-T (terrestrial digital television) appears to be very crippled, only showing the current and next program (when it could show a &#8230; <a href="http://micolous.id.au/archives/2009/08/31/au_xmltvgen_austext-will-definitely-stop-working-forever-on-september-30th-2009/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p> I have discovered that <a href="http://www.tvtonight.com.au/2009/07/austext-to-end.html">AUSTEXT is shutting down on September 30th, 2009</a>.  Presently, the only over-the-air program guide over DVB-T (terrestrial digital television) appears to be very crippled, only showing the current and next program (when it could show a whole lot more).  Seems that some television stations still aren&#8217;t learning from <a href="http://www.austlii.edu.au/au/cases/cth/high_ct/2009/14.html">their past mistakes about electronic programme guides</a>.</p>
<p>Channel 7 cite the increasing availability of the information over the internet and their website (Yahoo!7) as a reason for terminating the AUSTEXT service.</p>
<p>As a result, <a href="http://micolous.id.au/projects/au_xmltvgen_austext/">au\_xmltvgen\_austext</a> will <strong>definitely stop working at that time, forever</strong>.</p>
<p>The page will stay up for posterity&#8217;s sake as I believe I took the cake for the most inventive way to get TV-guides into a computer-readable format, and it was a interesting learning experience as my first Python script. <img src='http://micolous.id.au/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2009/08/31/au_xmltvgen_austext-will-definitely-stop-working-forever-on-september-30th-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New domain</title>
		<link>http://micolous.id.au/archives/2006/07/16/new-domain/</link>
		<comments>http://micolous.id.au/archives/2006/07/16/new-domain/#comments</comments>
		<pubDate>Sun, 16 Jul 2006 13:51:46 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://micolous.id.au/archives/2006/07/16/new-domain/</guid>
		<description><![CDATA[There&#8217;s a new domain for this site: micolous.id.au. lz129.concreteairship.com will hang around, however it&#8217;s depricated.]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a new domain for this site: <a href="http://micolous.id.au">micolous.id.au</a>.  lz129.concreteairship.com will hang around, however it&#8217;s depricated.</p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2006/07/16/new-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new beginning</title>
		<link>http://micolous.id.au/archives/2005/11/21/a-new-beginning/</link>
		<comments>http://micolous.id.au/archives/2005/11/21/a-new-beginning/#comments</comments>
		<pubDate>Sun, 20 Nov 2005 21:24:29 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lz129.concreteairship.com/archives/2005/11/21/a-new-beginning/</guid>
		<description><![CDATA[I&#8217;m now moving all my [old content][oldsite] over to WordPress now. This means that it all is nicely managed through there, and there&#8217;s less ugly HTML pages. I&#8217;ve put on a new theme, it&#8217;s based on &#8220;fSimple&#8221;. I&#8217;ve made some &#8230; <a href="http://micolous.id.au/archives/2005/11/21/a-new-beginning/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m now moving all my [old content][oldsite] over to WordPress now.  This means that it all is nicely managed through there, and there&#8217;s less ugly HTML pages.  I&#8217;ve put on a new theme, it&#8217;s based on &#8220;fSimple&#8221;.  I&#8217;ve made some changes, like removing the footer, making the header stick, making the page wider, and changing all the colours.  It&#8217;s a bit messed up, but it&#8217;s different.</p>
<p>I&#8217;ve also moved across to `lz129.concreteairship.com`.  Hindenburg.</p>
<p>[oldsite]: /~michael/</p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2005/11/21/a-new-beginning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

