<?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: Compiling WebM into FFMpeg for Windows</title>
	<atom:link href="http://www.ioncannon.net/meta/1128/compiling-webm-ffmpeg-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ioncannon.net/meta/1128/compiling-webm-ffmpeg-windows/</link>
	<description>Thoughts on Software Development and Engineering</description>
	<lastBuildDate>Thu, 05 Jan 2012 16:35:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Snaky</title>
		<link>http://www.ioncannon.net/meta/1128/compiling-webm-ffmpeg-windows/comment-page-1/#comment-172091</link>
		<dc:creator>Snaky</dc:creator>
		<pubDate>Thu, 17 Jun 2010 13:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=1128#comment-172091</guid>
		<description>hi, sorry, but the video demo page does not play at all. I tried with opera labs 10.54, newest chrome and firefox - no video play. at least opera does try to play the video, but it shows only a small stripe in the middle of the player.</description>
		<content:encoded><![CDATA[<p>hi, sorry, but the video demo page does not play at all. I tried with opera labs 10.54, newest chrome and firefox &#8211; no video play. at least opera does try to play the video, but it shows only a small stripe in the middle of the player.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Brown</title>
		<link>http://www.ioncannon.net/meta/1128/compiling-webm-ffmpeg-windows/comment-page-1/#comment-171456</link>
		<dc:creator>Dave Brown</dc:creator>
		<pubDate>Mon, 07 Jun 2010 05:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=1128#comment-171456</guid>
		<description>@matthew, I&#039;m getting the same error, but more importantly (I think) a few lines up I see &quot;ERROR: libvpx_vp8 not found&quot;. That &quot;ls -l *.exe&quot; appears to just be a convenience to show you what was made -- in our case, nothing.

Above this, I&#039;m seeing a couple possibly-relevant errors:
&lt;code&gt;
    [CC] vp8/vp8_cx_iface.c.o
vp8/vp8_cx_iface.c:106:1: warning: &quot;ERROR&quot; redefined
In file included from /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/include/windows.h:52,
                 from /home/dave/ffmpeg/win32-webm/src/libvpx/vp8/common/threading.h:22,
                 from /home/dave/ffmpeg/win32-webm/src/libvpx/vp8/encoder/onyx_int.h:27,
                 from vp8/vp8_cx_iface.c:15:
/usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/include/wingdi.h:313:1: warning: this is the location of the previous definition
&lt;/code&gt;[....]&lt;code&gt;
cp: cannot stat `vp8/*.h&#039;: No such file or directory
cp: cannot stat `vpx_codec/*.h&#039;: No such file or directory
&lt;/code&gt;

Also, note that this line in the script, &lt;code&gt;export PKG_CONFIG_PATH=&quot;$HOME/ffmpeg/win32-webm/lib/pkgconfig/&quot;&lt;/code&gt; references your home directory root-relative, so I believe you *must* run the script from there because various directories are created relative to where the script resides. I initially ran it from the Desktop where Firefox dropped it for me.

I recently upgraded my VirtualBox Ubuntu install to 10.04, so Carson&#039;s response that the Ubuntu version might need to be exact could very well be the thing, but maybe the other errors I saw will give someone a clue. 

But it looks like patch-free solutions are starting to arrive anyway. Do appreciate the early effort here, even though I couldn&#039;t get it to work :-)</description>
		<content:encoded><![CDATA[<p>@matthew, I&#039;m getting the same error, but more importantly (I think) a few lines up I see &#034;ERROR: libvpx_vp8 not found&#034;. That &#034;ls -l *.exe&#034; appears to just be a convenience to show you what was made &#8212; in our case, nothing.</p>
<p>Above this, I&#039;m seeing a couple possibly-relevant errors:</p>
<div class="codesnip-container" >[CC] vp8/vp8_cx_iface.c.o<br />
vp8/vp8_cx_iface.c:106:1: warning: &#034;ERROR&#034; redefined<br />
In file included from /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/include/windows.h:52,<br />
                 from /home/dave/ffmpeg/win32-webm/src/libvpx/vp8/common/threading.h:22,<br />
                 from /home/dave/ffmpeg/win32-webm/src/libvpx/vp8/encoder/onyx_int.h:27,<br />
                 from vp8/vp8_cx_iface.c:15:<br />
/usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/include/wingdi.h:313:1: warning: this is the location of the previous definition</div>
<p>[....]
<div class="codesnip-container" >cp: cannot stat `vp8/*.h&#039;: No such file or directory<br />
cp: cannot stat `vpx_codec/*.h&#039;: No such file or directory</div>
<p>Also, note that this line in the script,
<div class="codesnip-container" >export PKG_CONFIG_PATH=&#034;$HOME/ffmpeg/win32-webm/lib/pkgconfig/&#034;</div>
<p> references your home directory root-relative, so I believe you *must* run the script from there because various directories are created relative to where the script resides. I initially ran it from the Desktop where Firefox dropped it for me.</p>
<p>I recently upgraded my VirtualBox Ubuntu install to 10.04, so Carson&#039;s response that the Ubuntu version might need to be exact could very well be the thing, but maybe the other errors I saw will give someone a clue. </p>
<p>But it looks like patch-free solutions are starting to arrive anyway. Do appreciate the early effort here, even though I couldn&#039;t get it to work :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo</title>
		<link>http://www.ioncannon.net/meta/1128/compiling-webm-ffmpeg-windows/comment-page-1/#comment-171152</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Wed, 02 Jun 2010 15:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=1128#comment-171152</guid>
		<description>Hi Carson, altough not familiar with virtualbox i&#039;ll give it a try. lets us know when you change the script to include libvorbis

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Carson, altough not familiar with virtualbox i&#039;ll give it a try. lets us know when you change the script to include libvorbis</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carson</title>
		<link>http://www.ioncannon.net/meta/1128/compiling-webm-ffmpeg-windows/comment-page-1/#comment-170926</link>
		<dc:creator>carson</dc:creator>
		<pubDate>Sat, 29 May 2010 03:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=1128#comment-170926</guid>
		<description>@Ricardo The steps are pretty easy to follow and even on windows it would probably take an hour or so to install Virtualbox and end with an exe. I&#039;ll look at integrating in libvorbis into the example.</description>
		<content:encoded><![CDATA[<p>@Ricardo The steps are pretty easy to follow and even on windows it would probably take an hour or so to install Virtualbox and end with an exe. I&#039;ll look at integrating in libvorbis into the example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carson</title>
		<link>http://www.ioncannon.net/meta/1128/compiling-webm-ffmpeg-windows/comment-page-1/#comment-170925</link>
		<dc:creator>carson</dc:creator>
		<pubDate>Sat, 29 May 2010 03:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=1128#comment-170925</guid>
		<description>@matthew Make sure you are running the version of Ubuntu listed. I haven&#039;t tried with anything but that would be my guess.</description>
		<content:encoded><![CDATA[<p>@matthew Make sure you are running the version of Ubuntu listed. I haven&#039;t tried with anything but that would be my guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon</title>
		<link>http://www.ioncannon.net/meta/1128/compiling-webm-ffmpeg-windows/comment-page-1/#comment-170854</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Thu, 27 May 2010 17:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=1128#comment-170854</guid>
		<description>libVorbis seems to be missing in the build. The audio generated won&#039;t be of acceptable quality.
Please read: http://xiphmont.livejournal.com/51160.html</description>
		<content:encoded><![CDATA[<p>libVorbis seems to be missing in the build. The audio generated won&#039;t be of acceptable quality.<br />
Please read: <a href="http://xiphmont.livejournal.com/51160.html" rel="nofollow">http://xiphmont.livejournal.com/51160.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo</title>
		<link>http://www.ioncannon.net/meta/1128/compiling-webm-ffmpeg-windows/comment-page-1/#comment-170461</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Sat, 22 May 2010 18:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=1128#comment-170461</guid>
		<description>Hi Carson!

Any chance of providing a windows ffmpeg build with libvorbis instead of the normal vorbis encoder, the audio encoded with vorbis from ffmpeg sounds insanely bad, i researched and it seems that we need to use -ac libvorbis with ffmpeg to use a different vorbis encoder with better quality

Can you help?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Carson!</p>
<p>Any chance of providing a windows ffmpeg build with libvorbis instead of the normal vorbis encoder, the audio encoded with vorbis from ffmpeg sounds insanely bad, i researched and it seems that we need to use -ac libvorbis with ffmpeg to use a different vorbis encoder with better quality</p>
<p>Can you help?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Scheuerman</title>
		<link>http://www.ioncannon.net/meta/1128/compiling-webm-ffmpeg-windows/comment-page-1/#comment-170404</link>
		<dc:creator>Matthew Scheuerman</dc:creator>
		<pubDate>Fri, 21 May 2010 19:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=1128#comment-170404</guid>
		<description>I&#039;ve had some &quot;wierdness&quot; running this script. 

First run, it didn&#039;t download any of the necessary Ubuntu files. 
Then next run downloaded all the necessary files.
Then every run after that it returns  the following at the very end of the script&#039;s run

ls: cannot access *.exe: No such file or directory

This is probably my tenth time using linux and the linux terminal , so I might be doing something wrong.

Do you have any idea what&#039;s going on?

I&#039;m going to download the binaries you linked to but I thought it might be nice to learn to do it myself.</description>
		<content:encoded><![CDATA[<p>I&#039;ve had some &#034;wierdness&#034; running this script. </p>
<p>First run, it didn&#039;t download any of the necessary Ubuntu files.<br />
Then next run downloaded all the necessary files.<br />
Then every run after that it returns  the following at the very end of the script&#039;s run</p>
<p>ls: cannot access *.exe: No such file or directory</p>
<p>This is probably my tenth time using linux and the linux terminal , so I might be doing something wrong.</p>
<p>Do you have any idea what&#039;s going on?</p>
<p>I&#039;m going to download the binaries you linked to but I thought it might be nice to learn to do it myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo</title>
		<link>http://www.ioncannon.net/meta/1128/compiling-webm-ffmpeg-windows/comment-page-1/#comment-170352</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Thu, 20 May 2010 23:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=1128#comment-170352</guid>
		<description>Hello again.

His ffmpeg build using the command line he gave doesnt produce proper webm videos, unlike the other samples iveseen it only plays the audio.

Mediainfo info reports webm files as webm, the webm output produced by his ffmpeg build is recognized as mkv in mediainfo

Can you suplly a build made by you?

Thanks</description>
		<content:encoded><![CDATA[<p>Hello again.</p>
<p>His ffmpeg build using the command line he gave doesnt produce proper webm videos, unlike the other samples iveseen it only plays the audio.</p>
<p>Mediainfo info reports webm files as webm, the webm output produced by his ffmpeg build is recognized as mkv in mediainfo</p>
<p>Can you suplly a build made by you?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carson</title>
		<link>http://www.ioncannon.net/meta/1128/compiling-webm-ffmpeg-windows/comment-page-1/#comment-170347</link>
		<dc:creator>carson</dc:creator>
		<pubDate>Thu, 20 May 2010 22:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=1128#comment-170347</guid>
		<description>For people looking for pre-compiled binaries I&#039;ve been beat to the punch. You can find them here along with some comments on the command line options: http://micksam7.com/blog/index.php/?p=743</description>
		<content:encoded><![CDATA[<p>For people looking for pre-compiled binaries I&#039;ve been beat to the punch. You can find them here along with some comments on the command line options: <a href="http://micksam7.com/blog/index.php/?p=743" rel="nofollow">http://micksam7.com/blog/index.php/?p=743</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.122 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-01-09 09:58:31 -->

