<?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>Misadventures of a Celtic Geek &#187; aac</title>
	<atom:link href="http://blog.guesny.net/tag/aac/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.guesny.net</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sun, 03 Jun 2012 19:25:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>AAC &#8211; Round 2</title>
		<link>http://blog.guesny.net/2009/05/20/aac-round-2/</link>
		<comments>http://blog.guesny.net/2009/05/20/aac-round-2/#comments</comments>
		<pubDate>Wed, 20 May 2009 08:19:09 +0000</pubDate>
		<dc:creator>welsh_dwarf</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[aac]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.guesny.net/index.php/2009/05/20/aac-round-2/</guid>
		<description><![CDATA[I&#8217;ve just gotten back into ffmpeg fun after a long haitus, during which ffmpeg v5 has come out. (No deb instructions this time since I&#8217;ve passed on to arch, which has a perfectly functional package). A couple of thing seem &#8230; <a href="http://blog.guesny.net/2009/05/20/aac-round-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just gotten back into ffmpeg fun after a long haitus, during which ffmpeg v5 has come out.</p>
<p>(No deb instructions this time since I&#8217;ve passed on to arch, which has a perfectly functional package).</p>
<p>A couple of thing seem to have changed though, namely:</p>
<ul>
<li>Bitrates are now in bytes/seconde rather than kbytes/seconde (unless otherwise stated)</li>
<li>AAC is no longer an encoder module (use libfaac)</li>
<li>mp4/amr containers don&#8217;t seem to work to well with libfaac, use 3gp instead to be safe.</li>
</ul>
<p>Which gives:</p>
<pre class="bash"> ffmpeg -i input.avi -vcodec h263 -b 409600 -s 352x288 -acodec libfaac -ab 65536 -ar 48000 -ac 2 -f 3gp output.3gp</pre>
<p>Happy encoding</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guesny.net/2009/05/20/aac-round-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

