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).
Download: v0.4.0
Convert input.mp4
using default settings (2x upscaling).
anime2x.exe input.mp4 output.mp4
- 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.
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
python run.py
pyinstaller pyinstaller.spec
MIT
The following are called at runtime:
- Add an option to decide waifu2x noise reduction level.
- Security updates.
Resolved: #17
- Initial release.