video2x
video2x copied to clipboard
A lossless video/GIF/image upscaler achieved with waifu2x, Anime4K, SRMD and RealSR. Started in Hack the Valley II, 2018.
No matter what video I try to render, it always shuts down after a few minutes. Pictures are fine
error 'NoneType' object has no attribute 'split'
When will there be Linux support for the GUI?
I'm running Debian 11 with `nvidia-docker` installed, and running video2x returns the `vkEnumeratePhysicalDevices failed -3` error on repeat. Here's my command line: ``` docker run --runtime nvidia --rm --gpus all...
Optional dependencies are not installed (which are all of the AI models). ``` $ python3.9 -m video2x --input foo.mp4 --output bar.mp4 upscale -h 4096 -w 2160 -a realsr 03:46:07.658623 |...
# Repro ``` python3 -m video2x -i ~/Downloads/input.mp4 -o ~/Downloads/output.mp4 upscale ``` # Actual Result ``` 18:35:37.429043 | INFO | Video2X 5.0.0-beta6 18:35:37.429139 | INFO | Copyright (C) 2018-2022 K4YT3X...
The container image for Video2X is only built when a new release is created and published on pushes to the "main" and "dev/*" branches. For every commit, `docker build` should...
When using a 5.0.0-beta6 container, `apt-get update` fails due to a missing GPG key from NVIDIA. This is already handled during stage 1 of the container build but not in...
As of this recent commit, Python 3.9 is now required: https://github.com/k4yt3x/video2x/commit/6d934e6a98b227f0601a99f5e5db57480fa9bc56 ``` $ git clone https://github.com/k4yt3x/video2x.git $ cd video2x $ podman build . ``` ``` Processing /video2x Installing build dependencies:...