Normalize cli args

This commit is contained in:
henryruhs 2023-05-30 20:43:03 +02:00
parent 864e2fe9db
commit 47dafb48ba

View File

@ -24,6 +24,7 @@ Choose a face (image with desired face) and the target image/video (image/video
Don't touch the FPS checkbox unless you know what you are doing. Don't touch the FPS checkbox unless you know what you are doing.
Additional command line arguments are given below: Additional command line arguments are given below:
``` ```
options: options:
-h, --help show this help message and exit -h, --help show this help message and exit
@ -31,12 +32,15 @@ options:
use this face use this face
-t TARGET_PATH, --target TARGET_PATH -t TARGET_PATH, --target TARGET_PATH
replace this face replace this face
-o OUTPUT_FILE, --output OUTPUT_FILE -o OUTPUT_FILE, --output OUTPUT_FILE
save output to this file save output to this file
--keep-fps keep original fps --gpu use gpu
--gpu use gpu --keep-fps maintain original fps
--keep-frames don't delete frames directory --keep-frames keep frames directory
--cores number of cores to use --max-memory MAX_MEMORY
set max memory
--max-cores CORES_COUNT
set max cpu cores
``` ```
Looking for a CLI mode? Using the -f/--face argument will make the program in cli mode. Looking for a CLI mode? Using the -f/--face argument will make the program in cli mode.