<?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: HOWTO install and use FFmpeg on Mac OS X Leopard</title>
	<atom:link href="http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/</link>
	<description></description>
	<lastBuildDate>Thu, 18 Mar 2010 19:13:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bertil</title>
		<link>http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/comment-page-2/#comment-6340</link>
		<dc:creator>Bertil</dc:creator>
		<pubDate>Wed, 03 Mar 2010 19:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/#comment-6340</guid>
		<description>Audacity installs a version of ffmpeg. If it works only in Audacity I do not know. (Also on Mac.)</description>
		<content:encoded><![CDATA[<p>Audacity installs a version of ffmpeg. If it works only in Audacity I do not know. (Also on Mac.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hay</title>
		<link>http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/comment-page-2/#comment-6241</link>
		<dc:creator>Hay</dc:creator>
		<pubDate>Tue, 15 Dec 2009 10:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/#comment-6241</guid>
		<description>sudo port uninstall ffmpeg

Not that weird right? ;)</description>
		<content:encoded><![CDATA[<p>sudo port uninstall ffmpeg</p>
<p>Not that weird right? ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Esthon Wood</title>
		<link>http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/comment-page-2/#comment-6240</link>
		<dc:creator>Esthon Wood</dc:creator>
		<pubDate>Tue, 15 Dec 2009 10:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/#comment-6240</guid>
		<description>Hi, how do you uninstall ffmpeg using port? Thanks :)</description>
		<content:encoded><![CDATA[<p>Hi, how do you uninstall ffmpeg using port? Thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Problems with FFMpeg on a DVD? Try Handbrake &#171; The Wheat Field</title>
		<link>http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/comment-page-2/#comment-6064</link>
		<dc:creator>Problems with FFMpeg on a DVD? Try Handbrake &#171; The Wheat Field</dc:creator>
		<pubDate>Tue, 13 Oct 2009 23:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/#comment-6064</guid>
		<description>[...] video from a Panasonic EH65 burned onto a DVD into an audio MP3 file using FFmpeg (Windows &#124; Mac [Alternative: ffmpeg from ffmpegX, but did not work well for me]). The typical ffmpeg -i [...]</description>
		<content:encoded><![CDATA[<p>[...] video from a Panasonic EH65 burned onto a DVD into an audio MP3 file using FFmpeg (Windows | Mac [Alternative: ffmpeg from ffmpegX, but did not work well for me]). The typical ffmpeg -i [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Haines</title>
		<link>http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/comment-page-2/#comment-6061</link>
		<dc:creator>Scott Haines</dc:creator>
		<pubDate>Mon, 12 Oct 2009 19:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/#comment-6061</guid>
		<description>I just installed ffmpeg locally and there are some new updates to the ./configure protocol. based on changes to the libfaad and libfaac

when you go to configure the file, use this command.

./configure --enable-libmp3lame --enable-libfaac --enable-libfaad --enable-gpl --enable-nonfree --enable-shared --disable-mmx

This will enable the gpl license for the ffmpeg install as well as the nonfree license for the faac install, I hope this helps, I now have a great upto date install of ffmpeg running on my Mac. (10-12-09)</description>
		<content:encoded><![CDATA[<p>I just installed ffmpeg locally and there are some new updates to the ./configure protocol. based on changes to the libfaad and libfaac</p>
<p>when you go to configure the file, use this command.</p>
<p>./configure &#8211;enable-libmp3lame &#8211;enable-libfaac &#8211;enable-libfaad &#8211;enable-gpl &#8211;enable-nonfree &#8211;enable-shared &#8211;disable-mmx</p>
<p>This will enable the gpl license for the ffmpeg install as well as the nonfree license for the faac install, I hope this helps, I now have a great upto date install of ffmpeg running on my Mac. (10-12-09)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mito</title>
		<link>http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/comment-page-2/#comment-6028</link>
		<dc:creator>mito</dc:creator>
		<pubDate>Thu, 20 Aug 2009 10:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/#comment-6028</guid>
		<description>For precompiled binaries see:

http://codesnippets.joyent.com/posts/show/2021</description>
		<content:encoded><![CDATA[<p>For precompiled binaries see:</p>
<p><a href="http://codesnippets.joyent.com/posts/show/2021" rel="nofollow">http://codesnippets.joyent.com/posts/show/2021</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The War Room: a paratrooper&#39;s personal thinktank</title>
		<link>http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/comment-page-2/#comment-6023</link>
		<dc:creator>The War Room: a paratrooper&#39;s personal thinktank</dc:creator>
		<pubDate>Mon, 03 Aug 2009 04:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/#comment-6023</guid>
		<description>[...] and use FFmpeg on Mac OS X Leopard » Hay Kranen Filed in video technology, web server technology.   HOWTO install and use FFmpeg on Mac OS X Leopard » Hay Kranen . READ THIS FIRST &#8211; USES MacPorts.     No [...]</description>
		<content:encoded><![CDATA[<p>[...] and use FFmpeg on Mac OS X Leopard » Hay Kranen Filed in video technology, web server technology.   HOWTO install and use FFmpeg on Mac OS X Leopard » Hay Kranen . READ THIS FIRST &#8211; USES MacPorts.     No [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MacPorts - la puissance de l&#8217;open-source sur votre Mac Os X &#124; Réseau social des créateurs de site web</title>
		<link>http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/comment-page-2/#comment-6022</link>
		<dc:creator>MacPorts - la puissance de l&#8217;open-source sur votre Mac Os X &#124; Réseau social des créateurs de site web</dc:creator>
		<pubDate>Mon, 06 Jul 2009 21:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/#comment-6022</guid>
		<description>[...] Source : http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Source : <a href="http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/" rel="nofollow">http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/comment-page-1/#comment-5979</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 04 Mar 2009 18:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/#comment-5979</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gijs</title>
		<link>http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/comment-page-1/#comment-5972</link>
		<dc:creator>Gijs</dc:creator>
		<pubDate>Wed, 04 Mar 2009 09:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.haykranen.nl/2007/11/21/howto-install-and-use-ffmpeg-on-mac-os-x-leopard/#comment-5972</guid>
		<description>Thanks for this excellent write-up..</description>
		<content:encoded><![CDATA[<p>Thanks for this excellent write-up..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
