<?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>Linux for Fun &#187; mp3</title>
	<atom:link href="http://linuxforfun.net/tag/mp3/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxforfun.net</link>
	<description>Just for Fun</description>
	<lastBuildDate>Tue, 12 Apr 2011 02:09:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>A shell script to convert APE/FLAC to mp3</title>
		<link>http://linuxforfun.net/2007/12/06/ape2mp3/</link>
		<comments>http://linuxforfun.net/2007/12/06/ape2mp3/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 08:46:51 +0000</pubDate>
		<dc:creator>sandajian</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[ape]]></category>
		<category><![CDATA[ape2mp3]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[flac]]></category>
		<category><![CDATA[monkey]]></category>
		<category><![CDATA[mp3]]></category>

		<guid isPermaLink="false">http://linuxforfun.net/wordpress-mu/2007/12/06/a-shell-script-to-convert-apeflac-to-mp3/</guid>
		<description><![CDATA[There is a shell script that can convert a big APE/FLAC file to mp3 files easily. The author of the script is not clear, the script just says: Brian&#8217;s Archive CUE/FLAC Splitter v0.1, No sanity checking in place. Be careful. Download the script &#8216;ape2mp3&#8242;. The original script has been slightly modified to be used with [...]]]></description>
			<content:encoded><![CDATA[<p>There is a shell script that can convert a big APE/FLAC file to mp3 files easily. The author of the script is not clear, the script just says: <em>Brian&#8217;s Archive CUE/FLAC Splitter v0.1, No sanity checking in place. Be careful.</em></p>
<p><a href="http://linuxforfun.net/misc/ape2mp3" title="download the script 'ape2mp3'">Download the script &#8216;ape2mp3&#8242;</a>.  The original script has been slightly modified to be used with newer versions of the related software.</p>
<p>Use of the script is very simple (of course you need both the CUE file and the APE/FLAC file):</p>
<blockquote><p># ape2mp3 album.cue album.ape</p></blockquote>
<p>It requires several packages installed on your system.  For Fedora, some packages can be found at <a href="http://freshrpms.net">freshrpms.net</a>.  You may first install <a href="http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/8/freshrpms-release/freshrpms-release-1.1-1.fc.noarch.rpm">freshrpms-release</a>, then use &#8216;yum&#8217; to install them.</p>
<p><span id="more-6"></span></p>
<p>1. <strong>mac</strong> &#8211; Monkey&#8217;s Audio Codec (MAC) utility and library</p>
<blockquote><p># yum install mac</p></blockquote>
<p>2. <strong>lame</strong> &#8211; LAME Ain&#8217;t an MP3 Encoder&#8230; but it&#8217;s the best of all</p>
<blockquote><p># yum install lame</p></blockquote>
<p>3. <strong>shorten</strong> &#8211; Low complexity and fast waveform coder</p>
<blockquote><p># rpm -ivh <a href="http://linuxforfun.net/misc/shorten-3.6.0-1.2.i386.rpm">shorten-3.6.0-1.2.i386.rpm</a><br />
(src: <a href="http://linuxforfun.net/misc/shorten-3.6.0-1.2.src.rpm">shorten-3.6.0-1.2.src.rpm</a>)</p></blockquote>
<p>4. <strong>shntool</strong> &#8211; Multi-purpose WAVE data processing and reporting utility</p>
<blockquote><p># rpm -ivh <a href="http://linuxforfun.net/misc/shntool-3.0.6-1.i386.rpm">shntool-3.0.6-1.i386.rpm</a><br />
(src: <a href="http://linuxforfun.net/misc/shntool-3.0.6-1.src.rpm">shntool-3.0.6-1.src.rpm</a>)</p></blockquote>
<p>5. <strong>cuetools</strong> &#8211; Utilities to works with cue and TOC files</p>
<blockquote><p># rpm -ivh <a href="http://linuxforfun.net/misc/cuetools-1.3.1-2.i386.rpm">cuetools-1.3.1-2.i386.rpm</a><br />
(src: <a href="http://linuxforfun.net/misc/cuetools-1.3.1-2.src.rpm">cuetools-1.3.1-2.src.rpm</a>)</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://linuxforfun.net/2007/12/06/ape2mp3/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

