<?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 on Windows (without paying)</title>
	<atom:link href="http://pieter.wigleven.com/it/archives/3/feed" rel="self" type="application/rss+xml" />
	<link>http://pieter.wigleven.com/it/archives/3</link>
	<description>Computers are fun.... if they work!</description>
	<lastBuildDate>Tue, 10 Jan 2012 00:31:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Cinni</title>
		<link>http://pieter.wigleven.com/it/archives/3#comment-235</link>
		<dc:creator>Cinni</dc:creator>
		<pubDate>Thu, 03 Dec 2009 06:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://pieter.wigleven.com/it/?p=3#comment-235</guid>
		<description>Much appreciated
I have googled a lot and found a good soln here.</description>
		<content:encoded><![CDATA[<p>Much appreciated<br />
I have googled a lot and found a good soln here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: littleGiant</title>
		<link>http://pieter.wigleven.com/it/archives/3#comment-208</link>
		<dc:creator>littleGiant</dc:creator>
		<pubDate>Wed, 22 Jul 2009 23:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://pieter.wigleven.com/it/?p=3#comment-208</guid>
		<description>Thank you so much. Have been search for such a &quot;simple&quot; and good solution.</description>
		<content:encoded><![CDATA[<p>Thank you so much. Have been search for such a &#8220;simple&#8221; and good solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://pieter.wigleven.com/it/archives/3#comment-3</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 21 Dec 2007 14:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://pieter.wigleven.com/it/?p=3#comment-3</guid>
		<description>Good suggestion! Thanks allot!</description>
		<content:encoded><![CDATA[<p>Good suggestion! Thanks allot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M1N05</title>
		<link>http://pieter.wigleven.com/it/archives/3#comment-2</link>
		<dc:creator>M1N05</dc:creator>
		<pubDate>Fri, 21 Dec 2007 01:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://pieter.wigleven.com/it/?p=3#comment-2</guid>
		<description>I changed the settings a bit (not so much).
Also to say that when you copy/paste from your web browser, you may change &quot; to “. And it is not working then (on a french os for example).

@echo off
REM Simple script to convert m4a to mp3, got it from http://pieter.wigleven.com/it/
cls
echo.
echo Going to convert %1! Hold tight!
&quot;C:\Program Files\faad__m4a_codec\faad.exe&quot; -o tmp.wav %1
&quot;C:\Program Files\lame\lame.exe&quot; --alt-preset standard --vbr-new tmp.wav %1.mp3
del tmp.wav
pause</description>
		<content:encoded><![CDATA[<p>I changed the settings a bit (not so much).<br />
Also to say that when you copy/paste from your web browser, you may change &#8221; to “. And it is not working then (on a french os for example).</p>
<p>@echo off<br />
REM Simple script to convert m4a to mp3, got it from <a href="http://pieter.wigleven.com/it/" rel="nofollow">http://pieter.wigleven.com/it/</a><br />
cls<br />
echo.<br />
echo Going to convert %1! Hold tight!<br />
&#8220;C:\Program Files\faad__m4a_codec\faad.exe&#8221; -o tmp.wav %1<br />
&#8220;C:\Program Files\lame\lame.exe&#8221; &#8211;alt-preset standard &#8211;vbr-new tmp.wav %1.mp3<br />
del tmp.wav<br />
pause</p>
]]></content:encoded>
	</item>
</channel>
</rss>

