<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>tag:www.local-guru.net,2005:/blog/tag/mplayer</id>
  <link type="text/html" href="http://www.local-guru.net" rel="alternate"/>
  <link type="application/atom+xml" href="http://www.local-guru.net/blog/tag/mplayer.atom" rel="self"/>
  <title>GuruBlog : Articles about mplayer</title>
  <subtitle>local-guru.net</subtitle>
  <updated>2010-01-12T11:33:00+01:00</updated>
  <generator>GuruBlog engine</generator>
  <entry>
    <id>tag:www.local-guru.net,2005:Article/226</id>
    <published>2010-01-12T11:33:00+01:00</published>
    <updated>2010-01-12T11:33:00+01:00</updated>
    <link type="text/html" href="http://www.local-guru.net//blog/2010/1/12/making-a-video-from-single-frames" rel="alternate"/>
    <author>
      <name>Nikolaus Gradwohl</name>
    </author>
    <title type="html">making a video from single frames</title>
    <category term="video" scheme="http://www.local-guru.net/blog/tag/video"/>
    <category term="mplayer" scheme="http://www.local-guru.net/blog/tag/mplayer"/>
    <content type="html">&lt;p&gt;if you have exported a directory full of single frames from a processing sketch or a tool like &lt;a href="http://toonloop.com/"&gt;toonloop&lt;/a&gt;
or gimp you can combine them to a video using mencoder like this.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;mencoder "mf://*.jpg" -mf fps=12 -o output.avi -ovc lavc -lavcopts vcodec=mpeg
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;the mplayer manual has &lt;a href="http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-enc-images.html"&gt;more details&lt;/a&gt; in case you need them&lt;/p&gt;

&lt;p&gt;here is a sample video i made using toonloop and some colored buildingblocks&lt;/p&gt;

&lt;object width="400" height="300"&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=8691969&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1" /&gt;&lt;embed src="http://vimeo.com/moogaloop.swf?clip_id=8691969&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"&gt;&lt;/embed&gt;&lt;/object&gt;


&lt;p&gt;&lt;a href="http://vimeo.com/8691969"&gt;buildingblocks toonloop video&lt;/a&gt; from &lt;a href="http://vimeo.com/user2956553"&gt;Nikolaus Gradwohl&lt;/a&gt; on &lt;a href="http://vimeo.com"&gt;Vimeo&lt;/a&gt;.&lt;/p&gt;

</content>
  </entry>
</feed>

