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

Ludum Dare 23 — April 20th-23rd, 2012 — 10 Year Anniversary!

Ludum Dare 22 :: December 16th-19th, 2011 :: Theme: Alone

[ Results: Top 50 Compo, Jam | Top 25 Categories | View My Entry ]

[ View All (Compo, Jam) | Warmup ]


Screen capture on Mac?

Posted by
December 5th, 2008 9:31 am

Quick question for any Mac users.

Is there any software that can take a desktop screenshot at regular intervals (once per minute?) and save it to a folder?  I would like to do a timelapse, but recording a video file over two days seems a bit too risky.

Tags: ,

8 Responses to “Screen capture on Mac?”

  1. jlnr says:

    You could improve the naming convention, but running the following as a Ruby script will do:

    loop do
    `screencapture #{Time.now.to_i}.png`
    sleep 1
    end

  2. jlnr says:

    Oh, and you’d probably want to sleep 60 seconds, not 1. :)

  3. Diragor says:

    Or you could just use cron or launchd to run that screencapture command every minute.

  4. dock says:

    Ah, thanks for the responses… but I’m not really sure how to run Ruby scripts on the mac, nor how to run cron jobs on my mac. Sorry! o_o;

    Is there any software that does this sort of thing?

  5. dock says:

    Ah, the applescript almost works… but only saves one screen! D: I can’t seem to figure out how to fix that.

  6. nilsf says:

    Or you could use Automator.

  7. dock says:

    Ah, I managed to find a program called InstantShot that works for me. I run two instances of it, and each one is set to take a screenshot of a different monitor once per minute.

Leave a Reply

You must be logged in to post a comment.


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

[fcache: storing page]