<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Extracting Audio from Youtube Videos (.flv files) on a GNU/Linux System</title>
	<atom:link href="http://njaan.wordpress.com/2008/12/23/extracting-audio-from-youtube-videos-flv-files-on-a-gnulinux-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://njaan.wordpress.com/2008/12/23/extracting-audio-from-youtube-videos-flv-files-on-a-gnulinux-system/</link>
	<description></description>
	<lastBuildDate>Wed, 23 Mar 2011 12:10:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Gregory Maxwell</title>
		<link>http://njaan.wordpress.com/2008/12/23/extracting-audio-from-youtube-videos-flv-files-on-a-gnulinux-system/#comment-640</link>
		<dc:creator><![CDATA[Gregory Maxwell]]></dc:creator>
		<pubDate>Sat, 07 Feb 2009 22:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://njaan.wordpress.com/?p=95#comment-640</guid>
		<description><![CDATA[What you should never do is use the “-acodec vorbis” option of ffmpeg as described here. Instead use “-acodec libvorbis”. This small change is very important. The former uses the the internal FFMPEG encoder, the latter uses the libVorbis library.

The internal ffmpeg vorbis encoder is about the simplest possible encoder that produces working output. It sounds terrible compared to the reference encoder. On a typical musical input the ffmpeg encoder set to 128k produces quality which is obviously worse than libvorbis at 32kbit/sec.

The ffmpeg vorbis encoder is not going to have better quality than MP3.  If you use a proper encoder (libvorbis) you should seldom have a need for a bitrate greater than 130kbit/sec.]]></description>
		<content:encoded><![CDATA[<p>What you should never do is use the “-acodec vorbis” option of ffmpeg as described here. Instead use “-acodec libvorbis”. This small change is very important. The former uses the the internal FFMPEG encoder, the latter uses the libVorbis library.</p>
<p>The internal ffmpeg vorbis encoder is about the simplest possible encoder that produces working output. It sounds terrible compared to the reference encoder. On a typical musical input the ffmpeg encoder set to 128k produces quality which is obviously worse than libvorbis at 32kbit/sec.</p>
<p>The ffmpeg vorbis encoder is not going to have better quality than MP3.  If you use a proper encoder (libvorbis) you should seldom have a need for a bitrate greater than 130kbit/sec.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hari</title>
		<link>http://njaan.wordpress.com/2008/12/23/extracting-audio-from-youtube-videos-flv-files-on-a-gnulinux-system/#comment-623</link>
		<dc:creator><![CDATA[Hari]]></dc:creator>
		<pubDate>Tue, 23 Dec 2008 10:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://njaan.wordpress.com/?p=95#comment-623</guid>
		<description><![CDATA[Wow! That was an awesome tip. Thanks a lot, chetta. :-)]]></description>
		<content:encoded><![CDATA[<p>Wow! That was an awesome tip. Thanks a lot, chetta. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
