https://github.com/temporal/timelapse
Simple script for creating timelapse videos on Linux
https://github.com/temporal/timelapse
php timelapse timelapse-videos
Last synced: about 1 year ago
JSON representation
Simple script for creating timelapse videos on Linux
- Host: GitHub
- URL: https://github.com/temporal/timelapse
- Owner: TeMPOraL
- Created: 2010-08-30T09:40:53.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-09-28T13:26:46.000Z (over 15 years ago)
- Last Synced: 2025-03-23T20:51:16.498Z (about 1 year ago)
- Topics: php, timelapse, timelapse-videos
- Language: PHP
- Homepage:
- Size: 97.7 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Timelapse
** About
A simple PHP script that takes screenshots in regular time intervals and then combines them into "timelapse".
Take a look at [[http://www.youtube.com/watch?v=ZV-AFnCkRLY][this video]] to see an example of a timelapse.
Inspired by Ludum Dare, [[http://code.google.com/p/chronolapse/][ChronoLapse]] and [[http://www.ludumdare.com/compo/2010/04/23/linux-desktop-time-lapse-creation-script/][Linux Desktop Time-lapse Creation Script by winferno]].
** Usage
- ./timelapse start [interval] [offset] - starts timelapse script with given interval in seconds (default: 10).
'offset' parameter sets the initial frame name. By specifying it, you can continue a recording that was previously
interrupted.
- ./timelapse compile [framerate] - compiles all screenshots in current directory to a movie. It starts from 0000.jpg. If not specified, framerate defaults to 10 frames per second.
- ./timelapse clean - removes all .jpg files from current directory
** Required tools
- php
- scrot
- ImageMagick
- ffmpeg
** Troubleshooting
If for some reason typing ./timelapse [args] fails to execute the script, try: php timelapse [args].