<?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>Web Development &#38; Stuff &#187; MP3</title>
	<atom:link href="http://web-development-blog.co.uk/tag/mp3/feed/" rel="self" type="application/rss+xml" />
	<link>http://web-development-blog.co.uk</link>
	<description>Some interesting findings from web-dev land...</description>
	<lastBuildDate>Thu, 22 Dec 2011 15:35:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FFMPEG convert wav to mp3 OSX</title>
		<link>http://web-development-blog.co.uk/2009/01/25/ffmpeg-convert-wav-to-mp3-osx/</link>
		<comments>http://web-development-blog.co.uk/2009/01/25/ffmpeg-convert-wav-to-mp3-osx/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 13:56:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[FFMPEG]]></category>
		<category><![CDATA[MP3]]></category>

		<guid isPermaLink="false">http://web-development-blog.co.uk/2009/01/25/ffmpeg-convert-wav-to-mp3-osx/</guid>
		<description><![CDATA[To convert wav to mp3 using FFMPEG on OSX you&#8217;ll need to install it with this port command as root (or sudo):
1port install ffmpeg +gpl +lame +x264 +xvid
This will enable Lame and some other useful codecs, allowing you to encode mp3 (192kbs bitrate in this example) with this command line:
1ffmpeg -i source.wav -acodec libmp3lame -ab [...]]]></description>
			<content:encoded><![CDATA[<p>To convert wav to mp3 using FFMPEG on OSX you&#8217;ll need to install it with this port command as root (or sudo):</p>
<div class="codecolorer-container sql " style="overflow:auto;white-space:nowrap;width:100%"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="line-numbers"><div>1<br /></div></td><td><div class="sql codecolorer" style="font-family:Monaco,Lucida Console,monospace">port install ffmpeg <span class="sy0">+</span>gpl <span class="sy0">+</span>lame <span class="sy0">+</span>x264 <span class="sy0">+</span>xvid</div></td></tr></tbody></table></div>
<p>This will enable Lame and some other useful codecs, allowing you to encode mp3 (192kbs bitrate in this example) with this command line:</p>
<div class="codecolorer-container sql " style="overflow:auto;white-space:nowrap;width:100%"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="line-numbers"><div>1<br /></div></td><td><div class="sql codecolorer" style="font-family:Monaco,Lucida Console,monospace">ffmpeg <span class="sy0">-</span>i source<span class="sy0">.</span>wav <span class="sy0">-</span>acodec libmp3lame <span class="sy0">-</span>ab 192k destination<span class="sy0">.</span>mp3</div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://web-development-blog.co.uk/2009/01/25/ffmpeg-convert-wav-to-mp3-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

