Skip to content

Export Presets

Export presets are shortcuts that configure codec, CRF, and encoding speed in one flag:

Terminal window
hance video.mp4 --export high
PresetUse case
lowQuick previews, small file size
mediumBalanced quality and size
highHigh quality, larger files
maxMaximum quality

high and max print a warning about larger file sizes.

You can override individual settings on top of an export preset:

Terminal window
hance video.mp4 --export high --codec prores
hance video.mp4 --export medium --crf 20

Explicit --codec, --crf, and --encode-preset flags take precedence over the export preset values.

ProRes and H.265 codecs require a pro license. Using --export levels that select these codecs will fail on the free tier.