<?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: How Do I Burn MP3 onto an audio CD from Linux shell command prompt?</title> <atom:link href="http://www.cyberciti.biz/tips/how-do-i-burn-mp3-onto-an-audio-cd-from-command-prompt.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/how-do-i-burn-mp3-onto-an-audio-cd-from-command-prompt.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37: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: Jake</title><link>http://www.cyberciti.biz/tips/how-do-i-burn-mp3-onto-an-audio-cd-from-command-prompt.html#comment-170431</link> <dc:creator>Jake</dc:creator> <pubDate>Fri, 01 Apr 2011 21:58:17 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-burn-mp3-onto-an-audio-cd-from-command-prompt.html#comment-170431</guid> <description>To convert all mp3 files, accounting for spaces in names and correcting the &quot;filename.mp3.wav&quot; naming, try:
&lt;pre&gt;IFS=$&#039;\n&#039; ; for i in $(ls &#124;grep mp3$) ; do echo $i ; mpg123 -w `basename $i .mp3`.wav $i ; done&lt;/pre&gt;</description> <content:encoded><![CDATA[<p>To convert all mp3 files, accounting for spaces in names and correcting the &#8220;filename.mp3.wav&#8221; naming, try:</p><pre>IFS=$'\n' ; for i in $(ls |grep mp3$) ; do echo $i ; mpg123 -w `basename $i .mp3`.wav $i ; done</pre>]]></content:encoded> </item> <item><title>By: ANonymous</title><link>http://www.cyberciti.biz/tips/how-do-i-burn-mp3-onto-an-audio-cd-from-command-prompt.html#comment-158148</link> <dc:creator>ANonymous</dc:creator> <pubDate>Fri, 16 Jul 2010 22:54:24 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-burn-mp3-onto-an-audio-cd-from-command-prompt.html#comment-158148</guid> <description>nice</description> <content:encoded><![CDATA[<p>nice</p> ]]></content:encoded> </item> <item><title>By: Kan</title><link>http://www.cyberciti.biz/tips/how-do-i-burn-mp3-onto-an-audio-cd-from-command-prompt.html#comment-140225</link> <dc:creator>Kan</dc:creator> <pubDate>Fri, 15 Jun 2007 23:30:03 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-burn-mp3-onto-an-audio-cd-from-command-prompt.html#comment-140225</guid> <description>to convert all mp3 files at once, do:
&lt;code&gt;for i in *.mp3; do mpg123 -v -w &quot;${i%mp3}wav&quot; &quot;$i&quot;; done&lt;/code&gt;</description> <content:encoded><![CDATA[<p>to convert all mp3 files at once, do:<br
/> <code>for i in *.mp3; do mpg123 -v -w "${i%mp3}wav" "$i"; done</code></p> ]]></content:encoded> </item> <item><title>By: Rob</title><link>http://www.cyberciti.biz/tips/how-do-i-burn-mp3-onto-an-audio-cd-from-command-prompt.html#comment-19267</link> <dc:creator>Rob</dc:creator> <pubDate>Wed, 07 Dec 2005 10:58:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-burn-mp3-onto-an-audio-cd-from-command-prompt.html#comment-19267</guid> <description>You can use &lt;a HREF=&quot;http://www.mp3dev.org/&quot; rel=&quot;nofollow&quot;&gt;lame&lt;/A&gt; to   encode the WAVs to MP3s. Once wav file created using cdparanoia you can use lame to encode the file wav to an MP3:
&lt;B&gt;lame myfile.wav myfile.mp3&lt;/B&gt;
lame also supports bitrate option for example to use 256 kilobytes bitrate  you can use:
&lt;B&gt; lame -b 256 myfile.wav myfile.mp3&lt;/B&gt;
Read man page of lame for all supported options.</description> <content:encoded><![CDATA[<p>You can use <a
HREF="http://www.mp3dev.org/" rel="nofollow">lame</a> to   encode the WAVs to MP3s. Once wav file created using cdparanoia you can use lame to encode the file wav to an MP3:</p><p><b>lame myfile.wav myfile.mp3</b></p><p>lame also supports bitrate option for example to use 256 kilobytes bitrate  you can use:</p><p><b> lame -b 256 myfile.wav myfile.mp3</b></p><p>Read man page of lame for all supported options.</p> ]]></content:encoded> </item> </channel> </rss>
