Giter VIP home page Giter VIP logo

timelapse's Introduction

Timelapse Script

Creates a timelapse image and/or video of the given picture series.

Shoot Pictures

Create lots of images of the night sky, using a tripod and long exposure

Short Tutorial

From http://www.thephotoforum.com/threads/star-trails-time-lapse.298695/

  • use tungsten white balance
  • at least three 30 second exposures with no more than 2 seconds in between shots
  • turn off noise reduction
  • turn off vibration reduction
  • 200-600 ISO
  • don't use AF-continuous focus: use servo AF and AE (auto exposure) lock
  • aperture f/4 (f/8 - f/11 in a light polluted, urban area)

Process Pictures

Change into the directory where the photographed images lie, i.e.

$ cd path/to/timelapse/source
$ ls -1
img_0023.jpg
img_0024.jpg
img_0025.jpg
img_0026.jpg
img_0027.jpg

Run make image or make video or both

$ make image video

The files timelapse.png and timelapse.mp4 will be created.

Configuration

Several parameters can be used to control the output.

Name

The base name of the target files.

NAME=timelapse

Prefix

The prefix of the source images.

PREFIX=img_

Suffix

The suffix of the source images.

SUFFIX=jpg

FPS

The number of frames per second of the target video.

FPS=25

In Format

The format of the image file names. It will be prefixed and suffixed with the PREFIX and SUFFIX, respectively.

INFORMAT=%03d

Image Suffix

The image container.

IMAGE_SUFFIX=png

Video Suffix

The video container.

VIDEO_SUFFIX=mp4

Example with Parameters

$ make image video NAME=my-timelapse
$ make image video NAME=my-timelapse FPS=30

timelapse's People

Watchers

James Cloos avatar René Panzar avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.