<?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: Encoding mp3 audio with ffmpeg on Ubuntu Hardy</title>
	<atom:link href="http://www.pyrosoft.co.uk/blog/2008/04/15/encoding-mp3-audio-with-ffmpeg-on-ubuntu-hardy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pyrosoft.co.uk/blog/2008/04/15/encoding-mp3-audio-with-ffmpeg-on-ubuntu-hardy/</link>
	<description>Economics, Business, Telecoms, Tech and Gadgets</description>
	<lastBuildDate>Sat, 06 Mar 2010 02:23:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: panchopyme</title>
		<link>http://www.pyrosoft.co.uk/blog/2008/04/15/encoding-mp3-audio-with-ffmpeg-on-ubuntu-hardy/comment-page-1/#comment-1162</link>
		<dc:creator>panchopyme</dc:creator>
		<pubDate>Tue, 16 Feb 2010 20:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.pyrosoft.co.uk/blog/?p=258#comment-1162</guid>
		<description>apt-get install libmp3lame0 libmp3lame-dev</description>
		<content:encoded><![CDATA[<p>apt-get install libmp3lame0 libmp3lame-dev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vasanth</title>
		<link>http://www.pyrosoft.co.uk/blog/2008/04/15/encoding-mp3-audio-with-ffmpeg-on-ubuntu-hardy/comment-page-1/#comment-1154</link>
		<dc:creator>Vasanth</dc:creator>
		<pubDate>Mon, 08 Feb 2010 20:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.pyrosoft.co.uk/blog/?p=258#comment-1154</guid>
		<description>Thanks!! Works for me (Ubuntu 8.04).</description>
		<content:encoded><![CDATA[<p>Thanks!! Works for me (Ubuntu 8.04).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Majk</title>
		<link>http://www.pyrosoft.co.uk/blog/2008/04/15/encoding-mp3-audio-with-ffmpeg-on-ubuntu-hardy/comment-page-1/#comment-950</link>
		<dc:creator>Majk</dc:creator>
		<pubDate>Thu, 27 Aug 2009 01:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.pyrosoft.co.uk/blog/?p=258#comment-950</guid>
		<description>Whatever I do with ffmpeg the line:

 ffmpeg -i familyguy.avi -acodec mp3 -ar 44100 -f flv fg.flv

always ends in:

Unknown encoder &#039;mp3&#039;

I&#039;ve tried uninstalling and installing various libs and such, manually and with apt. I don&#039;t get it.

Doing ldd on the ffmpeg-bin I get:

        linux-gate.so.1 =&gt;  (0xb7f7d000)
        libavdevice.so.52 =&gt; /usr/lib/i686/cmov/libavdevice.so.52 (0xb7f6c000)
        libavformat.so.52 =&gt; /usr/lib/i686/cmov/libavformat.so.52 (0xb7ece000)
        libavcodec.so.51 =&gt; /usr/lib/i686/cmov/libavcodec.so.51 (0xb7980000)
        libavutil.so.49 =&gt; /usr/lib/i686/cmov/libavutil.so.49 (0xb7971000)
        libm.so.6 =&gt; /lib/i686/cmov/libm.so.6 (0xb794b000)
        libswscale.so.0 =&gt; /usr/lib/i686/cmov/libswscale.so.0 (0xb791f000)
        libpthread.so.0 =&gt; /lib/i686/cmov/libpthread.so.0 (0xb7906000)
        libc.so.6 =&gt; /lib/i686/cmov/libc.so.6 (0xb77aa000)
        libdc1394.so.22 =&gt; /usr/lib/libdc1394.so.22 (0xb773d000)
        libX11.so.6 =&gt; /usr/lib/libX11.so.6 (0xb764e000)
        libXext.so.6 =&gt; /usr/lib/libXext.so.6 (0xb7640000)
        libz.so.1 =&gt; /usr/lib/libz.so.1 (0xb762b000)
        libdl.so.2 =&gt; /lib/i686/cmov/libdl.so.2 (0xb7627000)
        libfaad.so.0 =&gt; /usr/lib/libfaad.so.0 (0xb75e7000)
        libgsm.so.1 =&gt; /usr/lib/libgsm.so.1 (0xb75da000)
        libtheora.so.0 =&gt; /usr/lib/libtheora.so.0 (0xb7593000)
        libvorbisenc.so.2 =&gt; /usr/lib/libvorbisenc.so.2 (0xb749a000)
        libvorbis.so.0 =&gt; /usr/lib/libvorbis.so.0 (0xb7472000)
        /lib/ld-linux.so.2 (0xb7f7e000)
        libraw1394.so.8 =&gt; /usr/lib/libraw1394.so.8 (0xb746b000)
        libxcb-xlib.so.0 =&gt; /usr/lib/libxcb-xlib.so.0 (0xb7469000)
        libxcb.so.1 =&gt; /usr/lib/libxcb.so.1 (0xb7451000)
        libXau.so.6 =&gt; /usr/lib/libXau.so.6 (0xb744e000)
        libogg.so.0 =&gt; /usr/lib/libogg.so.0 (0xb7449000)
        libXdmcp.so.6 =&gt; /usr/lib/libXdmcp.so.6 (0xb7443000)

Any thoughts?</description>
		<content:encoded><![CDATA[<p>Whatever I do with ffmpeg the line:</p>
<p> ffmpeg -i familyguy.avi -acodec mp3 -ar 44100 -f flv fg.flv</p>
<p>always ends in:</p>
<p>Unknown encoder &#8216;mp3&#8242;</p>
<p>I&#8217;ve tried uninstalling and installing various libs and such, manually and with apt. I don&#8217;t get it.</p>
<p>Doing ldd on the ffmpeg-bin I get:</p>
<p>        linux-gate.so.1 =&gt;  (0xb7f7d000)<br />
        libavdevice.so.52 =&gt; /usr/lib/i686/cmov/libavdevice.so.52 (0xb7f6c000)<br />
        libavformat.so.52 =&gt; /usr/lib/i686/cmov/libavformat.so.52 (0xb7ece000)<br />
        libavcodec.so.51 =&gt; /usr/lib/i686/cmov/libavcodec.so.51 (0xb7980000)<br />
        libavutil.so.49 =&gt; /usr/lib/i686/cmov/libavutil.so.49 (0xb7971000)<br />
        libm.so.6 =&gt; /lib/i686/cmov/libm.so.6 (0xb794b000)<br />
        libswscale.so.0 =&gt; /usr/lib/i686/cmov/libswscale.so.0 (0xb791f000)<br />
        libpthread.so.0 =&gt; /lib/i686/cmov/libpthread.so.0 (0xb7906000)<br />
        libc.so.6 =&gt; /lib/i686/cmov/libc.so.6 (0xb77aa000)<br />
        libdc1394.so.22 =&gt; /usr/lib/libdc1394.so.22 (0xb773d000)<br />
        libX11.so.6 =&gt; /usr/lib/libX11.so.6 (0xb764e000)<br />
        libXext.so.6 =&gt; /usr/lib/libXext.so.6 (0xb7640000)<br />
        libz.so.1 =&gt; /usr/lib/libz.so.1 (0xb762b000)<br />
        libdl.so.2 =&gt; /lib/i686/cmov/libdl.so.2 (0xb7627000)<br />
        libfaad.so.0 =&gt; /usr/lib/libfaad.so.0 (0xb75e7000)<br />
        libgsm.so.1 =&gt; /usr/lib/libgsm.so.1 (0xb75da000)<br />
        libtheora.so.0 =&gt; /usr/lib/libtheora.so.0 (0xb7593000)<br />
        libvorbisenc.so.2 =&gt; /usr/lib/libvorbisenc.so.2 (0xb749a000)<br />
        libvorbis.so.0 =&gt; /usr/lib/libvorbis.so.0 (0xb7472000)<br />
        /lib/ld-linux.so.2 (0xb7f7e000)<br />
        libraw1394.so.8 =&gt; /usr/lib/libraw1394.so.8 (0xb746b000)<br />
        libxcb-xlib.so.0 =&gt; /usr/lib/libxcb-xlib.so.0 (0xb7469000)<br />
        libxcb.so.1 =&gt; /usr/lib/libxcb.so.1 (0xb7451000)<br />
        libXau.so.6 =&gt; /usr/lib/libXau.so.6 (0xb744e000)<br />
        libogg.so.0 =&gt; /usr/lib/libogg.so.0 (0xb7449000)<br />
        libXdmcp.so.6 =&gt; /usr/lib/libXdmcp.so.6 (0xb7443000)</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren Cook</title>
		<link>http://www.pyrosoft.co.uk/blog/2008/04/15/encoding-mp3-audio-with-ffmpeg-on-ubuntu-hardy/comment-page-1/#comment-911</link>
		<dc:creator>Darren Cook</dc:creator>
		<pubDate>Wed, 12 Aug 2009 10:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.pyrosoft.co.uk/blog/?p=258#comment-911</guid>
		<description>This also didn&#039;t work for me. The very first instruction needs expanding: don&#039;t just uninstall ffmpeg but also uninstall libavcodec1d. Then the medibuntu versions can get installed, and now it works for me. (Well, it now shows lame in the ldd output now - I&#039;ve not actually tried mp3 stuff yet.)</description>
		<content:encoded><![CDATA[<p>This also didn&#8217;t work for me. The very first instruction needs expanding: don&#8217;t just uninstall ffmpeg but also uninstall libavcodec1d. Then the medibuntu versions can get installed, and now it works for me. (Well, it now shows lame in the ldd output now &#8211; I&#8217;ve not actually tried mp3 stuff yet.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmr</title>
		<link>http://www.pyrosoft.co.uk/blog/2008/04/15/encoding-mp3-audio-with-ffmpeg-on-ubuntu-hardy/comment-page-1/#comment-584</link>
		<dc:creator>Dmr</dc:creator>
		<pubDate>Tue, 17 Mar 2009 10:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.pyrosoft.co.uk/blog/?p=258#comment-584</guid>
		<description>You have to make sure you install the medibuntu version of ffmpeg and libavcodec1d, or you won&#039;t get the support for mp3 encoding.

ldd /usr/bin/ffmpeg will show you the dependencies of your ffmpeg, i think the ubuntu repo version doesn&#039;t include &#039;libmp3lame.so.0&#039; and some other modules.</description>
		<content:encoded><![CDATA[<p>You have to make sure you install the medibuntu version of ffmpeg and libavcodec1d, or you won&#8217;t get the support for mp3 encoding.</p>
<p>ldd /usr/bin/ffmpeg will show you the dependencies of your ffmpeg, i think the ubuntu repo version doesn&#8217;t include &#8216;libmp3lame.so.0&#8242; and some other modules.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SP</title>
		<link>http://www.pyrosoft.co.uk/blog/2008/04/15/encoding-mp3-audio-with-ffmpeg-on-ubuntu-hardy/comment-page-1/#comment-547</link>
		<dc:creator>SP</dc:creator>
		<pubDate>Wed, 25 Feb 2009 14:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pyrosoft.co.uk/blog/?p=258#comment-547</guid>
		<description>Not working on Hardy here. Followed this step by step and no joy.</description>
		<content:encoded><![CDATA[<p>Not working on Hardy here. Followed this step by step and no joy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mac</title>
		<link>http://www.pyrosoft.co.uk/blog/2008/04/15/encoding-mp3-audio-with-ffmpeg-on-ubuntu-hardy/comment-page-1/#comment-445</link>
		<dc:creator>Mac</dc:creator>
		<pubDate>Sun, 28 Dec 2008 22:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.pyrosoft.co.uk/blog/?p=258#comment-445</guid>
		<description>It works in Ubuntu 8.04, but you have to force-install the Medibuntu versions of both ffmpeg and libavcodec1d - I used synaptic to achieve this.</description>
		<content:encoded><![CDATA[<p>It works in Ubuntu 8.04, but you have to force-install the Medibuntu versions of both ffmpeg and libavcodec1d &#8211; I used synaptic to achieve this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JorjK</title>
		<link>http://www.pyrosoft.co.uk/blog/2008/04/15/encoding-mp3-audio-with-ffmpeg-on-ubuntu-hardy/comment-page-1/#comment-415</link>
		<dc:creator>JorjK</dc:creator>
		<pubDate>Mon, 10 Nov 2008 16:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.pyrosoft.co.uk/blog/?p=258#comment-415</guid>
		<description>ubuntu 8.04 NOT WORK !!!

Output #0, flv, to &#039;3_0.flv&#039;:
  Stream #0.0: Video: flv, yuv420p, 180x144, q=2-31, 200 kb/s, 25.00 fps(c)
  Stream #0.1: Audio: 0x0000, 44100 Hz, stereo, 64 kb/s
Stream mapping:
  Stream #0.0 -&gt; #0.0
  Stream #0.1 -&gt; #0.1
Unsupported codec for output stream #0.1</description>
		<content:encoded><![CDATA[<p>ubuntu 8.04 NOT WORK !!!</p>
<p>Output #0, flv, to &#8216;3_0.flv&#8217;:<br />
  Stream #0.0: Video: flv, yuv420p, 180&#215;144, q=2-31, 200 kb/s, 25.00 fps(c)<br />
  Stream #0.1: Audio: 0&#215;0000, 44100 Hz, stereo, 64 kb/s<br />
Stream mapping:<br />
  Stream #0.0 -&gt; #0.0<br />
  Stream #0.1 -&gt; #0.1<br />
Unsupported codec for output stream #0.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mykel</title>
		<link>http://www.pyrosoft.co.uk/blog/2008/04/15/encoding-mp3-audio-with-ffmpeg-on-ubuntu-hardy/comment-page-1/#comment-348</link>
		<dc:creator>mykel</dc:creator>
		<pubDate>Sun, 20 Jul 2008 07:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.pyrosoft.co.uk/blog/?p=258#comment-348</guid>
		<description>libavcodec1d was what i was missing - installing it allowed me to output mp3 audio on transcoded videos :) thankyou for this. most of the other how-tos involve recompiling ffmpeg and that seemed like total overkill.</description>
		<content:encoded><![CDATA[<p>libavcodec1d was what i was missing &#8211; installing it allowed me to output mp3 audio on transcoded videos <img src='http://www.pyrosoft.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thankyou for this. most of the other how-tos involve recompiling ffmpeg and that seemed like total overkill.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
