Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbarbary/tlutil
Utilities for dealing with timelapses
https://github.com/kbarbary/tlutil
Last synced: about 1 month ago
JSON representation
Utilities for dealing with timelapses
- Host: GitHub
- URL: https://github.com/kbarbary/tlutil
- Owner: kbarbary
- Created: 2012-08-22T18:27:03.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-22T18:40:52.000Z (about 12 years ago)
- Last Synced: 2024-05-09T19:19:24.742Z (6 months ago)
- Language: Python
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tlutil
======Utilities for dealing with timelapses.
Requirements
------------
* Python 2.6 or greater (for argparse module)
* Python Imaging Library (PIL)Description
-----------
Currently, this package provides one python script, `tl-download`:```
usage: tl-download [-h] [-d] INDIR [OUTDIR]Detect timelapse image sequences based on timestamps and move timelapses to
new directory.positional arguments:
INDIR Directory in which to look for images
OUTDIR Move timelapses to given timelapse directory.optional arguments:
-h, --help show this help message and exit
-d, --dry-run Show results of image parsing, but do not move any images.
```Timelapses are grouped together and each group is placed in a single directory
`OUTDIR/YYYY/MM-DD/HH:MM:SS/` where the date and time are that of the first
image in the group.