Skip to content

CLI Reference

The morphace command provides three subcommands:

| Command | Purpose | | ----------------------------------------------- | ------------------------------------------------------------ | | morphace download | Downloads Morphace’s required model file. | | morphace prep | Prepares aligned square PNG face crops from raw images. | | morphace morph | Generates 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