diff --git a/README.md b/README.md index cd31127..3fe403a 100644 --- a/README.md +++ b/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) \ No newline at end of file