Time Lapse Calculator
Calculate interval, total shots, and clip duration for time lapse photography. Enter values for instant results with step-by-step formulas.
Calculator
Adjust values & calculateFormula
The total number of frames equals the shooting duration divided by the interval between shots. The resulting clip length equals the total frames divided by the playback frame rate. The speed-up factor equals the interval multiplied by the frame rate.
Last reviewed: December 2025
Worked Examples
Example 1: Sunset Time Lapse Planning
Example 2: Target Clip Length Calculation
Background & Theory
The Time Lapse Calculator applies the following established principles and formulas. Computers represent all information using binary, a base-2 number system consisting solely of the digits 0 and 1, each called a bit. Because long binary strings are unwieldy, programmers routinely use octal (base 8) and hexadecimal (base 16) as compact shorthand. Converting between bases follows a consistent algorithm: divide the source number repeatedly by the target base, collecting remainders in reverse order. Hexadecimal digits A through F represent the values 10 through 15, allowing a single character to encode four binary bits, making it the preferred notation for memory addresses, color codes, and bytecode. Bitwise operations manipulate individual bits within integers. AND produces a 1 only when both input bits are 1, making it useful for masking. OR produces a 1 when either bit is 1 and is used for combining flags. XOR flips bits that differ, enabling simple toggle logic and efficient swap algorithms. NOT inverts every bit (one's complement), while left and right shifts multiply or divide by powers of two in constant time. Data storage units ascend in binary multiples of 1024: 8 bits form one byte, 1024 bytes form one kibibyte (KiB), 1024 KiB form one mebibyte (MiB), and so forth. Hard-drive manufacturers historically use decimal prefixes (1 KB = 1000 bytes), creating the persistent confusion between binary and decimal interpretations of the same label. The IEC standardized the binary prefixes KiB, MiB, GiB, and TiB in 1998 to resolve this ambiguity. Network bandwidth is measured in bits per second (bps), most commonly megabits per second (Mbps) or gigabits per second (Gbps). A 100 Mbps connection transfers 100 million bits every second, equating to roughly 12.5 megabytes per second. IP subnet masks define network boundaries; CIDR notation appends a prefix length (e.g., /24) to an address, indicating how many leading bits are fixed. A /24 subnet contains 256 addresses with 254 usable hosts. Algorithm efficiency is described using Big-O notation, which characterises the worst-case growth of time or space relative to input size. O(1) is constant, O(log n) is logarithmic (binary search), O(n) is linear, and O(nยฒ) is quadratic. Cryptographic hash functions like SHA-256 produce a fixed 256-bit (32-byte) digest regardless of input length. File compression algorithms exploit statistical redundancy to reduce storage footprint, and compression ratio equals the original file size divided by the compressed size.
History
The history behind the Time Lapse Calculator traces back through the following developments. The conceptual foundation of modern computing traces back to Charles Babbage, whose Analytical Engine design of 1837 introduced the idea of a general-purpose mechanical computer with separate storage and processing units, including what he called the Store and the Mill. Ada Lovelace wrote what many consider the first algorithm intended for machine execution while annotating a translation of Luigi Menabrea's account of Babbage's work, also recognising the machine's potential to manipulate symbols beyond mere numbers. George Boole published "The Laws of Thought" in 1854, formalising a two-valued algebra of logic that would later map perfectly to electrical circuits. It remained largely a mathematical curiosity until Claude Shannon's landmark 1937 master's thesis demonstrated that Boolean algebra could describe switching circuits, laying the theoretical groundwork for all digital electronics. Shannon's 1948 paper "A Mathematical Theory of Communication" defined the bit as the fundamental unit of information and established information theory as a rigorous discipline. The same year, the transistor was invented at Bell Labs by Bardeen, Brattain, and Shockley, eventually replacing vacuum tubes and enabling miniaturisation at scale. ENIAC, completed in 1945, was one of the first general-purpose electronic computers, occupying 1800 square feet and consuming 150 kilowatts of power while performing roughly 5000 additions per second. The ASCII standard was ratified in 1963, assigning 7-bit codes to 128 characters and enabling interoperability between computers from different manufacturers. Through the 1970s, the microprocessor consolidated an entire CPU onto a single chip; Intel's 4004 in 1971 marked the beginning of this trend. The Apple II launched in 1977 and the IBM PC in 1981 brought computing to homes and offices, triggering a mass-market software industry. Tim Berners-Lee proposed the World Wide Web in 1989 and launched the first website in 1991 at CERN, transforming the internet from an academic and military network into a global information infrastructure. Mobile computing accelerated through the 2000s with smartphones integrating powerful processors, wireless networking, and GPS into pocket-sized devices, extending computation into every facet of daily life and cementing TCP/IP as the universal communications fabric.
Frequently Asked Questions
Formula
Total Shots = Shoot Duration (seconds) / Interval | Clip Length = Total Shots / FPS
The total number of frames equals the shooting duration divided by the interval between shots. The resulting clip length equals the total frames divided by the playback frame rate. The speed-up factor equals the interval multiplied by the frame rate.
Worked Examples
Example 1: Sunset Time Lapse Planning
Problem: You want to capture a 60-minute sunset with 5-second intervals at 24fps. How long is the final clip and how many shots?
Solution: Shooting duration: 60 minutes = 3,600 seconds\nInterval: 5 seconds\nTotal shots: 3,600 / 5 = 720 frames\nClip duration: 720 / 24fps = 30 seconds\nSpeed-up factor: 3,600 / 30 = 120x\nStorage (25MB RAW): 720 x 25MB = 18GB
Result: 720 shots | 30-second clip | 120x speed | 18GB storage
Example 2: Target Clip Length Calculation
Problem: You need exactly a 15-second clip at 30fps with 3-second intervals. How long must you shoot?
Solution: Required frames: 15 x 30 = 450 frames\nShooting time: 450 x 3 seconds = 1,350 seconds = 22.5 minutes\nSpeed-up factor: 1,350 / 15 = 90x\nStorage (25MB RAW): 450 x 25MB = 11.25GB
Result: Shoot for 22.5 minutes to get a 15-second clip at 90x speed
Frequently Asked Questions
What interval should I use for time lapse photography?
The ideal interval depends on the speed of your subject. For fast-moving clouds, use 1-3 seconds between shots. For slow clouds or general cityscapes, try 3-5 seconds. For sunsets and sunrises, 5-10 seconds works well because the light changes gradually. For star movement, use 20-30 seconds (limited by the 500 rule to avoid star trails). For construction projects or plant growth, intervals of minutes to hours are appropriate. A good rule of thumb is to consider how fast the scene changes visibly and set your interval so each frame captures a noticeable but not jarring difference from the previous one.
How many frames per second should I use for time lapse playback?
The standard frame rates for time lapse playback are 24fps (cinematic look), 25fps (PAL broadcast standard), and 30fps (NTSC broadcast standard). For smooth-looking time lapse videos, 24fps or 30fps are the most common choices. Higher frame rates like 60fps create an ultra-smooth appearance but require twice as many photos for the same clip duration. If your time lapse will be integrated into a larger video project, match the frame rate of the main project. For social media sharing, 30fps is widely compatible. Most video editors default to 24fps or 30fps timelines, making these the safest choices for general use.
What camera settings work best for time lapse photography?
For consistent time lapse results, use full manual mode including manual focus, manual exposure, and manual white balance. This prevents flickering between frames caused by slight auto-exposure variations. Set your aperture for the desired depth of field (f/8-f/11 for landscapes). Use the lowest ISO possible to minimize noise across hundreds of frames. For shutter speed, a general guideline is to use a speed around half your interval (for example, 2.5 seconds for a 5-second interval) to create slight motion blur between frames, which produces smoother playback. Use an intervalometer or built-in camera interval timer to automate the shooting process.
How much storage space do I need for a time lapse shoot?
Storage requirements depend on the number of shots and file size per image. RAW files from a full-frame camera typically range from 25-60MB each, while JPEGs range from 5-15MB. For a one-hour shoot at 5-second intervals: 720 shots times 25MB (RAW) equals 18GB, or 720 shots times 8MB (JPEG) equals 5.76GB. For a 4-hour sunset time lapse at 3-second intervals: 4,800 shots times 25MB equals 120GB. Always bring more storage than calculated and shoot RAW when possible for maximum post-processing flexibility. Consider a camera with dual card slots for backup, and carry spare memory cards for extended shoots.
What is the speed-up factor in time lapse and how is it determined?
The speed-up factor tells you how much faster the final video plays compared to real time. It is calculated by dividing the total shooting duration in seconds by the resulting clip duration in seconds. For example, shooting for 60 minutes (3,600 seconds) that produces a 15-second clip has a speed-up factor of 240x, meaning the video plays 240 times faster than real life. This factor is determined by your interval and frame rate: speed-up factor equals interval times frame rate. With a 5-second interval at 24fps, everything appears 120 times faster. Understanding this factor helps you visualize how the final video will look before you start shooting.
How do I avoid flickering in my time lapse videos?
Flickering (also called time lapse flicker) is caused by slight exposure variations between frames, even in manual mode, due to mechanical aperture blade inconsistencies. To minimize it, use the lens wide open or tape the aperture ring. Enable exposure lock if your camera supports it. Shoot in aperture priority only if lighting changes dramatically (like sunset). In post-processing, use deflicker software such as LRTimelapse, Sequence, or Adobe After Effects. Another approach is to shoot slightly overexposed and correct in post, which gives more consistent results. Using electronic shutter mode instead of mechanical shutter can also eliminate aperture-related flickering on cameras that support it.
References
Reviewed by Daniel Agrici, Founder & Lead Developer ยท Editorial policy