Skip to content

Quick Start

Apply the default film look to a video:

Terminal window
hance video.mp4

Output: video_hanced.mp4

Apply a specific film stock:

Terminal window
hance video.mp4 --preset cinestill-800t
Terminal window
hance video.mp4 -o output.mp4

Override any parameter on top of a preset:

Terminal window
hance video.mp4 --preset portra-400 --grain-amount 0.3 --vignette-amount 0.5
Terminal window
hance video.mp4 --no-grain --no-vignette

Hance auto-detects images and processes them the same way:

Terminal window
hance photo.jpg

Output: photo_hanced.jpg

For higher quality output:

Terminal window
hance video.mp4 --export high

Available presets: low, medium, high, max.

Hance includes a browser-based editor:

Terminal window
hance ui

Or open it with a file pre-loaded:

Terminal window
hance ui video.mp4