<?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: Video Comments Movable Type Plugin</title>
	<atom:link href="http://hellyeahbitch.com/2006/09/11/940/feed/" rel="self" type="application/rss+xml" />
	<link>http://hellyeahbitch.com/2006/09/11/940/</link>
	<description>Blog Boosh!</description>
	<lastBuildDate>Sat, 11 Feb 2012 23:11:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Mike Flynn</title>
		<link>http://hellyeahbitch.com/2006/09/11/940/comment-page-1/#comment-697</link>
		<dc:creator>Mike Flynn</dc:creator>
		<pubDate>Tue, 13 Feb 2007 16:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://testing.hellyeahbitch.com/?p=940#comment-697</guid>
		<description>Thats the #1 problem with this plugin, FFMPEG is a bit of a finicky tart.  In the perl plugin file, I assumed that your server would be configured with ffmepg and that it would be in your path so you can just type &quot;ffmpeg .....&quot; and it would work.  Possibly ffmpeg IS installed on your server, but its not included in your path.  If that is the case, you need to find out where your ffmpeg binary file is located and modify the line
&lt;blockquote&gt;
system(&quot;ffmpeg -i $TMP_DIR/$id -ab 64 -ar 22050 -s 320x240 -b 200 -y -v 1 $FINAL_DIR/$id.flv&quot;);
&lt;/blockquote&gt;
to show where ffmpeg is installed
&lt;blockquote&gt;
system(&quot;/path/to/ffmpeg -i $TMP_DIR/$id -ab 64 -ar 22050 -s 320x240 -b 200 -y -v 1 $FINAL_DIR/$id.flv&quot;);
&lt;/blockquote&gt;
You will also need to do this on the next line where I call ffmpeg again to get the file information.

