<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: flv code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Tue, 07 Oct 2008 23:21:12 GMT</pubDate>
    <description>DZone Snippets: flv code</description>
    <item>
      <title>Convert files to avi</title>
      <link>http://snippets.dzone.com/posts/show/5187</link>
      <description>Bash one-liner that converts all *.flvs in the current directory to .avis.&lt;br /&gt;&lt;br /&gt;Note: To convert something else, just change the .flv extension.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;for i in *.flv; do mencoder -ovc lavc -oac mp3lame -o "$i.avi" "$i"; done&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Fri, 29 Feb 2008 12:58:02 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/5187</guid>
      <author>scvalex (Alexandru Scvortov)</author>
    </item>
  </channel>
</rss>
