[yt-users] How do you make movies?

Geoffrey So gsiisg at gmail.com
Tue Sep 18 15:17:58 PDT 2012


This might be similar to ffmpeg, or uses ffmpeg in the background.  I use
the binary from:

http://www.mplayerhq.hu/design7/news.html

encoding script, just run it in the same folder as the images or call the
script at the image location:

~/Movies/mplayer/mencoder mf://*.png -mf w=800:h=600:fps=5:type=png \
-ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell \
-lavcopts vbitrate=15000 -oac copy -o output.mpg

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.

From
G.S.


On Tue, Sep 18, 2012 at 3:07 PM, Nathan Goldbaum <nathan12343 at gmail.com>wrote:

> Hi all,
>
> I'm curious what sort of scripts, tools, and invocations thereof that
> people in the yt community use to stitch frames together into movies.
>
> 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.
>
> 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:
> http://paste.yt-project.org/show/2703/
>
> 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.
>
> Cheers,
>
> Nathan
> _______________________________________________
> yt-users mailing list
> yt-users at lists.spacepope.org
> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-users-spacepope.org/attachments/20120918/b4439361/attachment.htm>


More information about the yt-users mailing list