mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-29 07:39:09 +00:00
Enhanced full usage formatting
This commit is contained in:
parent
00d6b7a62d
commit
b9827fee23
12
README.md
12
README.md
@ -138,18 +138,23 @@ Enlarge the video to 1920x1080 using the CPU. You may also use the `-r/--ratio`
|
||||
$ python video2x.py -i sample_input.mp4 -o sample_output.mp4 -m cpu --width=1920 --height=1080
|
||||
```
|
||||
|
||||
# Full Usage
|
||||
|
||||
## Full Usage
|
||||
## General Options
|
||||
|
||||
### -h, --help
|
||||
show this help message and exit
|
||||
|
||||
## File Input and Output
|
||||
|
||||
### -i INPUT, --input INPUT
|
||||
Specify source video file/directory
|
||||
|
||||
### -o OUTPUT, --output OUTPUT
|
||||
Specify output video file/directory
|
||||
|
||||
## Upscaler Options
|
||||
|
||||
### -m {cpu,gpu,cudnn}, --method {cpu,gpu,cudnn}
|
||||
Specify upscaling method
|
||||
|
||||
@ -174,7 +179,10 @@ $ python video2x.py -i sample_input.mp4 -o sample_output.mp4 -m cpu --width=1920
|
||||
### -r RATIO, --ratio RATIO
|
||||
Scaling ratio
|
||||
|
||||
This project is based on the following softwares and projects.
|
||||
## Credits
|
||||
|
||||
This project is based on the following software and projects.
|
||||
|
||||
- [FFMPEG]('https://www.ffmpeg.org/')
|
||||
- [waifu2x caffe](https://github.com/lltcggie/waifu2x-caffe)
|
||||
- [waifu2x-converter-cpp](https://github.com/DeadSix27/waifu2x-converter-cpp)
|
Loading…
Reference in New Issue
Block a user