From 31736f557a887dfb72505d5195d5ce9b9740d32b Mon Sep 17 00:00:00 2001 From: K4YT3X Date: Thu, 29 Nov 2018 15:12:22 -0500 Subject: [PATCH] added description for automatic setup script --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5cc29bd..551ee68 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ ### This software is currently designed for Windows. +## Setup Script (November 29, 2018) + +- Added setup script. Now you can install dependencies and generate video2x configuraiton automatically by running the `video2x_setup.py` script. + ## 2.1.6 (November 26, 2018) - Restored the option to define a factor which the will be upscaled by, which is suggested by @wuast94 . -## 2.1.4 (November 2, 2018) - -- Added hardware acceleration option for ffmpeg. Ffmpeg will use hardware acceleration (GPU, usually) if `--gpu` or `--cudnn` is given. You can customize the method to use in `video2x.json`. - ## Description Video2X is an automation software based on waifu2x image enlarging engine. It extracts frames from a video, enlarge it by a number of times without losing any details or quality, keeping lines smooth and edges sharp. @@ -38,6 +38,15 @@ Download: https://ffmpeg.org/download.html - **waifu2x-caffe for Windows** Download: https://github.com/lltcggie/waifu2x-caffe/releases +### Install Dependencies + +You can run the `video2x_setup.py` script to install and configure the depencies automatically. This script is designed and tested on Windows 10. + +This script will install `ffmpeg`, `waifu2x-caffe` to `%LOCALAPPDATA%\\video2x` and all python libraries. + +```bash +$ python video2x_setup.py +``` After downloading the dependencies, clone the video2x package. @@ -51,7 +60,6 @@ Then you'll need to install python dependencies before start using video2x. Inst $ pip install -r requirements.txt ``` - ## Quick Start To enlarge a video on a computer with NVIDIA GPU