<?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/"
		>
<channel>
	<title>Comments on: Tech tip #3: Rip audio from an .FLV file.</title>
	<atom:link href="http://thinkmoult.com/2009/07/24/tech-tip-3-rip-audio-from-an-flv-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkmoult.com/2009/07/24/tech-tip-3-rip-audio-from-an-flv-file/</link>
	<description>Seriously who ever reads this description.</description>
	<lastBuildDate>Tue, 08 May 2012 05:44:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dion Moult</title>
		<link>http://thinkmoult.com/2009/07/24/tech-tip-3-rip-audio-from-an-flv-file/comment-page-1/#comment-3489</link>
		<dc:creator>Dion Moult</dc:creator>
		<pubDate>Fri, 12 Aug 2011 11:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://thinkmoult.com/?p=795#comment-3489</guid>
		<description>eliasp, a recent test found that the method I posted seems to give a higher quality mp3 than yours.</description>
		<content:encoded><![CDATA[<p>eliasp, a recent test found that the method I posted seems to give a higher quality mp3 than yours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://thinkmoult.com/2009/07/24/tech-tip-3-rip-audio-from-an-flv-file/comment-page-1/#comment-732</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Wed, 05 Aug 2009 01:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://thinkmoult.com/?p=795#comment-732</guid>
		<description>The audio stream in .flv are already in mp3 format. So you can just do following command
mplayer -dumpaudio foobar.flv
and have a resulting stream.dump file which you can rename to foobar.mp3 (this works the same way for .wmv to .wma and .mp4/.f4v to .aac). No unnecessary re-ecoding so it keeps the quality and is faster to boot.</description>
		<content:encoded><![CDATA[<p>The audio stream in .flv are already in mp3 format. So you can just do following command<br />
mplayer -dumpaudio foobar.flv<br />
and have a resulting stream.dump file which you can rename to foobar.mp3 (this works the same way for .wmv to .wma and .mp4/.f4v to .aac). No unnecessary re-ecoding so it keeps the quality and is faster to boot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hessiess</title>
		<link>http://thinkmoult.com/2009/07/24/tech-tip-3-rip-audio-from-an-flv-file/comment-page-1/#comment-701</link>
		<dc:creator>hessiess</dc:creator>
		<pubDate>Tue, 28 Jul 2009 01:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://thinkmoult.com/?p=795#comment-701</guid>
		<description>When going from a already lossy source, and encoding into a lossy format you will only degrade the quality of the audio even more. Thus it would be better to use a lossless format like FLAC or even WAV to prevent further degrading the audio quality.</description>
		<content:encoded><![CDATA[<p>When going from a already lossy source, and encoding into a lossy format you will only degrade the quality of the audio even more. Thus it would be better to use a lossless format like FLAC or even WAV to prevent further degrading the audio quality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blah</title>
		<link>http://thinkmoult.com/2009/07/24/tech-tip-3-rip-audio-from-an-flv-file/comment-page-1/#comment-683</link>
		<dc:creator>Blah</dc:creator>
		<pubDate>Sat, 25 Jul 2009 17:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://thinkmoult.com/?p=795#comment-683</guid>
		<description>ffmpeg -i foobar.flv -vn -acodec vorbis -aq 50 -ac 2 flavor.ogg

-vn no video
-aq audio quality (vorbis specific ~ values 1-100) 
-ac audio channels
-acodec audio codec</description>
		<content:encoded><![CDATA[<p>ffmpeg -i foobar.flv -vn -acodec vorbis -aq 50 -ac 2 flavor.ogg</p>
<p>-vn no video<br />
-aq audio quality (vorbis specific ~ values 1-100)<br />
-ac audio channels<br />
-acodec audio codec</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hari</title>
		<link>http://thinkmoult.com/2009/07/24/tech-tip-3-rip-audio-from-an-flv-file/comment-page-1/#comment-680</link>
		<dc:creator>hari</dc:creator>
		<pubDate>Sat, 25 Jul 2009 02:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://thinkmoult.com/?p=795#comment-680</guid>
		<description>This is a shameless promotion, but do you know about my app BiaMovE, which is a mencoder GUI I wrote - it has most of the options of mencoder without dumbing down them and I use it myself for ripping DVDs or audio/video conversion.

Take a look: http://harishankar.org/software/biamove.php</description>
		<content:encoded><![CDATA[<p>This is a shameless promotion, but do you know about my app BiaMovE, which is a mencoder GUI I wrote &#8211; it has most of the options of mencoder without dumbing down them and I use it myself for ripping DVDs or audio/video conversion.</p>
<p>Take a look: <a href="http://harishankar.org/software/biamove.php" rel="nofollow">http://harishankar.org/software/biamove.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dion Moult</title>
		<link>http://thinkmoult.com/2009/07/24/tech-tip-3-rip-audio-from-an-flv-file/comment-page-1/#comment-679</link>
		<dc:creator>Dion Moult</dc:creator>
		<pubDate>Sat, 25 Jul 2009 01:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://thinkmoult.com/?p=795#comment-679</guid>
		<description>@eliasp: Whoops :) and thanks!</description>
		<content:encoded><![CDATA[<p>@eliasp: Whoops :) and thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eliasp</title>
		<link>http://thinkmoult.com/2009/07/24/tech-tip-3-rip-audio-from-an-flv-file/comment-page-1/#comment-678</link>
		<dc:creator>eliasp</dc:creator>
		<pubDate>Fri, 24 Jul 2009 17:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://thinkmoult.com/?p=795#comment-678</guid>
		<description>Shorter and easier to remember:
ffmpeg -i foo.flv bar.mp3</description>
		<content:encoded><![CDATA[<p>Shorter and easier to remember:<br />
ffmpeg -i foo.flv bar.mp3</p>
]]></content:encoded>
	</item>
</channel>
</rss>

