Adjust the brightness of images for smooth timelapse videos
Project description
After I made my first few timelapse videos I got really bothered by the erratic small changes of exposure, which are caused by various effects: * Changes of the exposure settings (if not in full manual mode) * Uncertainties of the aperture * Shutter jitter
I was looking for an existing solution and only found expensive (O(100€)) software.
So I wrote this little (150 SLOCS) programm. The brightness of the images are adjusted to fit a rolling mean over several consecutive images.
Installation
I recommend anaconda, it comes with the heavy dependencies of this package: numpy and scikit-image
Installation of deflicker:
$ pip install deflicker
Usage
deflicker expects all your pictures in one directory. The alphabetical order has to be equivalent to the chronological order.
deflicker <inputfolder> [options]
Options
-o <dir>, --outdir=<dir> Output directory [default: deflickered]
-w <N>, --window=<N> Window size for rolling mean [default: 10]
-q, --quiet Only output errors and warnings
-f <fmt>, --format=<fmt> Output format for the scaled images [default: png]
-s <s>, --sigma=<s> Sigma for the sigma clipping
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file deflicker-0.1.1post1.tar.gz
.
File metadata
- Download URL: deflicker-0.1.1post1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eeba4a0e1a833e86565eb73f7fd5a993926bff830bc1ea3b557e4bd2c8a55fcb |
|
MD5 | ef91c307a3f70200a31073e92ed1577b |
|
BLAKE2b-256 | e2e15f0aa3d299837d397ee4d3cb9bc38d54157fc42d59c97888d4d6650d8795 |