mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-01 10:29: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
|
$ 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
|
### -h, --help
|
||||||
show this help message and exit
|
show this help message and exit
|
||||||
|
|
||||||
|
## File Input and Output
|
||||||
|
|
||||||
### -i INPUT, --input INPUT
|
### -i INPUT, --input INPUT
|
||||||
Specify source video file/directory
|
Specify source video file/directory
|
||||||
|
|
||||||
### -o OUTPUT, --output OUTPUT
|
### -o OUTPUT, --output OUTPUT
|
||||||
Specify output video file/directory
|
Specify output video file/directory
|
||||||
|
|
||||||
|
## Upscaler Options
|
||||||
|
|
||||||
### -m {cpu,gpu,cudnn}, --method {cpu,gpu,cudnn}
|
### -m {cpu,gpu,cudnn}, --method {cpu,gpu,cudnn}
|
||||||
Specify upscaling method
|
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
|
### -r RATIO, --ratio RATIO
|
||||||
Scaling 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/')
|
- [FFMPEG]('https://www.ffmpeg.org/')
|
||||||
- [waifu2x caffe](https://github.com/lltcggie/waifu2x-caffe)
|
- [waifu2x caffe](https://github.com/lltcggie/waifu2x-caffe)
|
||||||
- [waifu2x-converter-cpp](https://github.com/DeadSix27/waifu2x-converter-cpp)
|
- [waifu2x-converter-cpp](https://github.com/DeadSix27/waifu2x-converter-cpp)
|
Loading…
Reference in New Issue
Block a user