Skip to content

Default Look

When you run hance video.mp4 without --preset, hance loads the built-in default look. This is a balanced cinematic starting point, not a neutral pass-through.

EffectSettingWhat it does
ColorAll neutralNo color shift: exposure 0, contrast 1, white balance 6500K
Halation0.25 amount, radius 4Subtle warm glow around highlights
Chromatic aberration0.3Slight color fringing at edges
Bloom0.25 amount, radius 10Gentle light diffusion
Grain0.125 amountLight organic noise
Vignette0.25 amount, 0.25 sizeMild edge darkening
Split tone0 amountDisabled (amount is zero)
Camera shake0.25 amount, 0.5 rateSubtle handheld motion

Even with neutral color settings, the optical effects (halation, aberration, bloom, grain, vignette, camera shake) are all active. To get a clean pass-through, disable them:

Terminal window
hance video.mp4 --no-halation --no-aberration --no-bloom --no-grain --no-vignette --no-camera-shake

Any preset you choose replaces the default as the base. CLI flags then override on top:

Terminal window
# portra-400 as base, with extra grain
hance video.mp4 --preset portra-400 --grain-amount 0.3