<?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"
	>
<channel>
	<title>Comments on: Creating video thumbnails using ffmpeg</title>
	<atom:link href="http://blog.prashanthellina.com/2008/03/29/creating-video-thumbnails-using-ffmpeg/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.prashanthellina.com/2008/03/29/creating-video-thumbnails-using-ffmpeg/</link>
	<description>( to ) ? be : ! be;</description>
	<pubDate>Sat, 11 Oct 2008 21:36:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: sagar</title>
		<link>http://blog.prashanthellina.com/2008/03/29/creating-video-thumbnails-using-ffmpeg/#comment-4780</link>
		<dc:creator>sagar</dc:creator>
		<pubDate>Fri, 18 Jul 2008 04:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/29/creating-video-thumbnails-using-ffmpeg/#comment-4780</guid>
		<description>Thanks Prashanth Ellina...</description>
		<content:encoded><![CDATA[<p>Thanks Prashanth Ellina&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prashanthellina</title>
		<link>http://blog.prashanthellina.com/2008/03/29/creating-video-thumbnails-using-ffmpeg/#comment-4763</link>
		<dc:creator>prashanthellina</dc:creator>
		<pubDate>Thu, 17 Jul 2008 15:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/29/creating-video-thumbnails-using-ffmpeg/#comment-4763</guid>
		<description>Sagar, I have not tried it, but I think ffmpeg can be compiled for windows.</description>
		<content:encoded><![CDATA[<p>Sagar, I have not tried it, but I think ffmpeg can be compiled for windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sagar</title>
		<link>http://blog.prashanthellina.com/2008/03/29/creating-video-thumbnails-using-ffmpeg/#comment-4754</link>
		<dc:creator>sagar</dc:creator>
		<pubDate>Thu, 17 Jul 2008 05:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/29/creating-video-thumbnails-using-ffmpeg/#comment-4754</guid>
		<description>Hi, is there any possibility to create thumbnails in windows environment</description>
		<content:encoded><![CDATA[<p>Hi, is there any possibility to create thumbnails in windows environment</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prashanthellina</title>
		<link>http://blog.prashanthellina.com/2008/03/29/creating-video-thumbnails-using-ffmpeg/#comment-4235</link>
		<dc:creator>prashanthellina</dc:creator>
		<pubDate>Sun, 01 Jun 2008 17:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/29/creating-video-thumbnails-using-ffmpeg/#comment-4235</guid>
		<description>Thanks for the info, Mike.</description>
		<content:encoded><![CDATA[<p>Thanks for the info, Mike.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://blog.prashanthellina.com/2008/03/29/creating-video-thumbnails-using-ffmpeg/#comment-4107</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Tue, 20 May 2008 18:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/29/creating-video-thumbnails-using-ffmpeg/#comment-4107</guid>
		<description>Using "-ss" rather than "-itsoffset" is considerably faster.  e.g. ffmpeg  -ss 12  -i test.avi -vcodec mjpeg -vframes 1 -an -f rawvideo -s 320x240 test.jpg</description>
		<content:encoded><![CDATA[<p>Using &#8220;-ss&#8221; rather than &#8220;-itsoffset&#8221; is considerably faster.  e.g. ffmpeg  -ss 12  -i test.avi -vcodec mjpeg -vframes 1 -an -f rawvideo -s 320&#215;240 test.jpg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prashanthellina</title>
		<link>http://blog.prashanthellina.com/2008/03/29/creating-video-thumbnails-using-ffmpeg/#comment-3104</link>
		<dc:creator>prashanthellina</dc:creator>
		<pubDate>Sun, 13 Apr 2008 13:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/29/creating-video-thumbnails-using-ffmpeg/#comment-3104</guid>
		<description>The command you posted here is missing a " at the end. When the command runs, does it throw any errors?</description>
		<content:encoded><![CDATA[<p>The command you posted here is missing a &#8221; at the end. When the command runs, does it throw any errors?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aris</title>
		<link>http://blog.prashanthellina.com/2008/03/29/creating-video-thumbnails-using-ffmpeg/#comment-3060</link>
		<dc:creator>aris</dc:creator>
		<pubDate>Sun, 13 Apr 2008 02:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/29/creating-video-thumbnails-using-ffmpeg/#comment-3060</guid>
		<description>still no effect..
i trying to upload
$filePath = $uploadDir.$fileName;

ffmpeg -i ".$filePath." -y -s 320x240 -ab 32000 -ar 22050 -g 160 -cmp 3 -subcmp 3 -mbd 2 -flags aic+cbp+mv0+mv4+trell ".$convPath

where $filePath is source path where files is already uploaded.
upload is successfull but when ffmpeg start to conversion i got no files at $convPath.but vice versa if i use filename with no spaces instead.</description>
		<content:encoded><![CDATA[<p>still no effect..<br />
i trying to upload<br />
$filePath = $uploadDir.$fileName;</p>
<p>ffmpeg -i &#8220;.$filePath.&#8221; -y -s 320&#215;240 -ab 32000 -ar 22050 -g 160 -cmp 3 -subcmp 3 -mbd 2 -flags aic+cbp+mv0+mv4+trell &#8220;.$convPath</p>
<p>where $filePath is source path where files is already uploaded.<br />
upload is successfull but when ffmpeg start to conversion i got no files at $convPath.but vice versa if i use filename with no spaces instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prashanthellina</title>
		<link>http://blog.prashanthellina.com/2008/03/29/creating-video-thumbnails-using-ffmpeg/#comment-3056</link>
		<dc:creator>prashanthellina</dc:creator>
		<pubDate>Sun, 13 Apr 2008 02:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/29/creating-video-thumbnails-using-ffmpeg/#comment-3056</guid>
		<description>Try enclosing the filename in double quotes like this --&gt; "my video.avi"</description>
		<content:encoded><![CDATA[<p>Try enclosing the filename in double quotes like this &#8211;> &#8220;my video.avi&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aris</title>
		<link>http://blog.prashanthellina.com/2008/03/29/creating-video-thumbnails-using-ffmpeg/#comment-3055</link>
		<dc:creator>aris</dc:creator>
		<pubDate>Sun, 13 Apr 2008 01:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/29/creating-video-thumbnails-using-ffmpeg/#comment-3055</guid>
		<description>how if my filename is with space instead?!
ex: my video.avi

thanks for reply</description>
		<content:encoded><![CDATA[<p>how if my filename is with space instead?!<br />
ex: my video.avi</p>
<p>thanks for reply</p>
]]></content:encoded>
	</item>
</channel>
</rss>
