From b1fb8c93333156dd1c775424dbcaf0e49014debb Mon Sep 17 00:00:00 2001 From: K4YT3X Date: Sat, 18 Aug 2018 10:48:47 -0400 Subject: [PATCH] updated readme for 2.0.2 --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 300b971..8c15b85 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Video2X Video Enlarger -## 2.0.1 (Aug 1, 2018) -- Fixed json decoding error +## 2.0.2 (Aug 10, 2018) +- Changed enlarging mechanism from factor to resolution +- Fixed audio merging errors ## Description @@ -47,29 +48,29 @@ $ sudo pip install -r requirements.txt To enlarge a video on a computer with NVIDIA GPU ```bash -$ python video2x.py -v VIDEO_FILE -o OUTPUT_FILENAME -f TIMES_TO_ENLARGE --gpu +$ python video2x.py -v VIDEO_FILE -o OUTPUT_FILENAME --width OUTPUT_WIDTH --height OUTPUT_HEIGHT --gpu ``` To enlarge a video on a computer without NVIDIA GPU ```bash -$ python video2x.py -v VIDEO_FILE -o OUTPUT_FILENAME -f TIMES_TO_ENLARGE --cpu +$ python video2x.py -v VIDEO_FILE -o OUTPUT_FILENAME --width OUTPUT_WIDTH --height OUTPUT_HEIGHT --cpu ``` ## Full Usage ``` -usage: video2x.py [-h] [-f FACTOR] [-v VIDEO] [-o OUTPUT] [-y MODEL_TYPE] - [--cpu] [--gpu] [--cudnn] +usage: video2x.py [-h] [--width WIDTH] [--height HEIGHT] [-v VIDEO] + [-o OUTPUT] [-y MODEL_TYPE] [--cpu] [--gpu] [--cudnn] optional arguments: -h, --help show this help message and exit Controls: - -f FACTOR, --factor FACTOR - Factor to enlarge video by + --width WIDTH Output video width + --height HEIGHT Output video height -v VIDEO, --video VIDEO - Specify video file + Specify source video file -o OUTPUT, --output OUTPUT Specify output file -y MODEL_TYPE, --model_type MODEL_TYPE