<?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: VP8 And FFmpeg</title>
	<atom:link href="http://multimedia.cx/eggs/vp8-and-ffmpeg/feed/" rel="self" type="application/rss+xml" />
	<link>http://multimedia.cx/eggs/vp8-and-ffmpeg/</link>
	<description>Topics On Multimedia Technology and Reverse Engineering</description>
	<lastBuildDate>Sun, 06 May 2012 18:52:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Hanspeter</title>
		<link>http://multimedia.cx/eggs/vp8-and-ffmpeg/comment-page-1/#comment-152047</link>
		<dc:creator>Hanspeter</dc:creator>
		<pubDate>Tue, 01 Jun 2010 16:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/?p=2489#comment-152047</guid>
		<description>Doug: your issue is that libvpx-0.9.0 has the headers in $PREFIX/include, but ffmpeg-svn looks for them in $PREFIX/vpx/.  So update to libvpx-git.  But now ffmpeg has the issue that Hellfred has stated in comment #9.</description>
		<content:encoded><![CDATA[<p>Doug: your issue is that libvpx-0.9.0 has the headers in $PREFIX/include, but ffmpeg-svn looks for them in $PREFIX/vpx/.  So update to libvpx-git.  But now ffmpeg has the issue that Hellfred has stated in comment #9.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hellfred</title>
		<link>http://multimedia.cx/eggs/vp8-and-ffmpeg/comment-page-1/#comment-152042</link>
		<dc:creator>Hellfred</dc:creator>
		<pubDate>Sun, 30 May 2010 16:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/?p=2489#comment-152042</guid>
		<description>doug:
Maybe you have to configure FFmpeg with  &lt;code&gt;--enable-nonfree to get latest libvpx to work with FFmpeg:
http://git.ffmpeg.org/?p=ffmpeg;a=commitdiff;h=b706fceb7a10538abf1e74c27c5584d634bfdb04&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>doug:<br />
Maybe you have to configure FFmpeg with  <code>--enable-nonfree to get latest libvpx to work with FFmpeg:<br />
<a href="http://git.ffmpeg.org/?p=ffmpeg;a=commitdiff;h=b706fceb7a10538abf1e74c27c5584d634bfdb04" rel="nofollow">http://git.ffmpeg.org/?p=ffmpeg;a=commitdiff;h=b706fceb7a10538abf1e74c27c5584d634bfdb04</a></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doug</title>
		<link>http://multimedia.cx/eggs/vp8-and-ffmpeg/comment-page-1/#comment-152018</link>
		<dc:creator>doug</dc:creator>
		<pubDate>Wed, 26 May 2010 21:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/?p=2489#comment-152018</guid>
		<description>It seems as if ffmpeg is hardcoded to reject encoding now. Adding the lines to configure to have encoding work break it with vpx_encoder.h and friends automatically cause it to fail, even if libraries are there...</description>
		<content:encoded><![CDATA[<p>It seems as if ffmpeg is hardcoded to reject encoding now. Adding the lines to configure to have encoding work break it with vpx_encoder.h and friends automatically cause it to fail, even if libraries are there&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://multimedia.cx/eggs/vp8-and-ffmpeg/comment-page-1/#comment-152008</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 24 May 2010 19:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/?p=2489#comment-152008</guid>
		<description>Thanks for the info Mike. Until ffmpeg does roll their own vp8 though, I&#039;d like to get it into my ffmpeg binaries, so I don&#039;t want to install libvpx.

I presume my steps are:
make the ffmpeg encoder/decoder find the vpx includes, 
link in the libvpx static library?

Do you know of a standard ffmpeg build method to do that, or should I patch the makefiles?

Bruce</description>
		<content:encoded><![CDATA[<p>Thanks for the info Mike. Until ffmpeg does roll their own vp8 though, I&#8217;d like to get it into my ffmpeg binaries, so I don&#8217;t want to install libvpx.</p>
<p>I presume my steps are:<br />
make the ffmpeg encoder/decoder find the vpx includes,<br />
link in the libvpx static library?</p>
<p>Do you know of a standard ffmpeg build method to do that, or should I patch the makefiles?</p>
<p>Bruce</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conan Kudo (ニール・ゴンパ)</title>
		<link>http://multimedia.cx/eggs/vp8-and-ffmpeg/comment-page-1/#comment-151999</link>
		<dc:creator>Conan Kudo (ニール・ゴンパ)</dc:creator>
		<pubDate>Sun, 23 May 2010 08:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/?p=2489#comment-151999</guid>
		<description>Well.... I&#039;ve got the insane order to add a CMake buildsystem for libvpx... Only that I can&#039;t understand what the hell the current buildsystem DOES!!!! I barely understand autotools (probably about as much as anyone else), but at least I can figure out how to make a CMake script from an autotools one.

But this? This is a mess.... Is there anybody that knows WHAT the buildsystem is supposed to do?</description>
		<content:encoded><![CDATA[<p>Well&#8230;. I&#8217;ve got the insane order to add a CMake buildsystem for libvpx&#8230; Only that I can&#8217;t understand what the hell the current buildsystem DOES!!!! I barely understand autotools (probably about as much as anyone else), but at least I can figure out how to make a CMake script from an autotools one.</p>
<p>But this? This is a mess&#8230;. Is there anybody that knows WHAT the buildsystem is supposed to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mirkus</title>
		<link>http://multimedia.cx/eggs/vp8-and-ffmpeg/comment-page-1/#comment-151995</link>
		<dc:creator>Mirkus</dc:creator>
		<pubDate>Fri, 21 May 2010 18:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/?p=2489#comment-151995</guid>
		<description>Realized his mistake.
cd ~/libvpx
./configure --target=x86-linux-gcc
make
make install
Folder vpx-vp8-nodocs-x86-linux-v0.9.0 generated 
a thank you for the article and help.</description>
		<content:encoded><![CDATA[<p>Realized his mistake.<br />
cd ~/libvpx<br />
./configure &#8211;target=x86-linux-gcc<br />
make<br />
make install<br />
Folder vpx-vp8-nodocs-x86-linux-v0.9.0 generated<br />
a thank you for the article and help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Multimedia Mike</title>
		<link>http://multimedia.cx/eggs/vp8-and-ffmpeg/comment-page-1/#comment-151994</link>
		<dc:creator>Multimedia Mike</dc:creator>
		<pubDate>Fri, 21 May 2010 18:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/?p=2489#comment-151994</guid>
		<description>@Mirkus: If the &#039;make&#039; step succeeded, then the stuff probably got build somewhere, just in another strangely-named path depending on your OS and CPU architecture. From where you built, &#039;find . -name simple_decoder&#039; and you will find where the binaries are built. Go play with those binaries until we get better at hooking libvpx up to FFmpeg.</description>
		<content:encoded><![CDATA[<p>@Mirkus: If the &#8216;make&#8217; step succeeded, then the stuff probably got build somewhere, just in another strangely-named path depending on your OS and CPU architecture. From where you built, &#8216;find . -name simple_decoder&#8217; and you will find where the binaries are built. Go play with those binaries until we get better at hooking libvpx up to FFmpeg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mirkus</title>
		<link>http://multimedia.cx/eggs/vp8-and-ffmpeg/comment-page-1/#comment-151993</link>
		<dc:creator>Mirkus</dc:creator>
		<pubDate>Fri, 21 May 2010 17:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/?p=2489#comment-151993</guid>
		<description>Hello
I tried to install libvpx, but I can not.
I am not clear what should be done
after I enter. /configure and then make?

vpx-vp8-nopost-nodocs-generic-gnu-v0.9.0 I can not generate.
where the folder is include and lib, the files which must be manually copied to /usr/local/include and /usr/local/lib ?</description>
		<content:encoded><![CDATA[<p>Hello<br />
I tried to install libvpx, but I can not.<br />
I am not clear what should be done<br />
after I enter. /configure and then make?</p>
<p>vpx-vp8-nopost-nodocs-generic-gnu-v0.9.0 I can not generate.<br />
where the folder is include and lib, the files which must be manually copied to /usr/local/include and /usr/local/lib ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Multimedia Mike</title>
		<link>http://multimedia.cx/eggs/vp8-and-ffmpeg/comment-page-1/#comment-151992</link>
		<dc:creator>Multimedia Mike</dc:creator>
		<pubDate>Fri, 21 May 2010 14:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/?p=2489#comment-151992</guid>
		<description>@John: Thanks for the tip. I knew there would be hiccups early in the process and I still think all that Google has managed in this VP8 front is incredible.</description>
		<content:encoded><![CDATA[<p>@John: Thanks for the tip. I knew there would be hiccups early in the process and I still think all that Google has managed in this VP8 front is incredible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Koleszar</title>
		<link>http://multimedia.cx/eggs/vp8-and-ffmpeg/comment-page-1/#comment-151991</link>
		<dc:creator>John Koleszar</dc:creator>
		<pubDate>Fri, 21 May 2010 14:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/?p=2489#comment-151991</guid>
		<description>Mike,

You got bit by the build system not not working as you&#039;d expect. Unexpected behavior is a legit bug, just haven&#039;t had time to polish it up -- was designed with different goals in mind. No autodetect because the cross-compile case was more common than not. Add --target=x86-linux-gcc (or x86_64-...) to get an optimized build, and add --disable-multithread if you don&#039;t want the pthreads dependency.</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>You got bit by the build system not not working as you&#8217;d expect. Unexpected behavior is a legit bug, just haven&#8217;t had time to polish it up &#8212; was designed with different goals in mind. No autodetect because the cross-compile case was more common than not. Add &#8211;target=x86-linux-gcc (or x86_64-&#8230;) to get an optimized build, and add &#8211;disable-multithread if you don&#8217;t want the pthreads dependency.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

