mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-30 23:58:11 +00:00
updated CLI usages
This commit is contained in:
parent
a3d0465e44
commit
bcbead4d96
25
README.md
25
README.md
@ -195,7 +195,7 @@ python video2x.py -d waifu2x_caffe -- --help
|
|||||||
|
|
||||||
# Full Usage
|
# Full Usage
|
||||||
|
|
||||||
## General Options:
|
## Video2X Options
|
||||||
|
|
||||||
### -h, --help
|
### -h, --help
|
||||||
show this help message and exit
|
show this help message and exit
|
||||||
@ -209,6 +209,11 @@ python video2x.py -d waifu2x_caffe -- --help
|
|||||||
### -c CONFIG, --config CONFIG
|
### -c CONFIG, --config CONFIG
|
||||||
video2x config file path
|
video2x config file path
|
||||||
|
|
||||||
|
### -v, --version
|
||||||
|
display version, lawful information and exit
|
||||||
|
|
||||||
|
## Upscaling Options
|
||||||
|
|
||||||
### -d DRIVER, --driver DRIVER
|
### -d DRIVER, --driver DRIVER
|
||||||
upscaling driver (default: waifu2x_caffe)
|
upscaling driver (default: waifu2x_caffe)
|
||||||
|
|
||||||
@ -220,22 +225,14 @@ Available options are:
|
|||||||
- srmd_ncnn_vulkan
|
- srmd_ncnn_vulkan
|
||||||
- anime4kcpp
|
- anime4kcpp
|
||||||
|
|
||||||
|
### -r RATIO, --ratio RATIO
|
||||||
|
scaling ratio
|
||||||
|
|
||||||
### -p PROCESSES, --processes PROCESSES
|
### -p PROCESSES, --processes PROCESSES
|
||||||
number of processes to use for upscaling (default: 1)
|
number of processes to use for upscaling (default: 1)
|
||||||
|
|
||||||
### -v, --version
|
### --preserve_frames
|
||||||
display version, lawful information and exit
|
preserve extracted and upscaled frames (default: False)
|
||||||
|
|
||||||
## Scaling Options
|
|
||||||
|
|
||||||
### --width WIDTH
|
|
||||||
output video width
|
|
||||||
|
|
||||||
### --height HEIGHT
|
|
||||||
output video height
|
|
||||||
|
|
||||||
### -r RATIO, --ratio RATIO
|
|
||||||
scaling ratio
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user