<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/dos/tags/ffmpeg</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 21:14:32 GMT</pubDate>
<item>
<title>(DOS Batch) FFmpeg mts conversion - Acti0nm4n</title>
<link>http://snipplr.com/view/59286/ffmpeg-mts-conversion/</link>
<description><![CDATA[ <p>Useful command for converting MTS to AVI. Also works well for other file types.</p> ]]></description>
<pubDate>Fri, 30 Sep 2011 19:08:59 GMT</pubDate>
<guid>http://snipplr.com/view/59286/ffmpeg-mts-conversion/</guid>
</item>
<item>
<title>(DOS Batch) ffmpeg grab single frame at 30 seconds - laurenceosx</title>
<link>http://snipplr.com/view/17712/ffmpeg-grab-single-frame-at-30-seconds/</link>
<description><![CDATA[ <p>Just tested on my mac and this is what worked to grab a single frame at the 1.0 second mark
ffmpeg -ss 1.0 -i "IMG_0196.MOV" -frames 1 -f image2 "images/theImage_%6d.jpg"</p> ]]></description>
<pubDate>Thu, 30 Jul 2009 21:44:48 GMT</pubDate>
<guid>http://snipplr.com/view/17712/ffmpeg-grab-single-frame-at-30-seconds/</guid>
</item>
</channel>
</rss>