<?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: Convert m4a to mp3</title>
	<atom:link href="http://bigbadcode.com/2007/06/06/convert-m4a-to-mp3/feed/" rel="self" type="application/rss+xml" />
	<link>http://bigbadcode.com/2007/06/06/convert-m4a-to-mp3/</link>
	<description>this blog is retired. I&#039;m leaving it up as a reference</description>
	<lastBuildDate>Tue, 12 Apr 2011 08:42:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Luke Carrier</title>
		<link>http://bigbadcode.com/2007/06/06/convert-m4a-to-mp3/#comment-5561</link>
		<dc:creator>Luke Carrier</dc:creator>
		<pubDate>Wed, 31 Mar 2010 15:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://bigbadcode.com/2007/06/06/convert-m4a-to-mp3/#comment-5561</guid>
		<description>I liked this idea so much that I wrote a script based on it that&#039;s a little more complete. If anyone&#039;s interested, take a look at:

http://lukecarrier.me/2010/03/13/automatically-convert-your-itunes-library-to-mp3-with-bonkenc-and-python/

Thanks for a great idea!</description>
		<content:encoded><![CDATA[<p>I liked this idea so much that I wrote a script based on it that&#8217;s a little more complete. If anyone&#8217;s interested, take a look at:</p>
<p><a href="http://lukecarrier.me/2010/03/13/automatically-convert-your-itunes-library-to-mp3-with-bonkenc-and-python/" rel="nofollow">http://lukecarrier.me/2010/03/13/automatically-convert-your-itunes-library-to-mp3-with-bonkenc-and-python/</a></p>
<p>Thanks for a great idea!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jbloom</title>
		<link>http://bigbadcode.com/2007/06/06/convert-m4a-to-mp3/#comment-5558</link>
		<dc:creator>jbloom</dc:creator>
		<pubDate>Fri, 08 Jan 2010 21:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://bigbadcode.com/2007/06/06/convert-m4a-to-mp3/#comment-5558</guid>
		<description>Hi Liron, 

Unfortunately I&#039;m not working on MS Windows anymore so I don&#039;t have any insight into the command line params for Bonk. 

Best,
Josh</description>
		<content:encoded><![CDATA[<p>Hi Liron, </p>
<p>Unfortunately I&#8217;m not working on MS Windows anymore so I don&#8217;t have any insight into the command line params for Bonk. </p>
<p>Best,<br />
Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liron</title>
		<link>http://bigbadcode.com/2007/06/06/convert-m4a-to-mp3/#comment-5557</link>
		<dc:creator>Liron</dc:creator>
		<pubDate>Sat, 02 Jan 2010 23:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://bigbadcode.com/2007/06/06/convert-m4a-to-mp3/#comment-5557</guid>
		<description>Hi,
Great Code.
If I want to convert my files to a lower bitrate- what changes do I need to do in the Command Line Parameters? 
Also, if I want to convert aac or other formats to .Mp3 and not only .M4a, what changes do I need to do?

where do i find all the Command Line Parameters? 

Thanks in advance,
Liron.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great Code.<br />
If I want to convert my files to a lower bitrate- what changes do I need to do in the Command Line Parameters?<br />
Also, if I want to convert aac or other formats to .Mp3 and not only .M4a, what changes do I need to do?</p>
<p>where do i find all the Command Line Parameters? </p>
<p>Thanks in advance,<br />
Liron.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teneisha</title>
		<link>http://bigbadcode.com/2007/06/06/convert-m4a-to-mp3/#comment-5392</link>
		<dc:creator>teneisha</dc:creator>
		<pubDate>Thu, 06 Sep 2007 15:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://bigbadcode.com/2007/06/06/convert-m4a-to-mp3/#comment-5392</guid>
		<description>oooh, i have been looking for something to convert my .m4a files...</description>
		<content:encoded><![CDATA[<p>oooh, i have been looking for something to convert my .m4a files&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua  Bloom</title>
		<link>http://bigbadcode.com/2007/06/06/convert-m4a-to-mp3/#comment-4687</link>
		<dc:creator>Joshua  Bloom</dc:creator>
		<pubDate>Mon, 18 Jun 2007 02:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://bigbadcode.com/2007/06/06/convert-m4a-to-mp3/#comment-4687</guid>
		<description>It sure does Kyle. Thats one of the upsides to python development, it works across most platforms pretty easily. 

In this case though I&#039;m using Python to automate a windows specific application, so this particular use would need to be updated for Mac usage. 

I should be getting my new work machine on Tuesday, so if I end up with a Mac you&#039;ll see some more focus on Mac centric stuff here. 

-Josh</description>
		<content:encoded><![CDATA[<p>It sure does Kyle. Thats one of the upsides to python development, it works across most platforms pretty easily. </p>
<p>In this case though I&#8217;m using Python to automate a windows specific application, so this particular use would need to be updated for Mac usage. </p>
<p>I should be getting my new work machine on Tuesday, so if I end up with a Mac you&#8217;ll see some more focus on Mac centric stuff here. </p>
<p>-Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Callahan</title>
		<link>http://bigbadcode.com/2007/06/06/convert-m4a-to-mp3/#comment-4625</link>
		<dc:creator>Kyle Callahan</dc:creator>
		<pubDate>Thu, 14 Jun 2007 22:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://bigbadcode.com/2007/06/06/convert-m4a-to-mp3/#comment-4625</guid>
		<description>Does all this python shit work on OS X?</description>
		<content:encoded><![CDATA[<p>Does all this python shit work on OS X?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

