Bracketing is how you beat a scene whose brightness range exceeds what one exposure can hold. This calculator builds the full bracket for you — pick a base exposure, a span and a step, and it prints every frame’s exact shutter speed, aperture or ISO value from darkest to brightest.
How it works
Each stop is a doubling or halving of light, so converting an EV offset to a real camera value depends on which parameter you vary.
Shutter speed and ISO are linear in light:
value = base × 2^(EV offset)
A base of 1/125 s bracketed +2 EV becomes (1/125) × 2^2 = 1/31 s ≈ 1/30 s.
Aperture controls light by area, so the f-number scales by the square root of two per stop:
f-number = base × (√2)^(EV offset)
A base of f/8 bracketed +1 EV (one stop darker, smaller opening) becomes
8 × √2 ≈ f/11. The tool handles the sign correctly: a positive EV offset always
means a brighter frame, so for aperture it moves to a smaller f-number.
Building the sequence
You choose:
- Span — plus and minus 1, 2 or 3 stops around the base.
- Step — full (1 EV), half (0.5 EV) or third (0.333 EV) increments.
The number of frames is (2 × span ÷ step) + 1, always an odd number with the
base exposure in the centre.
Notes and tips
- Bracket the shutter for static scenes. It keeps depth of field and noise constant across the set — essential for clean HDR merges.
- Use a tripod for anything beyond three frames so the frames align.
- Watch the slow end. Bracketing +3 EV from a handheld 1/60 s pushes you to 1/8 s, well into shake territory — the tool flags very slow resulting shutter speeds.
All calculations run locally in your browser.