Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.
/ anime2x Public archive

super-resolution video converter using waifu2x

License

Notifications You must be signed in to change notification settings

ebiiim/anime2x

Repository files navigation

anime2x

MIT License platform win-64 Build status

A Pre-rendered Super-resolution Video Up-converter with waifu2x

This program decomposes a video into frames, upscales them with waifu2x, and then combines them. Since the program performs deduplication before upscaling, processing is faster when there are many scenes with no motion (e.g. Slice of Life/Comedy Anime).

Usage

Download: v0.4.0

Convert input.mp4 using default settings (2x upscaling).

anime2x.exe input.mp4 output.mp4

System Requirements

  • Windows (64 bit)
  • NVIDIA GPU
    • CUDA 9.x and cuDNN 7.x are recommended (for waifu2x-caffe).
    • More than 3x slower on CPU.
  • SSD
    • Very slow on HDD.

Development

Setup

Python 3.6 or later is required.

git clone https://github.com/nullpo-t/anime2x.git && cd anime2x
pip install -r requirements.txt
python download_dependencies.py

Run

python run.py

Build

pyinstaller pyinstaller.spec

License

MIT

The following are called at runtime:

Changelog

0.4.0 / 2019-01-15

  • Add an option to decide waifu2x noise reduction level.
  • Security updates.

Resolved: #17

0.3.0 / 2018-09-22

  • Initial release.

About

super-resolution video converter using waifu2x

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages