mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-02-04 03:22:07 +08:00
291cd2ac5f6af59d54719921ffafa2fa0134ca9e
Video2X Video Enlarger
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

Installation
Prerequisites
- FFMPEG Windows Build
Download: https://ffmpeg.org/download.html - waifu2x-caffe for Windows
Download: https://github.com/lltcggie/waifu2x-caffe/releases
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
Description
No description provided
anime4kframe-interpolationmachine-learningneural-networksrealcuganrealesrganrifesuper-resoluionupscale-videovulkan
Readme
AGPL-3.0
561 MiB
Languages
C++
85.6%
CMake
10.3%
Python
2.4%
Dockerfile
1%
Shell
0.5%
Other
0.2%