<?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 Binary In Windows</title>
	<atom:link href="http://www.moosechips.com/2009/08/installing-ffmpeg-binary-in-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.moosechips.com/2009/08/installing-ffmpeg-binary-in-windows/</link>
	<description>leaving my mark on the internet</description>
	<lastBuildDate>Sun, 01 Jan 2012 16:09:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.moosechips.com/2009/08/installing-ffmpeg-binary-in-windows/comment-page-1/#comment-210</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 30 Mar 2011 17:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.moosechips.com/?p=560#comment-210</guid>
		<description>Here&#039;s instructions for the Windows XP environment variables  http://support.microsoft.com/kb/310519  or Vista/7  http://www.itechtalk.com/thread3595.html

You should already have a PATH environment variable, but probably need to create the HOME one.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s instructions for the Windows XP environment variables  <a href="http://support.microsoft.com/kb/310519" rel="nofollow">http://support.microsoft.com/kb/310519</a>  or Vista/7  <a href="http://www.itechtalk.com/thread3595.html" rel="nofollow">http://www.itechtalk.com/thread3595.html</a></p>
<p>You should already have a PATH environment variable, but probably need to create the HOME one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://www.moosechips.com/2009/08/installing-ffmpeg-binary-in-windows/comment-page-1/#comment-209</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Wed, 30 Mar 2011 16:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.moosechips.com/?p=560#comment-209</guid>
		<description>How do I use ffmpeg to conver the videos for HTML 5 .mp4, .ogg, .webm? This is the command I am trying to use &quot;ffmpeg -i INPUTFILE.mp4 -b 1500k -vcodec libx264 -vpre slow -crf baseline -g 30 -s 640x360 OUTPUTFILE.mp4&quot; but get error &quot;File for preset &#039;slow&#039; not found&quot;. Also how do you setup system’s PATH environment variables and Create a HOME environment variable?</description>
		<content:encoded><![CDATA[<p>How do I use ffmpeg to conver the videos for HTML 5 .mp4, .ogg, .webm? This is the command I am trying to use &#8220;ffmpeg -i INPUTFILE.mp4 -b 1500k -vcodec libx264 -vpre slow -crf baseline -g 30 -s 640&#215;360 OUTPUTFILE.mp4&#8243; but get error &#8220;File for preset &#8216;slow&#8217; not found&#8221;. Also how do you setup system’s PATH environment variables and Create a HOME environment variable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iqbalsingh</title>
		<link>http://www.moosechips.com/2009/08/installing-ffmpeg-binary-in-windows/comment-page-1/#comment-208</link>
		<dc:creator>Iqbalsingh</dc:creator>
		<pubDate>Tue, 29 Mar 2011 08:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.moosechips.com/?p=560#comment-208</guid>
		<description>Really help me!!!

Thanks </description>
		<content:encoded><![CDATA[<p>Really help me!!!</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caio</title>
		<link>http://www.moosechips.com/2009/08/installing-ffmpeg-binary-in-windows/comment-page-1/#comment-85</link>
		<dc:creator>caio</dc:creator>
		<pubDate>Thu, 17 Jun 2010 04:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.moosechips.com/?p=560#comment-85</guid>
		<description>md c:\users\caio\.ffmpeg
set HOME=c:\ffmpeg</description>
		<content:encoded><![CDATA[<p>md c:\users\caio\.ffmpeg<br />
set HOME=c:\ffmpeg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hung</title>
		<link>http://www.moosechips.com/2009/08/installing-ffmpeg-binary-in-windows/comment-page-1/#comment-60</link>
		<dc:creator>hung</dc:creator>
		<pubDate>Sat, 14 Nov 2009 06:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.moosechips.com/?p=560#comment-60</guid>
		<description>Thanks very much. I didn&#039;t know how to create environment variables but now I can do it.</description>
		<content:encoded><![CDATA[<p>Thanks very much. I didn&#8217;t know how to create environment variables but now I can do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gonzo Bumm</title>
		<link>http://www.moosechips.com/2009/08/installing-ffmpeg-binary-in-windows/comment-page-1/#comment-57</link>
		<dc:creator>Gonzo Bumm</dc:creator>
		<pubDate>Sun, 11 Oct 2009 22:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.moosechips.com/?p=560#comment-57</guid>
		<description>THANKS MAN for the HOME hint - that was exactky what I was looking for and could not find - where did you get this? 
One addition that might be important: use -threads 0 to utilize all cores in your processor :)</description>
		<content:encoded><![CDATA[<p>THANKS MAN for the HOME hint &#8211; that was exactky what I was looking for and could not find &#8211; where did you get this?<br />
One addition that might be important: use -threads 0 to utilize all cores in your processor :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

