<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Help my cap my vid!</title>
	<link>http://ask.metafilter.com/48671/Help-my-cap-my-vid/</link>
	<description>Comments on Ask MetaFilter post Help my cap my vid!</description>
	<pubDate>Mon, 16 Oct 2006 03:10:34 -0800</pubDate>
	<lastBuildDate>Mon, 16 Oct 2006 03:10:34 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Help my cap my vid!</title>
		<link>http://ask.metafilter.com/48671/Help-my-cap-my-vid</link>	
		<description>What is the easiest (cheapest) way to get a series of stills from a video file? &lt;br /&gt;&lt;br /&gt; Ok, here&apos;s what I want to do:  I have a bunch of video files (AVI, divx encoded mostly, but I&apos;d appreciate a method that could do WMV or MOV too) that I&apos;d like to get a series of jpeg still captures from.  Preferably, something like capturing 1 frame every second for the length of the video.  Are there any nice freeware tools out there that will do this?  Preferably something that has a nice simple command-line (like app.exe sourcefile(s) destination -jpeg-quality) or an easy to use drag and drop windows interface.  Oh, yes, and looking for windows apps only as well.&lt;br&gt;
&lt;br&gt;
Freeware isn&apos;t an absolute requirement, I&apos;m sure I could get my hands on something that&apos;s not freeware, but I&apos;d like to do this on the cheap if I can, as it&apos;s really just for messing around.&lt;br&gt;
&lt;br&gt;
I swear I saw a similar question to this somewhere on the net before, and I could&apos;ve sworn it was AskMe, but my search-fu has yielded no results, so sorry if I&apos;m duping someone else&apos;s question. :)</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.48671</guid>
		<pubDate>Mon, 16 Oct 2006 01:40:06 -0800</pubDate>
		<dc:creator>antifuse</dc:creator>
		
			<category>video</category>
		
			<category>stills</category>
		
			<category>capture</category>
		
			<category>software</category>
		
			<category>windows</category>
		
	</item> <item>
		<title>By: rpn</title>
		<link>http://ask.metafilter.com/48671/Help-my-cap-my-vid#740447</link>	
		<description>&lt;a href=&quot;http://ffmpeg.mplayerhq.hu&quot;&gt;ffmpeg&lt;/a&gt; can do this from the command line, e.g. this command will create one jpeg file for every second of the input video:&lt;br&gt;
&lt;pre&gt;&lt;br&gt;
ffmpeg -i video.wmv -r 1 -an -f image2 out%d.jpg&lt;br&gt;
&lt;/pre&gt;&lt;br&gt;
You can download a &lt;a href=&quot;http://arrozcru.no-ip.org/ffmpeg_builds/&quot;&gt;windows binary here&lt;/a&gt;. It can handle most of the common video formats. There&apos;s lots of options to control output size, quality etc.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.48671-740447</guid>
		<pubDate>Mon, 16 Oct 2006 03:10:34 -0800</pubDate>
		<dc:creator>rpn</dc:creator>
	</item><item>
		<title>By: antifuse</title>
		<link>http://ask.metafilter.com/48671/Help-my-cap-my-vid#740454</link>	
		<description>ffmpeg!  That&apos;s exactly what I remember seeing previously...  And yet even when I do a search for ffmpeg on AskMe, I can&apos;t find a similar thread to mine.  Weird!  Any way, thanks!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.48671-740454</guid>
		<pubDate>Mon, 16 Oct 2006 03:29:46 -0800</pubDate>
		<dc:creator>antifuse</dc:creator>
	</item><item>
		<title>By: lhauser</title>
		<link>http://ask.metafilter.com/48671/Help-my-cap-my-vid#740528</link>	
		<description>Quicktime will certainly do something like this with MOV files, though you may have to have the premium version. File--&amp;gt;Export and choose Image Sequence. Not sure if you can choose to put out just one frame per second of film, though.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.48671-740528</guid>
		<pubDate>Mon, 16 Oct 2006 06:23:38 -0800</pubDate>
		<dc:creator>lhauser</dc:creator>
	</item><item>
		<title>By: sjuhawk31</title>
		<link>http://ask.metafilter.com/48671/Help-my-cap-my-vid#740531</link>	
		<description>You can also use VLC, which has a &quot;snapshot&quot; option.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.48671-740531</guid>
		<pubDate>Mon, 16 Oct 2006 06:29:09 -0800</pubDate>
		<dc:creator>sjuhawk31</dc:creator>
	</item><item>
		<title>By: antifuse</title>
		<link>http://ask.metafilter.com/48671/Help-my-cap-my-vid#740721</link>	
		<description>I was under the impression that VLC&apos;s &quot;snapshot&quot; just took the currently playing frame and saved it to a file?  That&apos;s not really what I wanted... although I&apos;ll look at Quicktime&apos;s image sequence as well.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.48671-740721</guid>
		<pubDate>Mon, 16 Oct 2006 09:17:22 -0800</pubDate>
		<dc:creator>antifuse</dc:creator>
	</item>
	</channel>
</rss>
