From b9827fee23b800565405236a7d2ec0d5d5f81957 Mon Sep 17 00:00:00 2001 From: K4YT3X Date: Sun, 17 Feb 2019 13:39:21 -0500 Subject: [PATCH] Enhanced full usage formatting --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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