<?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: Installing FFMPEG and FFMPEG-PHP in Fedora 8 running on Amazon EC2</title>
	<atom:link href="http://blog.ryanparman.com/2008/06/28/installing-ffmpeg-php-fedora-amazon-aws/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ryanparman.com/2008/06/28/installing-ffmpeg-php-fedora-amazon-aws/</link>
	<description>Too much straw, not enough camel</description>
	<lastBuildDate>Fri, 13 Jan 2012 04:33:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Daily Digest for 2009-01-08 &#124; Pedro Trindade</title>
		<link>http://blog.ryanparman.com/2008/06/28/installing-ffmpeg-php-fedora-amazon-aws/comment-page-1/#comment-1352</link>
		<dc:creator>Daily Digest for 2009-01-08 &#124; Pedro Trindade</dc:creator>
		<pubDate>Fri, 09 Jan 2009 08:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanparman.com/?p=1633#comment-1352</guid>
		<description>[...] Ryan Parman - Flailing Wildly - Installing FFMPEG and FFMPEG-PHP in Fedora 8 running on Amazon EC2 [...]</description>
		<content:encoded><![CDATA[<p>[...] Ryan Parman &#8211; Flailing Wildly &#8211; Installing FFMPEG and FFMPEG-PHP in Fedora 8 running on Amazon EC2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Penberthy</title>
		<link>http://blog.ryanparman.com/2008/06/28/installing-ffmpeg-php-fedora-amazon-aws/comment-page-1/#comment-1338</link>
		<dc:creator>Scott Penberthy</dc:creator>
		<pubDate>Sun, 06 Jul 2008 02:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanparman.com/?p=1633#comment-1338</guid>
		<description>I thought you&#039;d get a kick out of the hack I put together this week with ffmpeg on ec2.  Check out http://moviconz.com (its slowly coming together).  ffmpeg in the cloud rocks. :-)</description>
		<content:encoded><![CDATA[<p>I thought you&#8217;d get a kick out of the hack I put together this week with ffmpeg on ec2.  Check out <a href="http://moviconz.com" rel="nofollow">http://moviconz.com</a> (its slowly coming together).  ffmpeg in the cloud rocks. <img src="http://blog.ryanparman.com.s3.amazonaws.com/wp-includes/images/smilies/icon_smile.gif?cda6c1" alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Parman</title>
		<link>http://blog.ryanparman.com/2008/06/28/installing-ffmpeg-php-fedora-amazon-aws/comment-page-1/#comment-1337</link>
		<dc:creator>Ryan Parman</dc:creator>
		<pubDate>Thu, 03 Jul 2008 15:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanparman.com/?p=1633#comment-1337</guid>
		<description>Yeah, you usually have to tweak things a smidge to get them to work on other systems. I have a 64-bit AMD system running FC8 as well, and I had to take a few other minor steps to get this to work. I&#039;m not even a Linux guy — just a very, very persistent Mac user. It took me a few hours to get the raw tutorial together, then a few more weeks of on-and-off tweaking and re-compiling from scratch to get this particular set of instructions.</description>
		<content:encoded><![CDATA[<p>Yeah, you usually have to tweak things a smidge to get them to work on other systems. I have a 64-bit AMD system running FC8 as well, and I had to take a few other minor steps to get this to work. I&#8217;m not even a Linux guy — just a very, very persistent Mac user. It took me a few hours to get the raw tutorial together, then a few more weeks of on-and-off tweaking and re-compiling from scratch to get this particular set of instructions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Penberthy</title>
		<link>http://blog.ryanparman.com/2008/06/28/installing-ffmpeg-php-fedora-amazon-aws/comment-page-1/#comment-1336</link>
		<dc:creator>Scott Penberthy</dc:creator>
		<pubDate>Thu, 03 Jul 2008 13:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanparman.com/?p=1633#comment-1336</guid>
		<description>Thanks for the awesome post.  After several hours, I finally got FFMPEG to build on a standard Fedora Core 4 instance from EC2 by starting with your directions.

This instance was missing a few little things.  First, you need the curses.* library for a number of the front-end debugging tools:

yum install ncurses-devel

When compiling the GSM package, I had to turn off the assembler optimizations as neither ASM nor YASM would allow access to the MMX instruction on this EC2 virtual CPU.  

Finally, I had to remove --libgsm and --libtheoraenc from the final ffmpeg config.  I don&#039;t know if this had anything to do with the C code that replaces the assembly code optimizations, but I suspect it does.</description>
		<content:encoded><![CDATA[<p>Thanks for the awesome post.  After several hours, I finally got FFMPEG to build on a standard Fedora Core 4 instance from EC2 by starting with your directions.</p>
<p>This instance was missing a few little things.  First, you need the curses.* library for a number of the front-end debugging tools:</p>
<p>yum install ncurses-devel</p>
<p>When compiling the GSM package, I had to turn off the assembler optimizations as neither ASM nor YASM would allow access to the MMX instruction on this EC2 virtual CPU.  </p>
<p>Finally, I had to remove &#8211;libgsm and &#8211;libtheoraenc from the final ffmpeg config.  I don&#8217;t know if this had anything to do with the C code that replaces the assembly code optimizations, but I suspect it does.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/8 queries in 0.075 seconds using disk: basic
Object Caching 293/294 objects using disk: basic
Content Delivery Network via Amazon Web Services: S3: blog.ryanparman.com.s3.amazonaws.com

Served from: blog.ryanparman.com @ 2012-02-07 18:30:46 -->
