Quick Start
Basic usage
Section titled “Basic usage”Apply the default film look to a video:
hance video.mp4Output: video_hanced.mp4
Choose a look
Section titled “Choose a look”Apply a specific film stock:
hance video.mp4 --preset cinestill-800tCustom output path
Section titled “Custom output path”hance video.mp4 -o output.mp4Tweak individual effects
Section titled “Tweak individual effects”Override any parameter on top of a preset:
hance video.mp4 --preset portra-400 --grain-amount 0.3 --vignette-amount 0.5Disable an effect
Section titled “Disable an effect”hance video.mp4 --no-grain --no-vignetteProcess an image
Section titled “Process an image”Hance auto-detects images and processes them the same way:
hance photo.jpgOutput: photo_hanced.jpg
Export quality presets
Section titled “Export quality presets”For higher quality output:
hance video.mp4 --export highAvailable presets: low, medium, high, max.
Open the UI
Section titled “Open the UI”Hance includes a browser-based editor:
hance uiOr open it with a file pre-loaded:
hance ui video.mp4