<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<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>Mon, 22 Mar 2010 06:09:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>

<!-- Dynamic Page Served (once) in 0.161 seconds -->
<!-- Cached page served by WP-Cache -->
