Skip to content

CLI Reference

The morphace command provides three subcommands:

CommandPurpose
morphace downloadDownloads Morphace’s required model file.
morphace prepPrepares aligned square PNG face crops from raw images.
morphace morphGenerates an MP4 face-morphing video from two source images.
usage: morphace [-h] [-V] <command> ...
Create face morph videos and prepare source images.
positional arguments:
<command>
morph Generate a face morphing video.
prep Prepare aligned square PNG face crops.
download Download the dlib landmark model.
options:
-h, --help show this help message and exit
-V, --version show program's version number and exit