<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2" -->
<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/"
	>

<channel>
	<title>www.giannistsakiris.com</title>
	<link>http://www.giannistsakiris.com</link>
	<description>mostly computer related stuff</description>
	<pubDate>Sun, 19 Feb 2012 14:37:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>
	<language>en</language>
			<item>
		<title>How to convert FLAC to MP3 on command line</title>
		<link>http://www.giannistsakiris.com/index.php/2012/02/19/how-to-convert-flac-to-mp3-on-command-line/</link>
		<comments>http://www.giannistsakiris.com/index.php/2012/02/19/how-to-convert-flac-to-mp3-on-command-line/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 14:37:35 +0000</pubDate>
		<dc:creator>giannis</dc:creator>
		
		<category><![CDATA[uncategorized]]></category>

		<guid isPermaLink="false">https://www.giannistsakiris.com/index.php/2012/02/19/how-to-convert-flac-to-mp3-on-command-line/</guid>
		<description><![CDATA[First install ffmpeg (WinFF on Windows) and LAME. Then to convert a .flac to .mp3 type this on the command line:

ffmpeg -i "xxx.flac" -acodec libmp3lame -ab 128000 "xxx.mp3"

]]></description>
			<content:encoded><![CDATA[First install <a href="http://ffmpeg.org/" target="_blank">ffmpeg</a> (<a href="http://winff.org/" target="_blank">WinFF</a> on Windows) and <a href="http://lame.sourceforge.net/" target="_blank">LAME</a>. Then to convert a .flac to .mp3 type this on the command line:<br/>
<br/>
<code>ffmpeg -i "xxx.flac" -acodec libmp3lame -ab 128000 "xxx.mp3"</code><br/>
<br/>
]]></content:encoded>
			<wfw:commentRss>http://www.giannistsakiris.com/index.php/2012/02/19/how-to-convert-flac-to-mp3-on-command-line/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

