Tooling

Photo Time-lapse & Holy Grail

LRTimelapse, darktable time-lapse, Holy Grail workflows for sunrise / sunset transitions.

Time-lapse photography: shoot a frame every 1–60 s for hours, render to a 24–60 fps video. The hard part is "Holy Grail" — handling the day-to-night exposure transition without flicker. Most modern raw developers (Photo RAW Editors) can deflicker an interval sequence; the dedicated tool below makes it bulletproof. For tethered interval capture see Photo Tethered Shooting; for video output handling see Realtime Video.

Dedicated time-lapse software

  • LRTimelapse — paid (free trial limited to 400 frames); cross-platform Java app. The de-facto time-lapse-deflicker tool; integrates with Lightroom Classic / Adobe Camera Raw / After Effects via XMP sidecars and a "keyframe wizard" for smooth ramps. Pairs with the LRTimelapse Pro Timer hardware intervalometer or any in-camera interval shooter.
  • GBTimelapse (Granite Bay) — paid Win-only; tethered interval shooting + ramp + render in one app; popular with astrophotographers.
  • qDslrDashboard — free + paid; Android / iOS / desktop; tethers to DSLR / mirrorless for ramp control.
  • Helicon Remote — paid; primarily focus stack but does interval shooting too. See Photo Tethered Shooting.

Built into raw developers

  • Lightroom Classic — sync settings + auto-deflicker (basic); fine for steady-light intervals; Holy Grail wants LRTimelapse.
  • darktable time-lapse / interpolate — included; can ramp white-balance and exposure across a sequence.
  • RawTherapee — sync edit between frames; manual ramp work.

In-camera intervalometers

  • Most modern mirrorless (Z bodies, R bodies, A-series, OM-1, X-T5) have built-in intervalometers + sometimes in-body time-lapse video render.
  • Hardware intervalometers — Vello, Neewer, generic; cheap; useful for older bodies.
  • LRTimelapse Pro Timer Free / 2.5 — open-source firmware for ESP32; OSS hardware intervalometer with ramp control.
  • qDslrDashboard tethered — phone replaces an intervalometer.

Render / output

  • ffmpeg — free; the canonical time-lapse rendering tool. ffmpeg -framerate 24 -i %04d.jpg -c:v libx264 -crf 18 -preset slow output.mp4. Pairs with Image Editing batch outputs.
  • DaVinci Resolve — free tier; render time-lapse with stabilization and grading.
  • After Effects — paid Adobe; LRTimelapse exports an AE-compatible project for advanced grading.
  • VirtualDub — legacy free; still works for AVI output.

Holy Grail technique (briefly)

The challenge: a ~14-stop exposure change between sunset and night. Approaches:

  • Bulb-ramping — gradually increase shutter time; LRTimelapse + camera + ramping intervalometer.
  • ISO-ramping — shift ISO instead; less sensor-heat-noise issues than bulb-ramp.
  • Aperture-ramping — risky on motorized lenses; visible click between frames.
  • Auto-exposure with auto-iso ramping — modern mirrorless makes this much easier than DSLR-era Holy Grail.
  • LRTimelapse "Holy Grail Wizard" — analyzes the sequence brightness curve and produces a smooth XMP ramp.

Niche / hyperlapse

  • Microsoft Hyperlapse (deprecated; alternatives below).
  • Insta360 Studio — bundled with Insta360 cameras; hyperlapse + horizon stabilization.
  • DaVinci Resolve stabilization — used as a hyperlapse smoother.
  • Hugin's align_image_stack — free OSS hyperlapse alignment.

Patterns to know

  • Manual everything during the sequence — manual focus, manual white balance, manual aperture; auto modes flicker.
  • Low ISO baseline + reasonable shutter — gives headroom for the ramp without hitting noise.
  • Tripod + remote + IS off — vibration ruins time-lapse far more than stills.
  • Save as raw + JPEG if disk allows — JPEG for quick proof, raw for grading.
  • Render at 24p or 30p — standard cinema / video.
  • Storage — a 4-hour Holy Grail at 5 s interval = ~2,880 frames. Plan card capacity.

What's changing in 2024–2026

  • In-body 4K / 8K time-lapse video direct — Sony A7R V, OM-1, R5 all render time-lapse to video in-camera; saves the ffmpeg step for casual work.
  • AI deflicker — DaVinci Resolve and some plugins use ML deflicker; results are decent but LRTimelapse is still the gold standard.
  • Smartphone Holy Grail — Halide / Filmic Pro time-lapse modes are surprisingly capable.

Pick this if…

  • Default Holy Grail / serious time-lapse: LRTimelapse + Lightroom Classic.
  • Free, OSS, scriptable: darktable + ffmpeg (manual ramp work).
  • Tethered interval capture, free Android: qDslrDashboard.
  • In-camera quick time-lapse video: modern mirrorless body's built-in mode.
  • Astro time-lapse: GBTimelapse or LRTimelapse + tracker.
  • OSS hardware intervalometer: LRTimelapse Pro Timer Free firmware on ESP32.

On this page