Skip to content

Commands

The default command. Applies film effects to one or more video/image files.

Terminal window
hance video.mp4
hance video.mp4 photo.jpg another.mov -o output-dir/
FlagDescriptionDefault
--output, -oOutput file (single input) or directory (multiple inputs)<input>_hanced.<ext>
--codecOutput codec: h264, h265, proresh264
--encode-presetFFmpeg preset: fast, medium, slowmedium
--crfQuality (0–51, lower is better; ignored for ProRes)18
--exportExport quality preset: low, medium, high, maxnone
--blendBlend with original (0–1)1
FlagDescriptionDefault
--presetLoad a look file by namedefault
FlagDescription
--no-configIgnore config file
--help, -hShow help
--version, -vPrint version

Launch the browser-based editor.

Terminal window
hance ui
hance ui video.mp4
hance ui --port 8080 --no-open
FlagDescriptionDefault
--portServer port4800
--no-openDon’t open browser automaticallyopens browser

Generate a quick preview frame.

Manage looks/presets.

Print the agent skill docs baked into the binary, so an AI harness gets version-matched instructions at runtime.

Terminal window
hance skills # the router / entry doc (for AI harnesses)
hance skills list # available subcommand + reference docs
hance skills get refine # print one doc
hance skills path # extract the docs to a local dir

Pass multiple inputs to process them in sequence:

Terminal window
hance clip1.mp4 clip2.mp4 clip3.mp4 -o graded/

Batch processing requires a pro license.