<?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 for Kyle Gilman&#039;s Camera Noise Productions</title>
	<atom:link href="http://www.kylegilman.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kylegilman.net</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 21:14:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Video Embed &amp; Thumbnail Generator WordPress Plugin by Alex</title>
		<link>http://www.kylegilman.net/2011/01/18/video-embed-thumbnail-generator-wordpress-plugin/comment-page-5/#comment-214219</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 22 May 2013 21:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylegilman.net/?p=1590#comment-214219</guid>
		<description><![CDATA[Everything is working perfect! Thank you very much for your time!]]></description>
		<content:encoded><![CDATA[<p>Everything is working perfect! Thank you very much for your time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Embed &amp; Thumbnail Generator WordPress Plugin by Kyle</title>
		<link>http://www.kylegilman.net/2011/01/18/video-embed-thumbnail-generator-wordpress-plugin/comment-page-5/#comment-214218</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Wed, 22 May 2013 21:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylegilman.net/?p=1590#comment-214218</guid>
		<description><![CDATA[Success! I will release a patch pretty soon, but for now if you want to edit the plugin you should be able to get it working by making these changes:

find this line:
&lt;code&gt;$cmd = escapeshellcmd($options[&#039;app_path&#039;].&#039;/&#039;.$options[&#039;video_app&#039;].&#039; -i &#039;.plugin_dir_path(__FILE__).&#039;/flash/skin/images/PlayNormal.png &#039;.$uploads[&#039;path&#039;].&#039;/ffmpeg_exists_test.jpg&#039;);&lt;/code&gt;
and replace it with this:
&lt;code&gt;$cmd = escapeshellcmd($options[&#039;app_path&#039;].&#039;/&#039;.$options[&#039;video_app&#039;].&#039; -i &#039;.plugin_dir_path(__FILE__).&#039;/images/sample-video-h264.mp4 -vframes 1 -f mjpeg &#039;.$uploads[&#039;path&#039;].&#039;/ffmpeg_exists_test.jpg&#039;);&lt;/code&gt;

Then find this line:
&lt;code&gt;$ffmpeg_options = &#039;-y -ss &#039;.$movieoffset.&#039; -i &quot;&#039;.$moviefilepath.&#039;&quot; &#039;.$movie_info[&#039;rotate&#039;].&#039; -qscale 1 -vframes 1 &quot;&#039;.$thumbnailfilename[$i].&#039;&quot;&#039;;&lt;/code&gt;
and replace it with this:
&lt;code&gt;$ffmpeg_options = &#039;-y -ss &#039;.$movieoffset.&#039; -i &quot;&#039;.$moviefilepath.&#039;&quot; &#039;.$movie_info[&#039;rotate&#039;].&#039; -qscale 1 -vframes 1 -f mjpeg &quot;&#039;.$thumbnailfilename[$i].&#039;&quot;&#039;;&lt;/code&gt;

If you want to encode any H.264 videos make sure you turn on the two FFMPEG legacy options in the plugin settings page. They&#039;re designed to help older versions of FFMPEG work.]]></description>
		<content:encoded><![CDATA[<p>Success! I will release a patch pretty soon, but for now if you want to edit the plugin you should be able to get it working by making these changes:</p>
<p>find this line:<br />
<code>$cmd = escapeshellcmd($options['app_path'].'/'.$options['video_app'].' -i '.plugin_dir_path(__FILE__).'/flash/skin/images/PlayNormal.png '.$uploads['path'].'/ffmpeg_exists_test.jpg');</code><br />
and replace it with this:<br />
<code>$cmd = escapeshellcmd($options['app_path'].'/'.$options['video_app'].' -i '.plugin_dir_path(__FILE__).'/images/sample-video-h264.mp4 -vframes 1 -f mjpeg '.$uploads['path'].'/ffmpeg_exists_test.jpg');</code></p>
<p>Then find this line:<br />
<code>$ffmpeg_options = '-y -ss '.$movieoffset.' -i "'.$moviefilepath.'" '.$movie_info['rotate'].' -qscale 1 -vframes 1 "'.$thumbnailfilename[$i].'"';</code><br />
and replace it with this:<br />
<code>$ffmpeg_options = '-y -ss '.$movieoffset.' -i "'.$moviefilepath.'" '.$movie_info['rotate'].' -qscale 1 -vframes 1 -f mjpeg "'.$thumbnailfilename[$i].'"';</code></p>
<p>If you want to encode any H.264 videos make sure you turn on the two FFMPEG legacy options in the plugin settings page. They&#8217;re designed to help older versions of FFMPEG work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Embed &amp; Thumbnail Generator WordPress Plugin by Alex</title>
		<link>http://www.kylegilman.net/2011/01/18/video-embed-thumbnail-generator-wordpress-plugin/comment-page-5/#comment-214217</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 22 May 2013 20:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylegilman.net/?p=1590#comment-214217</guid>
		<description><![CDATA[Lucky me.  Here&#039;s the response:

[petercop@koko /]$ /usr/local/bin/ffmpeg -i /home/petercop/public_html/wp-content/plugins/video-embed-thumbnail-generator/images/sample-video-h264.mp4 -vframes 1 -f mjpeg /home/petercop/public_html/wp-content/uploads/2013/05/ffmpeg_exists_test.jpg
FFmpeg version SVN-r14473, Copyright (c) 2000-2008 Fabrice Bellard, et al.
  configuration: --prefix=/usr/local/cpffmpeg --enable-shared --enable-nonfree --enable-gpl --enable-pthreads --enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --extra-cflags=-I/usr/local/cpffmpeg/include/ --extra-ldflags=-L/usr/local/cpffmpeg/lib --enable-cross-compile
  libavutil version: 49.7.0
  libavcodec version: 51.62.0
  libavformat version: 52.18.0
  libavdevice version: 52.0.0
  built on May 15 2009 18:29:24, gcc: 4.1.2 20080704 (Red Hat 4.1.2-44)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xa03a2d0]negative ctts, ignoring
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xa03a2d0]Could not find codec parameters (Data: tmcd / 0x64636D74)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#039;/home/petercop/public_html/wp-content/plugins/video-embed-thumbnail-generator/images/sample-video-h264.mp4&#039;:
  Duration: 00:00:01.00, start: 0.000000, bitrate: 91 kb/s
    Stream #0.0(eng): Video: h264, yuv420p, 960x540, 23.98 tb(r)
    Stream #0.1(eng): Audio: libfaad, 48000 Hz, stereo
    Stream #0.2(eng): Data: tmcd / 0x64636D74
Output #0, mjpeg, to &#039;/home/petercop/public_html/wp-content/uploads/2013/05/ffmpeg_exists_test.jpg&#039;:
    Stream #0.0(eng): Video: mjpeg, yuvj420p, 960x540, q=2-31, 200 kb/s, 23.98 tb(c)
Stream mapping:
  Stream #0.0 -&gt; #0.0
Press [q] to stop encoding
frame=    1 fps=  0 q=6.2 Lsize=      13kB time=0.04 bitrate=2618.2kbits/s
video:13kB audio:0kB global headers:0kB muxing overhead 0.000000%


Thanks,]]></description>
		<content:encoded><![CDATA[<p>Lucky me.  Here&#8217;s the response:</p>
<p>[petercop@koko /]$ /usr/local/bin/ffmpeg -i /home/petercop/public_html/wp-content/plugins/video-embed-thumbnail-generator/images/sample-video-h264.mp4 -vframes 1 -f mjpeg /home/petercop/public_html/wp-content/uploads/2013/05/ffmpeg_exists_test.jpg<br />
FFmpeg version SVN-r14473, Copyright (c) 2000-2008 Fabrice Bellard, et al.<br />
  configuration: &#8211;prefix=/usr/local/cpffmpeg &#8211;enable-shared &#8211;enable-nonfree &#8211;enable-gpl &#8211;enable-pthreads &#8211;enable-liba52 &#8211;enable-libamr-nb &#8211;enable-libamr-wb &#8211;enable-libfaac &#8211;enable-libfaad &#8211;enable-libmp3lame &#8211;enable-libtheora &#8211;enable-libvorbis &#8211;enable-libx264 &#8211;enable-libxvid &#8211;extra-cflags=-I/usr/local/cpffmpeg/include/ &#8211;extra-ldflags=-L/usr/local/cpffmpeg/lib &#8211;enable-cross-compile<br />
  libavutil version: 49.7.0<br />
  libavcodec version: 51.62.0<br />
  libavformat version: 52.18.0<br />
  libavdevice version: 52.0.0<br />
  built on May 15 2009 18:29:24, gcc: 4.1.2 20080704 (Red Hat 4.1.2-44)<br />
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xa03a2d0]negative ctts, ignoring<br />
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xa03a2d0]Could not find codec parameters (Data: tmcd / 0x64636D74)<br />
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#8216;/home/petercop/public_html/wp-content/plugins/video-embed-thumbnail-generator/images/sample-video-h264.mp4&#8242;:<br />
  Duration: 00:00:01.00, start: 0.000000, bitrate: 91 kb/s<br />
    Stream #0.0(eng): Video: h264, yuv420p, 960&#215;540, 23.98 tb(r)<br />
    Stream #0.1(eng): Audio: libfaad, 48000 Hz, stereo<br />
    Stream #0.2(eng): Data: tmcd / 0x64636D74<br />
Output #0, mjpeg, to &#8216;/home/petercop/public_html/wp-content/uploads/2013/05/ffmpeg_exists_test.jpg&#8217;:<br />
    Stream #0.0(eng): Video: mjpeg, yuvj420p, 960&#215;540, q=2-31, 200 kb/s, 23.98 tb(c)<br />
Stream mapping:<br />
  Stream #0.0 -&gt; #0.0<br />
Press [q] to stop encoding<br />
frame=    1 fps=  0 q=6.2 Lsize=      13kB time=0.04 bitrate=2618.2kbits/s<br />
video:13kB audio:0kB global headers:0kB muxing overhead 0.000000%</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Embed &amp; Thumbnail Generator WordPress Plugin by Kyle</title>
		<link>http://www.kylegilman.net/2011/01/18/video-embed-thumbnail-generator-wordpress-plugin/comment-page-5/#comment-214216</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Wed, 22 May 2013 20:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylegilman.net/?p=1590#comment-214216</guid>
		<description><![CDATA[Apparently you&#039;ve managed to find an incompatible version of FFMPEG. I should be able to fix this though. Let&#039;s try another command. &lt;strong&gt;/usr/local/bin/ffmpeg -i /path/to/wordpress/wp-content/plugins/video-embed-thumbnail-generator/images/sample-video-h264.mp4 -vframes 1 -f mjpeg /path/to/wordpress/wp-content/uploads/2013/05/ffmpeg_exists_test.jpg&lt;/strong&gt;]]></description>
		<content:encoded><![CDATA[<p>Apparently you&#8217;ve managed to find an incompatible version of FFMPEG. I should be able to fix this though. Let&#8217;s try another command. <strong>/usr/local/bin/ffmpeg -i /path/to/wordpress/wp-content/plugins/video-embed-thumbnail-generator/images/sample-video-h264.mp4 -vframes 1 -f mjpeg /path/to/wordpress/wp-content/uploads/2013/05/ffmpeg_exists_test.jpg</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Embed &amp; Thumbnail Generator WordPress Plugin by Alex</title>
		<link>http://www.kylegilman.net/2011/01/18/video-embed-thumbnail-generator-wordpress-plugin/comment-page-5/#comment-214215</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 22 May 2013 20:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylegilman.net/?p=1590#comment-214215</guid>
		<description><![CDATA[Here is the response:

[petercop@koko /]$ /usr/local/bin/ffmpeg -i /home/petercop/public_html/wp-content/plugins/video-embed-thumbnail-generator/images/sample-video-h264.mp4 -vframes 1 /home/petercop/public_html/wp-content/uploads/2013/05/ffmpeg_exists_test.jpg
FFmpeg version SVN-r14473, Copyright (c) 2000-2008 Fabrice Bellard, et al.
  configuration: --prefix=/usr/local/cpffmpeg --enable-shared --enable-nonfree --enable-gpl --enable-pthreads --enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --extra-cflags=-I/usr/local/cpffmpeg/include/ --extra-ldflags=-L/usr/local/cpffmpeg/lib --enable-cross-compile
  libavutil version: 49.7.0
  libavcodec version: 51.62.0
  libavformat version: 52.18.0
  libavdevice version: 52.0.0
  built on May 15 2009 18:29:24, gcc: 4.1.2 20080704 (Red Hat 4.1.2-44)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x935d2d0]negative ctts, ignoring
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x935d2d0]Could not find codec parameters (Data: tmcd / 0x64636D74)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#039;/home/petercop/public_html/wp-content/plugins/video-embed-thumbnail-generator/images/sample-video-h264.mp4&#039;:
  Duration: 00:00:01.00, start: 0.000000, bitrate: 91 kb/s
    Stream #0.0(eng): Video: h264, yuv420p, 960x540, 23.98 tb(r)
    Stream #0.1(eng): Audio: libfaad, 48000 Hz, stereo
    Stream #0.2(eng): Data: tmcd / 0x64636D74
Unable to find a suitable output format for &#039;/home/petercop/public_html/wp-content/uploads/2013/05/ffmpeg_exists_test.jpg&#039;


Thanks again.]]></description>
		<content:encoded><![CDATA[<p>Here is the response:</p>
<p>[petercop@koko /]$ /usr/local/bin/ffmpeg -i /home/petercop/public_html/wp-content/plugins/video-embed-thumbnail-generator/images/sample-video-h264.mp4 -vframes 1 /home/petercop/public_html/wp-content/uploads/2013/05/ffmpeg_exists_test.jpg<br />
FFmpeg version SVN-r14473, Copyright (c) 2000-2008 Fabrice Bellard, et al.<br />
  configuration: &#8211;prefix=/usr/local/cpffmpeg &#8211;enable-shared &#8211;enable-nonfree &#8211;enable-gpl &#8211;enable-pthreads &#8211;enable-liba52 &#8211;enable-libamr-nb &#8211;enable-libamr-wb &#8211;enable-libfaac &#8211;enable-libfaad &#8211;enable-libmp3lame &#8211;enable-libtheora &#8211;enable-libvorbis &#8211;enable-libx264 &#8211;enable-libxvid &#8211;extra-cflags=-I/usr/local/cpffmpeg/include/ &#8211;extra-ldflags=-L/usr/local/cpffmpeg/lib &#8211;enable-cross-compile<br />
  libavutil version: 49.7.0<br />
  libavcodec version: 51.62.0<br />
  libavformat version: 52.18.0<br />
  libavdevice version: 52.0.0<br />
  built on May 15 2009 18:29:24, gcc: 4.1.2 20080704 (Red Hat 4.1.2-44)<br />
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x935d2d0]negative ctts, ignoring<br />
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x935d2d0]Could not find codec parameters (Data: tmcd / 0x64636D74)<br />
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#8216;/home/petercop/public_html/wp-content/plugins/video-embed-thumbnail-generator/images/sample-video-h264.mp4&#8242;:<br />
  Duration: 00:00:01.00, start: 0.000000, bitrate: 91 kb/s<br />
    Stream #0.0(eng): Video: h264, yuv420p, 960&#215;540, 23.98 tb(r)<br />
    Stream #0.1(eng): Audio: libfaad, 48000 Hz, stereo<br />
    Stream #0.2(eng): Data: tmcd / 0x64636D74<br />
Unable to find a suitable output format for &#8216;/home/petercop/public_html/wp-content/uploads/2013/05/ffmpeg_exists_test.jpg&#8217;</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Embed &amp; Thumbnail Generator WordPress Plugin by Kyle</title>
		<link>http://www.kylegilman.net/2011/01/18/video-embed-thumbnail-generator-wordpress-plugin/comment-page-5/#comment-214214</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Wed, 22 May 2013 20:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylegilman.net/?p=1590#comment-214214</guid>
		<description><![CDATA[My mistake. The command should be this &lt;strong&gt;/usr/local/bin/ffmpeg -i /path/to/wordpress/wp-content/plugins/video-embed-thumbnail-generator/images/sample-video-h264.mp4 -vframes 1 /path/to/wordpress/wp-content/uploads/2013/05/ffmpeg_exists_test.jpg&lt;/strong&gt;]]></description>
		<content:encoded><![CDATA[<p>My mistake. The command should be this <strong>/usr/local/bin/ffmpeg -i /path/to/wordpress/wp-content/plugins/video-embed-thumbnail-generator/images/sample-video-h264.mp4 -vframes 1 /path/to/wordpress/wp-content/uploads/2013/05/ffmpeg_exists_test.jpg</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Embed &amp; Thumbnail Generator WordPress Plugin by Alex</title>
		<link>http://www.kylegilman.net/2011/01/18/video-embed-thumbnail-generator-wordpress-plugin/comment-page-5/#comment-214213</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 22 May 2013 20:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylegilman.net/?p=1590#comment-214213</guid>
		<description><![CDATA[Didn&#039;t even see the new command..

Here is the response I got from it:


[petercop@koko /]$ /usr/local/bin/ffmpeg -i /home/petercop/public_html/wp-content/plugins/video-embed-thumbnail-generator/images/sample-video-h264.mp4  /home/petercop/public_html/wp-content/uploads/2013/05/ffmpeg_exists_test.jpg
FFmpeg version SVN-r14473, Copyright (c) 2000-2008 Fabrice Bellard, et al.
  configuration: --prefix=/usr/local/cpffmpeg --enable-shared --enable-nonfree --enable-gpl --enable-pthreads --enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --extra-cflags=-I/usr/local/cpffmpeg/include/ --extra-ldflags=-L/usr/local/cpffmpeg/lib --enable-cross-compile
  libavutil version: 49.7.0
  libavcodec version: 51.62.0
  libavformat version: 52.18.0
  libavdevice version: 52.0.0
  built on May 15 2009 18:29:24, gcc: 4.1.2 20080704 (Red Hat 4.1.2-44)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x88af2d0]negative ctts, ignoring
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x88af2d0]Could not find codec parameters (Data: tmcd / 0x64636D74)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#039;/home/petercop/public_html/wp-content/plugins/video-embed-thumbnail-generator/images/sample-video-h264.mp4&#039;:
  Duration: 00:00:01.00, start: 0.000000, bitrate: 91 kb/s
    Stream #0.0(eng): Video: h264, yuv420p, 960x540, 23.98 tb(r)
    Stream #0.1(eng): Audio: libfaad, 48000 Hz, stereo
    Stream #0.2(eng): Data: tmcd / 0x64636D74
Unable to find a suitable output format for &#039;/home/petercop/public_html/wp-content/uploads/2013/05/ffmpeg_exists_test.jpg&#039;


Thanks.]]></description>
		<content:encoded><![CDATA[<p>Didn&#8217;t even see the new command..</p>
<p>Here is the response I got from it:</p>
<p>[petercop@koko /]$ /usr/local/bin/ffmpeg -i /home/petercop/public_html/wp-content/plugins/video-embed-thumbnail-generator/images/sample-video-h264.mp4  /home/petercop/public_html/wp-content/uploads/2013/05/ffmpeg_exists_test.jpg<br />
FFmpeg version SVN-r14473, Copyright (c) 2000-2008 Fabrice Bellard, et al.<br />
  configuration: &#8211;prefix=/usr/local/cpffmpeg &#8211;enable-shared &#8211;enable-nonfree &#8211;enable-gpl &#8211;enable-pthreads &#8211;enable-liba52 &#8211;enable-libamr-nb &#8211;enable-libamr-wb &#8211;enable-libfaac &#8211;enable-libfaad &#8211;enable-libmp3lame &#8211;enable-libtheora &#8211;enable-libvorbis &#8211;enable-libx264 &#8211;enable-libxvid &#8211;extra-cflags=-I/usr/local/cpffmpeg/include/ &#8211;extra-ldflags=-L/usr/local/cpffmpeg/lib &#8211;enable-cross-compile<br />
  libavutil version: 49.7.0<br />
  libavcodec version: 51.62.0<br />
  libavformat version: 52.18.0<br />
  libavdevice version: 52.0.0<br />
  built on May 15 2009 18:29:24, gcc: 4.1.2 20080704 (Red Hat 4.1.2-44)<br />
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x88af2d0]negative ctts, ignoring<br />
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x88af2d0]Could not find codec parameters (Data: tmcd / 0x64636D74)<br />
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#8216;/home/petercop/public_html/wp-content/plugins/video-embed-thumbnail-generator/images/sample-video-h264.mp4&#8242;:<br />
  Duration: 00:00:01.00, start: 0.000000, bitrate: 91 kb/s<br />
    Stream #0.0(eng): Video: h264, yuv420p, 960&#215;540, 23.98 tb(r)<br />
    Stream #0.1(eng): Audio: libfaad, 48000 Hz, stereo<br />
    Stream #0.2(eng): Data: tmcd / 0x64636D74<br />
Unable to find a suitable output format for &#8216;/home/petercop/public_html/wp-content/uploads/2013/05/ffmpeg_exists_test.jpg&#8217;</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Embed &amp; Thumbnail Generator WordPress Plugin by Kyle</title>
		<link>http://www.kylegilman.net/2011/01/18/video-embed-thumbnail-generator-wordpress-plugin/comment-page-5/#comment-214212</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Wed, 22 May 2013 20:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylegilman.net/?p=1590#comment-214212</guid>
		<description><![CDATA[Yikes. Do not pay for that. Did you try the new command I posted?

The plugin doesn&#039;t find FFMPEG on your server because it looks indirectly. Simply checking that the path /usr/localbin/ffmpeg exists doesn&#039;t work because some servers hide those folders and on Windows everything is different. So in order to &quot;find&quot; FFMPEG the plugin executes a command that I thought would work with any build of FFMPEG. However, it does not work with your build, so it fails the test.]]></description>
		<content:encoded><![CDATA[<p>Yikes. Do not pay for that. Did you try the new command I posted?</p>
<p>The plugin doesn&#8217;t find FFMPEG on your server because it looks indirectly. Simply checking that the path /usr/localbin/ffmpeg exists doesn&#8217;t work because some servers hide those folders and on Windows everything is different. So in order to &#8220;find&#8221; FFMPEG the plugin executes a command that I thought would work with any build of FFMPEG. However, it does not work with your build, so it fails the test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Embed &amp; Thumbnail Generator WordPress Plugin by Alex</title>
		<link>http://www.kylegilman.net/2011/01/18/video-embed-thumbnail-generator-wordpress-plugin/comment-page-5/#comment-214211</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 22 May 2013 19:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylegilman.net/?p=1590#comment-214211</guid>
		<description><![CDATA[The rebuild was an option given by support - a $65 an hour option.  So you&#039;re saying zlib is not required to make the plugin work?

I&#039;m still trying to figure out why the plugin can&#039;t see FFMPEG on my server..

Thanks again.]]></description>
		<content:encoded><![CDATA[<p>The rebuild was an option given by support &#8211; a $65 an hour option.  So you&#8217;re saying zlib is not required to make the plugin work?</p>
<p>I&#8217;m still trying to figure out why the plugin can&#8217;t see FFMPEG on my server..</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Embed &amp; Thumbnail Generator WordPress Plugin by Kyle</title>
		<link>http://www.kylegilman.net/2011/01/18/video-embed-thumbnail-generator-wordpress-plugin/comment-page-5/#comment-214210</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Wed, 22 May 2013 19:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylegilman.net/?p=1590#comment-214210</guid>
		<description><![CDATA[Well, there you go. One more thing I had no idea about. FFMPEG does appear to require zlib to open PNG files. FFMPEG isn&#039;t supposed to require you to turn it on manually though, so that indicates that when FFMPEG was compiled your server didn&#039;t have zlib enabled or because you&#039;re using that ancient version then FFMPEG didn&#039;t include it automatically. Out of curiosity, if you&#039;re able to rebuild FFMPEG, why are you using that 5-year-old version?

I will work on an update to avoid using PNG files in my test, since they aren&#039;t actually required for the rest of the plugin. I just had no idea it was possible to make a version that couldn&#039;t read them.

ETA: Can you try this out on the command line?

&lt;strong&gt;/usr/local/bin/ffmpeg -i /path/to/wordpress/wp-content/plugins/video-embed-thumbnail-generator/images/sample-video-h264.mp4 /path/to/wordpress/wp-content/uploads/2013/05/ffmpeg_exists_test.jpg&lt;/strong&gt;]]></description>
		<content:encoded><![CDATA[<p>Well, there you go. One more thing I had no idea about. FFMPEG does appear to require zlib to open PNG files. FFMPEG isn&#8217;t supposed to require you to turn it on manually though, so that indicates that when FFMPEG was compiled your server didn&#8217;t have zlib enabled or because you&#8217;re using that ancient version then FFMPEG didn&#8217;t include it automatically. Out of curiosity, if you&#8217;re able to rebuild FFMPEG, why are you using that 5-year-old version?</p>
<p>I will work on an update to avoid using PNG files in my test, since they aren&#8217;t actually required for the rest of the plugin. I just had no idea it was possible to make a version that couldn&#8217;t read them.</p>
<p>ETA: Can you try this out on the command line?</p>
<p><strong>/usr/local/bin/ffmpeg -i /path/to/wordpress/wp-content/plugins/video-embed-thumbnail-generator/images/sample-video-h264.mp4 /path/to/wordpress/wp-content/uploads/2013/05/ffmpeg_exists_test.jpg</strong></p>
]]></content:encoded>
	</item>
</channel>
</rss>
