<?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: ffmpeg with xvid, h264 and libfaac on Ubuntu Intrepid</title>
	<atom:link href="http://www.digitalself.org/2008/10/31/ffmpeg-with-xvid-h264-and-libfaac-on-ubuntu-intrepid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalself.org/2008/10/31/ffmpeg-with-xvid-h264-and-libfaac-on-ubuntu-intrepid/</link>
	<description>Realization of self in a digital world</description>
	<lastBuildDate>Tue, 03 Aug 2010 15:45:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Michael</title>
		<link>http://www.digitalself.org/2008/10/31/ffmpeg-with-xvid-h264-and-libfaac-on-ubuntu-intrepid/comment-page-1/#comment-86</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 25 Jan 2009 17:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalself.org/?p=118#comment-86</guid>
		<description>Dear Bloger,

I just want to thank you for your excelent post.

After the upgrade to Intrepid I could not use ffmpeg to encode xvid anymore.

I tried to compile it from source on my own - but I failed.

Due to your how - to it works like a charm again.

Thanks,

Michael</description>
		<content:encoded><![CDATA[<p>Dear Bloger,</p>
<p>I just want to thank you for your excelent post.</p>
<p>After the upgrade to Intrepid I could not use ffmpeg to encode xvid anymore.</p>
<p>I tried to compile it from source on my own &#8211; but I failed.</p>
<p>Due to your how &#8211; to it works like a charm again.</p>
<p>Thanks,</p>
<p>Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alfmatos</title>
		<link>http://www.digitalself.org/2008/10/31/ffmpeg-with-xvid-h264-and-libfaac-on-ubuntu-intrepid/comment-page-1/#comment-85</link>
		<dc:creator>alfmatos</dc:creator>
		<pubDate>Sat, 22 Nov 2008 11:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalself.org/?p=118#comment-85</guid>
		<description>@ Adam

Hi Adam, it seems you are missing some libx264 dependencies. Can you try:

&lt;pre&gt;apt-get build-dep libx264-59&lt;/pre&gt;

If that package doesn&#039;t exist, look for the available package by searching for it:

&lt;pre&gt;apt-cache search libx264&lt;/pre&gt;

Also, check if you have medibuntu properly enabled, as suggested by the link at the top of the post. The you should to build everything again, and let me know.</description>
		<content:encoded><![CDATA[<p>@ Adam</p>
<p>Hi Adam, it seems you are missing some libx264 dependencies. Can you try:</p>
<pre>apt-get build-dep libx264-59</pre>
<p>If that package doesn&#8217;t exist, look for the available package by searching for it:</p>
<pre>apt-cache search libx264</pre>
<p>Also, check if you have medibuntu properly enabled, as suggested by the link at the top of the post. The you should to build everything again, and let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.digitalself.org/2008/10/31/ffmpeg-with-xvid-h264-and-libfaac-on-ubuntu-intrepid/comment-page-1/#comment-84</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 22 Nov 2008 08:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalself.org/?p=118#comment-84</guid>
		<description>I get an error at the end of the build using your original instructions

dpkg-shlibdeps: failure: no dependency information found for /usr/lib/libx264.so.65 (used by debian/libavcodec51/usr/lib/libavcodec.so.51.50.0).
dh_shlibdeps: command returned error code 512
make: *** [binary-arch] Error 1
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit status 2</description>
		<content:encoded><![CDATA[<p>I get an error at the end of the build using your original instructions</p>
<p>dpkg-shlibdeps: failure: no dependency information found for /usr/lib/libx264.so.65 (used by debian/libavcodec51/usr/lib/libavcodec.so.51.50.0).<br />
dh_shlibdeps: command returned error code 512<br />
make: *** [binary-arch] Error 1<br />
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit status 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alfmatos</title>
		<link>http://www.digitalself.org/2008/10/31/ffmpeg-with-xvid-h264-and-libfaac-on-ubuntu-intrepid/comment-page-1/#comment-83</link>
		<dc:creator>alfmatos</dc:creator>
		<pubDate>Thu, 06 Nov 2008 00:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalself.org/?p=118#comment-83</guid>
		<description>@ Quentin

Thanks for your feedback, its very enlightening, because in fact, you enabled all codecs, both internal and external. My objective was just those required to encode PSP video, aac xvid and x264, for which I think externalcodecs is sufficient, right ?</description>
		<content:encoded><![CDATA[<p>@ Quentin</p>
<p>Thanks for your feedback, its very enlightening, because in fact, you enabled all codecs, both internal and external. My objective was just those required to encode PSP video, aac xvid and x264, for which I think externalcodecs is sufficient, right ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quentin Smith</title>
		<link>http://www.digitalself.org/2008/10/31/ffmpeg-with-xvid-h264-and-libfaac-on-ubuntu-intrepid/comment-page-1/#comment-82</link>
		<dc:creator>Quentin Smith</dc:creator>
		<pubDate>Wed, 05 Nov 2008 07:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalself.org/?p=118#comment-82</guid>
		<description>I&#039;ve actually continued fighting with it; those steps aren&#039;t quite right. After changing the SVN_VERSION line,

DEB_BUILD_OPTIONS=internalencoders,externalcodecs debian/rules get-orig-source
cd ..
mv ffmpeg_3\:0.svn20080206.orig.tar.gz ffmpeg-debian_0.svn20080206.orig.tar.gz
dpkg-source --no-check -x ffmpeg-debian_0.svn20080206-12ubuntu3.dsc
DEB_BUILD_OPTIONS=internalencoders,externalcodecs dpkg-buildpackage -rfakeroot -us -uc

should leave you with a working ffmpeg.

--Quentin</description>
		<content:encoded><![CDATA[<p>I&#8217;ve actually continued fighting with it; those steps aren&#8217;t quite right. After changing the SVN_VERSION line,</p>
<p>DEB_BUILD_OPTIONS=internalencoders,externalcodecs debian/rules get-orig-source<br />
cd ..<br />
mv ffmpeg_3\:0.svn20080206.orig.tar.gz ffmpeg-debian_0.svn20080206.orig.tar.gz<br />
dpkg-source &#8211;no-check -x ffmpeg-debian_0.svn20080206-12ubuntu3.dsc<br />
DEB_BUILD_OPTIONS=internalencoders,externalcodecs dpkg-buildpackage -rfakeroot -us -uc</p>
<p>should leave you with a working ffmpeg.</p>
<p>&#8211;Quentin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quentin Smith</title>
		<link>http://www.digitalself.org/2008/10/31/ffmpeg-with-xvid-h264-and-libfaac-on-ubuntu-intrepid/comment-page-1/#comment-81</link>
		<dc:creator>Quentin Smith</dc:creator>
		<pubDate>Wed, 05 Nov 2008 07:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalself.org/?p=118#comment-81</guid>
		<description>Unfortunately, this isn&#039;t enough to build with all of the codecs. You also need to make another couple patches:

In debian/rules, change

SVN_VERSION := $(shell echo $(SRC_VERSION) &#124; sed -ne &#039;s/^[0-9]\.[a-z]*//p&#039;)

to

SVN_VERSION := $(shell echo $(SRC_VERSION) &#124; sed -ne &#039;s/^[0-9:]*\.[a-z]*//p&#039;)

Then run
DEB_BUILD_OPTIONS=internalcodecs,externalcodecs debian/rules get-orig-source

Then edit config-extra-includes.h  and change all the defines from 0 to 1

Finally, build with

DEB_BUILD_OPTIONS=externalcodecs dpkg-buildpackage -rfakeroot -us -uc

(the same as above)

--Quentin</description>
		<content:encoded><![CDATA[<p>Unfortunately, this isn&#8217;t enough to build with all of the codecs. You also need to make another couple patches:</p>
<p>In debian/rules, change</p>
<p>SVN_VERSION := $(shell echo $(SRC_VERSION) | sed -ne &#8216;s/^[0-9]\.[a-z]*//p&#8217;)</p>
<p>to</p>
<p>SVN_VERSION := $(shell echo $(SRC_VERSION) | sed -ne &#8216;s/^[0-9:]*\.[a-z]*//p&#8217;)</p>
<p>Then run<br />
DEB_BUILD_OPTIONS=internalcodecs,externalcodecs debian/rules get-orig-source</p>
<p>Then edit config-extra-includes.h  and change all the defines from 0 to 1</p>
<p>Finally, build with</p>
<p>DEB_BUILD_OPTIONS=externalcodecs dpkg-buildpackage -rfakeroot -us -uc</p>
<p>(the same as above)</p>
<p>&#8211;Quentin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
