<?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>All My Brain &#187; convert</title>
	<atom:link href="http://allmybrain.com/tag/convert/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Sun, 15 Apr 2012 23:46:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Quick convert raw g711 uLaw audio to a .au file</title>
		<link>http://allmybrain.com/2012/03/16/quick-convert-raw-g711-ulaw-audio-to-a-au-file/</link>
		<comments>http://allmybrain.com/2012/03/16/quick-convert-raw-g711-ulaw-audio-to-a-au-file/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 22:31:13 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[au]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[g.711]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=478</guid>
		<description><![CDATA[I had reason to playback some raw g.711 audio data. I made the following script to convert the data to a .au file that is playable. From the AU file spec.. which is way simple by the way: You just need to add 6 32-bit header flags. raw2au.py: import struct &#160; header = &#91; 0x2e736e64, [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2012/03/16/quick-convert-raw-g711-ulaw-audio-to-a-au-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Handbrake can convert MTS files for Mac</title>
		<link>http://allmybrain.com/2010/01/05/handbrake-can-convert-mts-files-for-mac/</link>
		<comments>http://allmybrain.com/2010/01/05/handbrake-can-convert-mts-files-for-mac/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 14:47:46 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[avhcd]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[everio]]></category>
		<category><![CDATA[iMovie]]></category>
		<category><![CDATA[jvc]]></category>
		<category><![CDATA[mts]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=336</guid>
		<description><![CDATA[So a while back we purchased a JVC Everio HD camcorder. I'll skip the commentary on whether or not that is a good idea. For me, the relevant issue is: how am I supposed to copy the MTS (AVCHD H.264) encoded files to my mac and get them in a format that I can import [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2010/01/05/handbrake-can-convert-mts-files-for-mac/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