Let me know if that helps.
</description>
		<content:encoded><![CDATA[<p>Thats the #1 problem with this plugin, FFMPEG is a bit of a finicky tart.  In the perl plugin file, I assumed that your server would be configured with ffmepg and that it would be in your path so you can just type &#8220;ffmpeg &#8230;..&#8221; and it would work.  Possibly ffmpeg IS installed on your server, but its not included in your path.  If that is the case, you need to find out where your ffmpeg binary file is located and modify the line</p>
<blockquote><p>
system(&#8220;ffmpeg -i $TMP_DIR/$id -ab 64 -ar 22050 -s 320&#215;240 -b 200 -y -v 1 $FINAL_DIR/$id.flv&#8221;);
</p></blockquote>
<p>to show where ffmpeg is installed</p>
<blockquote><p>
system(&#8220;/path/to/ffmpeg -i $TMP_DIR/$id -ab 64 -ar 22050 -s 320&#215;240 -b 200 -y -v 1 $FINAL_DIR/$id.flv&#8221;);
</p></blockquote>
<p>You will also need to do this on the next line where I call ffmpeg again to get the file information.</p>
<p>Let me know if that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Flynn</title>
		<link>http://hellyeahbitch.com/2006/09/11/940/comment-page-1/#comment-1613</link>
		<dc:creator>Mike Flynn</dc:creator>
		<pubDate>Tue, 13 Feb 2007 13:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://testing.hellyeahbitch.com/?p=940#comment-1613</guid>
		<description>&lt;blockquote&gt;&lt;br&gt;system(&quot;ffmpeg -i $TMP_DIR/$id -ab 64 -ar 22050 -s 320x240 -b 200 -y -v 1 $FINAL_DIR/$id.flv&quot;);&lt;br&gt;&lt;/blockquote&gt;&lt;br&gt;to show where ffmpeg is installed&lt;br&gt;&lt;blockquote&gt;&lt;br&gt;system(&quot;/path/to/ffmpeg -i $TMP_DIR/$id -ab 64 -ar 22050 -s 320x240 -b 200 -y -v 1 $FINAL_DIR/$id.flv&quot;);&lt;br&gt;&lt;/blockquote&gt;&lt;br&gt;You will also need to do this on the next line where I call ffmpeg again to get the file information.&lt;br&gt;&lt;br&gt;Let me know if that helps.</description>
		<content:encoded><![CDATA[<blockquote><p>system(&#8220;ffmpeg -i $TMP_DIR/$id -ab 64 -ar 22050 -s 320&#215;240 -b 200 -y -v 1 $FINAL_DIR/$id.flv&#8221;);</p></blockquote>
<p>to show where ffmpeg is installed<br />
<blockquote>system(&#8220;/path/to/ffmpeg -i $TMP_DIR/$id -ab 64 -ar 22050 -s 320&#215;240 -b 200 -y -v 1 $FINAL_DIR/$id.flv&#8221;);</p></blockquote>
<p>You will also need to do this on the next line where I call ffmpeg again to get the file information.</p>
<p>Let me know if that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://hellyeahbitch.com/2006/09/11/940/comment-page-1/#comment-696</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Sat, 10 Feb 2007 05:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://testing.hellyeahbitch.com/?p=940#comment-696</guid>
		<description>I&#039;m trying to get this to work on a new vlog I&#039;m setting up for my wife:

&lt;a href=&quot;http://www.edwebproject.org/diaper/&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://www.edwebproject.org/diaper/&quot; rel=&quot;nofollow&quot;&gt;http://www.edwebproject.org/diaper/&lt;/a&gt;&lt;/a&gt;

I think I&#039;ve got everything installed properly, but when I click the post button, nothing happens. Any guesses? I installed the plugin and flash player, and my web server is supposed to have ffmpeg on it somewhere...
</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to get this to work on a new vlog I&#8217;m setting up for my wife:</p>
<p><a href="http://www.edwebproject.org/diaper/" rel="nofollow"></a><a href="http://www.edwebproject.org/diaper/" rel="nofollow">http://www.edwebproject.org/diaper/</a></p>
<p>I think I&#8217;ve got everything installed properly, but when I click the post button, nothing happens. Any guesses? I installed the plugin and flash player, and my web server is supposed to have ffmpeg on it somewhere&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Flynn</title>
		<link>http://hellyeahbitch.com/2006/09/11/940/comment-page-1/#comment-695</link>
		<dc:creator>Mike Flynn</dc:creator>
		<pubDate>Wed, 10 Jan 2007 23:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://testing.hellyeahbitch.com/?p=940#comment-695</guid>
		<description>So how did it work for you Mr. Test?
</description>
		<content:encoded><![CDATA[<p>So how did it work for you Mr. Test?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: test</title>
		<link>http://hellyeahbitch.com/2006/09/11/940/comment-page-1/#comment-694</link>
		<dc:creator>test</dc:creator>
		<pubDate>Wed, 10 Jan 2007 22:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://testing.hellyeahbitch.com/?p=940#comment-694</guid>
		<description>test
</description>
		<content:encoded><![CDATA[<p>test</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Flynn</title>
		<link>http://hellyeahbitch.com/2006/09/11/940/comment-page-1/#comment-1612</link>
		<dc:creator>Mike Flynn</dc:creator>
		<pubDate>Wed, 10 Jan 2007 20:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://testing.hellyeahbitch.com/?p=940#comment-1612</guid>
		<description>So how did it work for you Mr. Test?</description>
		<content:encoded><![CDATA[<p>So how did it work for you Mr. Test?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: test</title>
		<link>http://hellyeahbitch.com/2006/09/11/940/comment-page-1/#comment-1611</link>
		<dc:creator>test</dc:creator>
		<pubDate>Wed, 10 Jan 2007 19:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://testing.hellyeahbitch.com/?p=940#comment-1611</guid>
		<description>test</description>
		<content:encoded><![CDATA[<p>test</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://hellyeahbitch.com/2006/09/11/940/comment-page-1/#comment-693</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 01 Nov 2006 05:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://testing.hellyeahbitch.com/?p=940#comment-693</guid>
		<description>Sorry.  Something must have changed at Dreamhost.  The file is there, but it shows a 404.  You take the .pl extension off the file and what do you know?  ...the 404 goes away.  Odd don&#039;t you think?

Anyway the link is updated, you will just have to add the .pl extension yourself.  I imagine the pilgrims had to do the same thing back in their day.
</description>
		<content:encoded><![CDATA[<p>Sorry.  Something must have changed at Dreamhost.  The file is there, but it shows a 404.  You take the .pl extension off the file and what do you know?  &#8230;the 404 goes away.  Odd don&#8217;t you think?</p>
<p>Anyway the link is updated, you will just have to add the .pl extension yourself.  I imagine the pilgrims had to do the same thing back in their day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://hellyeahbitch.com/2006/09/11/940/comment-page-1/#comment-1610</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 01 Nov 2006 02:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://testing.hellyeahbitch.com/?p=940#comment-1610</guid>
		<description>Sorry.  Something must have changed at Dreamhost.  The file is there, but it shows a 404.  You take the .pl extension off the file and what do you know?  ...the 404 goes away.  Odd don&#039;t you think?&lt;br&gt;&lt;br&gt;Anyway the link is updated, you will just have to add the .pl extension yourself.  I imagine the pilgrims had to do the same thing back in their day.</description>
		<content:encoded><![CDATA[<p>Sorry.  Something must have changed at Dreamhost.  The file is there, but it shows a 404.  You take the .pl extension off the file and what do you know?  &#8230;the 404 goes away.  Odd don&#8217;t you think?</p>
<p>Anyway the link is updated, you will just have to add the .pl extension yourself.  I imagine the pilgrims had to do the same thing back in their day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://hellyeahbitch.com/2006/09/11/940/comment-page-1/#comment-692</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Wed, 01 Nov 2006 01:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://testing.hellyeahbitch.com/?p=940#comment-692</guid>
		<description>I just tried downloading the plugin but I get a file not found error. Has it moved?
</description>
		<content:encoded><![CDATA[<p>I just tried downloading the plugin but I get a file not found error. Has it moved?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

