<?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/"
	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>Rafael Sanches &#187; Uncategorized</title>
	<atom:link href="http://mufumbo.wordpress.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://mufumbo.wordpress.com</link>
	<description>Good morning to the day;</description>
	<lastBuildDate>Sun, 18 Oct 2009 15:55:43 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='mufumbo.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c7431c7a92dc29cca55877f36d693994?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Rafael Sanches &#187; Uncategorized</title>
		<link>http://mufumbo.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mufumbo.wordpress.com/osd.xml" title="Rafael Sanches" />
		<item>
		<title>Install ffmpeg for alembik transcoding server with 51.40.4 on ubuntu</title>
		<link>http://mufumbo.wordpress.com/2009/05/07/install-ffmpeg-for-alembik-transcoding-server-with-51_40_4-on-ubuntu-oma-sti/</link>
		<comments>http://mufumbo.wordpress.com/2009/05/07/install-ffmpeg-for-alembik-transcoding-server-with-51_40_4-on-ubuntu-oma-sti/#comments</comments>
		<pubDate>Thu, 07 May 2009 12:31:07 +0000</pubDate>
		<dc:creator>mufumbo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[transcoding]]></category>
		<category><![CDATA[3gp]]></category>
		<category><![CDATA[alembik]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[mediaserver]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[oma]]></category>
		<category><![CDATA[omasti]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wurfl]]></category>

		<guid isPermaLink="false">http://mufumbo.wordpress.com/?p=14</guid>
		<description><![CDATA[I find the alembik transcode server a cool piece of software, but I found lots of caveats when started to use it. 
The most difficult part is that alembik supports only two versions of libavcodec for ffmpeg, so you must compile it from the sources, since they are quite old.
That happens because ffmpeg changes the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mufumbo.wordpress.com&blog=3694990&post=14&subd=mufumbo&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I find the <a title="alembik transcoder" href="http://alembik.sourceforge.com" target="_blank">alembik</a> <em>transcode server</em> a cool piece of software, but I found lots of caveats when started to use it. </p>
<p>The most difficult part is that alembik supports <strong>only two versions of libavcodec</strong> for ffmpeg, so you must <em>compile it from the sources</em>, since they are quite old.<br />
That happens because <em>ffmpeg changes the parameters from version to version</em> and the alembik team had choosen both <a href="http://alembik.cvs.sourceforge.net/viewvc/alembik/alembik-core/src/org/alembik/processing/ffmpeg_codec_51_40_4.properties?view=log">51.40.4</a> and <a href="http://alembik.cvs.sourceforge.net/viewvc/alembik/alembik-core/src/org/alembik/processing/ffmpeg_codec_51_48_0.properties?view=log">51.48.0</a> to be supported. I think that in the future it will be possible to have an external &#8220;.properties&#8221; file, so I hope that it will not be necessary to compile ffmpeg by hand, every time. </p>
<p>I&#8217;ve used this references:<br />
<a href="http://sourceforge.net/mailarchive/message.php?msg_name=48A176CC.8080300%40kimiasol.com">http://sourceforge.net/mailarchive/message.php?msg_name=48A176CC.8080300%40kimiasol.com</a> (here i&#8217;ve found the rpm of a ffmpeg with libavcodec version 51.40.4 to download)<br />
<a href="http://juliensimon.blogspot.com/2008/12/howto-compiling-ffmpeg-x264-mp3-xvid.html">http://juliensimon.blogspot.com/2008/12/howto-compiling-ffmpeg-x264-mp3-xvid.html</a> (this post teach how to install libamr from mediubuntu repository)</p>
<p>install both amr, you can install also from mediubuntu repo.</p>
<pre>
wget http://ftp.penguin.cz/pub/users/utx/amr/amrnb-6.1.0.4.tar.bz2
wget http://ftp.penguin.cz/pub/users/utx/amr/amrwb-7.0.0.1.tar.bz2
# apt-get install g++ nasm zlib1g-dev libx264-dev libfaad-dev faad liba52-0.7.4-dev libgsm1-dev libmp3lame-dev \
libtheora-dev libvorbis-dev libxvidcore4-dev libfaac-dev libimlib2-dev libfreetype6-dev</pre>
<p>Use an aplication to convert the rpm to tar and decompress it (with alien or something else):</p>
<pre># wget http://dag.wieers.com/rpm/packages/ffmpeg/ffmpeg-0.4.9-0.9.20070530.rf.src.rpm

# ./configure --enable-libmp3lame --enable-libogg --enable-libvorbis --enable-libamr-nb --enable-libfaad --enable-libfaac \
--enable-libgsm --enable-xvid --enable-x264 --enable-liba52 --enable-liba52bin --enable-pp --enable-shared --enable-pthreads \
--enable-libtheora --enable-gpl --disable-strip --enable-libfaadbin --prefix=/usr/local --enable-swscaler --enable-libamr-wb
</pre>
<p>Install it as a package or with &#8220;make &amp;&amp; make install&#8221; and settup alembik with &#8220;ffmpeg.version=51.40.4&#8243;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mufumbo.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mufumbo.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mufumbo.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mufumbo.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mufumbo.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mufumbo.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mufumbo.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mufumbo.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mufumbo.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mufumbo.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mufumbo.wordpress.com&blog=3694990&post=14&subd=mufumbo&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mufumbo.wordpress.com/2009/05/07/install-ffmpeg-for-alembik-transcoding-server-with-51_40_4-on-ubuntu-oma-sti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/969c3fad95d15a3394b981b60240900c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mufumbo</media:title>
		</media:content>
	</item>
	</channel>
</rss>