Home | Rules and Guide | Sign In/Create Account | Write a Post | Reddit | #ludumdare on irc.afternet.org (Info)

Thanks for making Ludum Dare 26 AWESOME! See you in August!

Ludum Dare 26 — April 26-29th, 2013
[ Results: Top 100 Compo, Jam | Top 25 Categories | View My Entry ]
[ View All 2346 Games (Compo Only, Jam Only) | Warmup ]

[ 10 Sec Video Compilation (x3) | 260 Game Video Compilation | IndieCade Deal | Ludum Deals (Unity Deal Ends Soon!) ]


Time-lapse

Posted by (twitter: @cokeandcode)
August 16th, 2011 1:34 am

Anyone got any good recommendations for time lapse software for OSX? I’ll be using the powerbook but I really want to do the whole #LD48 experience properly, posting junk food, recording timelapse, making bad jokes and maybe even producing a game.

5 Responses to “Time-lapse”

  1. joekinley says:

    I do it with a simple command line script and put the screens together with mencoder.
    If this is enough for you, I could post you the details tonight at home. But who am I asking, this is the only indie way of doing it anyways =)

  2. Neilo says:

    I use ScreenNinja. Worked a treat last LD :)

  3. joekinley says:

    So here I am at home.

    For taking Screenshots:
    hile [ 1 ];do vardate=$(date +%d\-%m\-%Y\_%H.%M.%S); screencapture -t png -x $vardate.png; sleep 10; done

    This does make a screenshot properly named every 10 seconds (change the sleep timer for your preference)

    Then for assembling the video:

    ls > files.txt

    mencoder -ovc lavc -mf w=1152:h=864:fps=20:type=png ‘mf://@files.txt’ -vf scale=576:432 -o screenlapse.avi

    This creates an 20 FPS video. Change FPS Time for your preference

    For adding audio to the file lateron:

    mencoder infile.avi -o outfile.avi -ovc copy -oac copy -audiofile audiofile.mp3

    Have fun

Leave a Reply

You must be logged in to post a comment.


All posts, images, and comments are owned by their creators.

[cache: storing page]