<?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: ffmpeg &#8211; capture screenshot from a video file</title>
	<atom:link href="http://www.fengcool.com/2008/12/ffmpeg-capture-screenshot-from-a-video-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fengcool.com/2008/12/ffmpeg-capture-screenshot-from-a-video-file/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 31 Jul 2010 14:25:08 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dan</title>
		<link>http://www.fengcool.com/2008/12/ffmpeg-capture-screenshot-from-a-video-file/comment-page-1/#comment-5813</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Wed, 21 Apr 2010 07:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.fengcool.com/?p=64#comment-5813</guid>
		<description>I&#039;m using this, and is way more efficient:
ffmpeg -ss 00:20:00 -vframes 1 -i file.avi -y -f image2 out.png

I think the ss needs to go before the input so it does a fast skip.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using this, and is way more efficient:<br />
ffmpeg -ss 00:20:00 -vframes 1 -i file.avi -y -f image2 out.png</p>
<p>I think the ss needs to go before the input so it does a fast skip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tombe</title>
		<link>http://www.fengcool.com/2008/12/ffmpeg-capture-screenshot-from-a-video-file/comment-page-1/#comment-5291</link>
		<dc:creator>Tombe</dc:creator>
		<pubDate>Sun, 24 Jan 2010 15:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.fengcool.com/?p=64#comment-5291</guid>
		<description>Hello,

Your code does the trick.  Thanks.  Does ffmpeg allows the user to take a snapshot of a movie directly by accessing a DVD disc or a video_ts folder in a similar way?  If yes, how, please?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Your code does the trick.  Thanks.  Does ffmpeg allows the user to take a snapshot of a movie directly by accessing a DVD disc or a video_ts folder in a similar way?  If yes, how, please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rick</title>
		<link>http://www.fengcool.com/2008/12/ffmpeg-capture-screenshot-from-a-video-file/comment-page-1/#comment-5001</link>
		<dc:creator>rick</dc:creator>
		<pubDate>Thu, 17 Dec 2009 21:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.fengcool.com/?p=64#comment-5001</guid>
		<description>Hi Snowcore,

&quot;-sameq&quot; means use the same quality of the source video. 

I read the long &quot;man ffmpeg&quot;, I couldn&#039;t find where to adjust the quality other than just &quot;-sameq&quot;</description>
		<content:encoded><![CDATA[<p>Hi Snowcore,</p>
<p>&#8220;-sameq&#8221; means use the same quality of the source video. </p>
<p>I read the long &#8220;man ffmpeg&#8221;, I couldn&#8217;t find where to adjust the quality other than just &#8220;-sameq&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snowcore</title>
		<link>http://www.fengcool.com/2008/12/ffmpeg-capture-screenshot-from-a-video-file/comment-page-1/#comment-4961</link>
		<dc:creator>Snowcore</dc:creator>
		<pubDate>Fri, 11 Dec 2009 11:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.fengcool.com/?p=64#comment-4961</guid>
		<description>Wow, thanks!
How can I control the quality of the screenshot image?</description>
		<content:encoded><![CDATA[<p>Wow, thanks!<br />
How can I control the quality of the screenshot image?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.fengcool.com/2008/12/ffmpeg-capture-screenshot-from-a-video-file/comment-page-1/#comment-2340</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 10 Jun 2009 16:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.fengcool.com/?p=64#comment-2340</guid>
		<description>Big ups, this has helped me!</description>
		<content:encoded><![CDATA[<p>Big ups, this has helped me!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
