This might be similar to ffmpeg, or uses ffmpeg in the background.  I use the binary from:<div><br></div><div><a href="http://www.mplayerhq.hu/design7/news.html">http://www.mplayerhq.hu/design7/news.html</a></div><div><br>
</div><div>encoding script, just run it in the same folder as the images or call the script at the image location:<br><br><div>~/Movies/mplayer/mencoder mf://*.png -mf w=800:h=600:fps=5:type=png \</div><div>-ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell \</div>
<div>-lavcopts vbitrate=15000 -oac copy -o output.mpg</div><div><br></div><div>You can control the image formats, bit rate to change the size of the output.mpg, and w;h;fps controls the width, height, and frame per sec.  >From playing with different codecs, mpeg4 seems playable by windows machines and my mac OSX 10.7.4 with VLC player installed just fine, I haven't asked a person to try on a linux box.</div>
<div><br></div><div>From</div><div>G.S.</div><br><br><div class="gmail_quote">On Tue, Sep 18, 2012 at 3:07 PM, Nathan Goldbaum <span dir="ltr"><<a href="mailto:nathan12343@gmail.com" target="_blank">nathan12343@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I'm curious what sort of scripts, tools, and invocations thereof that people in the yt community use to stitch frames together into movies.<br>
<br>
It seems like there are a number of solutions to do this.  It would be nice if we could gather some solutions for this process and put them in the documentation or on the website so that future users have a place to start when they're trying to make their first movies.<br>

<br>
For what it's worth, here's a script I just wrote to process a bunch of slices and projections dumped by a timeseries script: <a href="http://paste.yt-project.org/show/2703/" target="_blank">http://paste.yt-project.org/show/2703/</a><br>

<br>
I've had good results with ffmpeg, although it's a pain to install and has an inflexible command line syntax to tell it to stitch together frames for a movie so I would love to hear of other solutions that don't use ffmpeg.<br>

<br>
Cheers,<br>
<br>
Nathan<br>
_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
</blockquote></div><br></div>