<?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>Tim's Weblog &#187; m4a</title>
	<atom:link href="http://blog.hokkertjes.nl/tag/m4a/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hokkertjes.nl</link>
	<description>Random Thoughts and Rants</description>
	<lastBuildDate>Fri, 23 Jul 2010 11:41:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Converting m4a to mp3 on MacOSX</title>
		<link>http://blog.hokkertjes.nl/2009/11/26/converting-m4a-to-mp3-on-macosx/</link>
		<comments>http://blog.hokkertjes.nl/2009/11/26/converting-m4a-to-mp3-on-macosx/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 16:34:18 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[m4a]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://blog.hokkertjes.nl/?p=892</guid>
		<description><![CDATA[I only have a mp3 player in my car and I wanted to play the songs I bought at iTunes Music Store. Took me a little while to find out, but eventually I found the way to do it (or a way, at least): Install ffmpegX, follow their steps. Copy all the songs you want [...]]]></description>
			<content:encoded><![CDATA[<p>I only have a mp3 player in my car and I wanted to play the songs I bought at iTunes Music Store. Took me a little while to find out, but eventually I found the way to do it (or <i>a</i> way, at least):</p>
<ul>
<li>Install <a href="http://www.ffmpegx.com/">ffmpegX</a>, follow their steps.</li>
<li>Copy all the songs you want on one CD to a single directory.</li>
<li>Run the following command:<br />
<code>find . -name "*.m4a" -exec /Applications/ffmpegX.app/Contents/Resources/ffmpeg -i {} -acodec mp3 -ac 2 -ab 128 "{}.mp3" \;</code></li>
<li>Wait until done.</li>
</ul>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/convert' rel='tag' target='_self'>convert</a>, <a class='technorati-link' href='http://technorati.com/tag/ffmpeg' rel='tag' target='_self'>ffmpeg</a>, <a class='technorati-link' href='http://technorati.com/tag/m4a' rel='tag' target='_self'>m4a</a>, <a class='technorati-link' href='http://technorati.com/tag/mp3' rel='tag' target='_self'>mp3</a>, <a class='technorati-link' href='http://technorati.com/tag/music' rel='tag' target='_self'>music</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.hokkertjes.nl/2009/11/26/converting-m4a-to-mp3-on-macosx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
