图片视频画质优化
Go to file
2018-04-20 13:00:57 -04:00
_config.yml Set theme jekyll-theme-architect 2018-03-01 12:20:49 -05:00
ffmpeg.py V1.1 alpha: Fully working, added docs 2018-02-24 22:52:04 -05:00
LICENSE Initial commit 2018-02-24 11:34:41 -05:00
README.md added YouTube demo 2018-02-24 23:51:09 -05:00
testvid.mp4 initial 2018-02-24 13:36:14 -05:00
video2x.py added model arg 2018-04-20 13:00:51 -04:00
waifu2x.py added model arg 2018-04-20 13:00:57 -04:00

Video2X Video Enlarger

Join the chat at https://gitter.im/K4YT3X-DEV/SCUTUM status

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.

Watch for the sharper edges in this screenshot around the shadows vlcsnap-2018-02-24-23h09m19s297

Video Demo (YouTube)

Video2X Demo

Installation

Prerequisites

After downloading the dependencies, clone the video2x package.

$ git clone https://github.com/K4YT3X/video2x.git
$ cd video2x

Now follow the in-line description and modify FFMPEG_PATH and WAIFU2X_PATH.
You can also change FOLDERIN and FOLDERIN if you want.


Quick Start

To enlarge a video on a computer with NVIDIA GPU

$ python video2x.py -v VIDEO_FILE -o OUTPUT_FILENAME -f TIMES_TO_ENLARGE --gpu

To enlarge a video on a computer without NVIDIA GPU

$ python video2x.py -v VIDEO_FILE -o OUTPUT_FILENAME -f TIMES_TO_ENLARGE --cpu