<?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; Multimedia</title>
	<atom:link href="http://linuxforfun.net/category/multimedia/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxforfun.net</link>
	<description>Just for Fun</description>
	<lastBuildDate>Tue, 15 Sep 2009 00:12:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Firefox flash plugin: no sound</title>
		<link>http://linuxforfun.net/2008/08/04/firefox-flash-no-sound/</link>
		<comments>http://linuxforfun.net/2008/08/04/firefox-flash-no-sound/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 07:36:03 +0000</pubDate>
		<dc:creator>sandajian</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://linuxforfun.net/?p=17</guid>
		<description><![CDATA[If you can not hear any sound when playing flash video in Firefox, It&#8217;s probably because that you hasn&#8217;t installed the package &#8216;libflashsupport&#8217;. To solve it, just install that package and restart Firefox. For Fedora, you may use the command # yum install libflashsupport<script type="text/javascript">SHARETHIS.addEntry({ title: "Firefox flash plugin: no sound", url: "http://linuxforfun.net/2008/08/04/firefox-flash-no-sound/" });</script>]]></description>
			<content:encoded><![CDATA[<p>If you can not hear any sound when playing flash video in Firefox, It&#8217;s probably because that you hasn&#8217;t installed the package &#8216;libflashsupport&#8217;.  To solve it, just install that package and restart Firefox.</p>
<p>For Fedora, you may use the command</p>
<blockquote><p># yum install libflashsupport</p></blockquote>
<p><a href="http://sharethis.com/item?&wp=3.0.1&amp;publisher=0528fcb2-917b-4b68-8e53-491409263a87&amp;title=Firefox+flash+plugin%3A+no+sound&amp;url=http%3A%2F%2Flinuxforfun.net%2F2008%2F08%2F04%2Ffirefox-flash-no-sound%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://linuxforfun.net/2008/08/04/firefox-flash-no-sound/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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 [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "A shell script to convert APE/FLAC to mp3", url: "http://linuxforfun.net/2007/12/06/ape2mp3/" });</script>]]></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>
<p><a href="http://sharethis.com/item?&wp=3.0.1&amp;publisher=0528fcb2-917b-4b68-8e53-491409263a87&amp;title=A+shell+script+to+convert+APE%2FFLAC+to+mp3&amp;url=http%3A%2F%2Flinuxforfun.net%2F2007%2F12%2F06%2Fape2mp3%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://linuxforfun.net/2007/12/06/ape2mp3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
