Timesnapper for Mac

6

1

does a similar application to Timesnapper for Mac exist?

Open the way

Posted 2010-11-21T23:57:56.683

Reputation: 6 061

Question was closed 2015-05-28T09:37:47.210

Try SoftwareRecs.SE

– Jon – 2015-05-28T05:12:35.810

1You would get better response if you explained what Timesnapper does, or more precisely what Timesnapper features you're after. – Gilles 'SO- stop being evil' – 2010-11-22T00:50:52.717

1

I'm happy to announce that the official version of TimeSnapper for Mac is now available! You can find a link to it on the Mac App Store at http://timesnapper.com.

– Jon Schneider – 2019-08-14T03:18:02.440

Were you successful? – Daniel Beck – 2010-12-30T08:13:36.397

no, not really , and I think youranswer is the best – Open the way – 2011-01-04T17:34:49.330

Answers

1

Dacota

Posted 2010-11-21T23:57:56.683

Reputation: 162

It looks like TimeSnapper has released an official Mac version now at www.timesnapper.com

– JerSchneid – 2019-08-14T05:42:12.873

Has anyone tried Timesnapper for Mac? I really like Timesnapper and bought the Pro license for Windows years ago. I wish I could use the same license but I'd really not mind too much having to pay for the Mac version if someone can confirm it works as well. As of this writing there are no reviews on the mac app store. – sergiopereira – 2019-09-16T21:32:50.463

2

I've created a bash script which takes screen-shots every few seconds, combines them into an mp4 every hour, and combines the hourly mp4s into daily ones each day.

Uses ImageMagick to overly the current time on each screenshot, and ffmpeg to combine the screenshots into videos.

http://damianblog.com/2015/05/26/macblackbox/

Damian

Posted 2010-11-21T23:57:56.683

Reputation: 121

1

ManyTricks have recently released Time Sink. It sounds like it does some of what Timesnapper can. No screenshots though.

If you really want the actual screenshots you could try looking into scripting it using AppleScript and launchd. Shouldn't be that difficult to do.

Daniel Beck

Posted 2010-11-21T23:57:56.683

Reputation: 98 421

I did this, but took it a step further to combine the images into mp4s using ffmpgeg http://damianblog.com/2015/05/26/macblackbox/

– Damian – 2015-05-26T13:25:41.913

yes, I think scripting is the right thing and the most customizable one, thanks a lot. But I do not want to learn applescript, I do alredy know now bash and so – Open the way – 2010-11-23T12:06:14.407

1@user10826: Then use what you know. screencapture -x filename.png in a bash script, have it called regularly using launchd or cron, you're done. – Daniel Beck – 2010-11-23T12:09:56.263