<?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>Lost within &#187; ffmpeg</title>
	<atom:link href="http://lostwithin.net/tag/ffmpeg/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostwithin.net</link>
	<description>Alaa Abdelhaq Blog</description>
	<lastBuildDate>Mon, 20 Feb 2012 11:14:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ffmpeg</title>
		<link>http://lostwithin.net/ffmpeg/</link>
		<comments>http://lostwithin.net/ffmpeg/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 07:45:29 +0000</pubDate>
		<dc:creator>Alaa Abdelhaq</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://lostwithin.net/?p=19</guid>
		<description><![CDATA[This post will help you to install ffmpeg and compile it with some important codecs. First, get your dependencies: sudo apt-get build-dep ffmpeg sudo apt-get install liblame-dev libfaad2-dev libfaac-dev libxvidcore4-dev liba52-0.7.4 liba52-0.7.4-dev libx264-dev checkinstall build-essential subversion Next, grab the ffmpeg source: svn checkout -r 8998 svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg If you’re feeling adventurous, you can try the [...]]]></description>
			<content:encoded><![CDATA[<p>This post will help you to install ffmpeg and compile it with some important codecs.</p>
<p>First, get your dependencies:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> build-dep <span style="color: #c20cb9; font-weight: bold;">ffmpeg</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> liblame-dev libfaad2-dev 
libfaac-dev libxvidcore4-dev liba52-0.7.4 
liba52-0.7.4-dev libx264-dev checkinstall 
build-essential subversion</pre></div></div>

<p>Next, grab the ffmpeg source:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">svn</span> checkout <span style="color: #660033;">-r</span> <span style="color: #000000;">8998</span> <span style="color: #c20cb9; font-weight: bold;">svn</span>:<span style="color: #000000; font-weight: bold;">//</span>svn.mplayerhq.hu<span style="color: #000000; font-weight: bold;">/</span>ffmpeg<span style="color: #000000; font-weight: bold;">/</span>trunk <span style="color: #c20cb9; font-weight: bold;">ffmpeg</span></pre></div></div>

<p>If you’re feeling adventurous, you can try the very latest code by omitting the <code>-r 8998</code> part of that line. Revision 8998 is the latest at the time of writing, and worked for me.</p>
<p>Now you can configure and build ffmpeg. This takes a little while:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #c20cb9; font-weight: bold;">ffmpeg</span>
.<span style="color: #000000; font-weight: bold;">/</span>configure <span style="color: #660033;">--enable-gpl</span> <span style="color: #660033;">--enable-pp</span> <span style="color: #660033;">--enable-libvorbis</span> 
<span style="color: #660033;">--enable-libogg</span> <span style="color: #660033;">--enable-liba52</span> <span style="color: #660033;">--enable-libdts</span> 
<span style="color: #660033;">--enable-dc1394</span> <span style="color: #660033;">--enable-libgsm</span> <span style="color: #660033;">--disable-debug</span> 
<span style="color: #660033;">--enable-libmp3lame</span> <span style="color: #660033;">--enable-libfaad</span> <span style="color: #660033;">--enable-libfaac</span> 
<span style="color: #660033;">--enable-xvid</span> <span style="color: #660033;">--enable-pthreads</span> <span style="color: #660033;">--enable-x264</span>
<span style="color: #c20cb9; font-weight: bold;">make</span></pre></div></div>

<p>Finally, install it.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">checkinstall</pre></div></div>

<p>gives you the option to edit some parameters: I set the name to <code>ffmpeg</code> and the version to <code>3:0.svn20070511</code></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> checkinstall</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://lostwithin.net/ffmpeg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

