video2x
A machine learning-based video super resolution and frame interpolation framework. Est. Hack the Valley II, 2018.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- build.yml
- docs.yml
- issues.yml
- release.yml
- FUNDING.yml
- version.h.in
- Video2XConfig.cmake.in
- linux.md
- README.md
- windows-qt6.md
- windows.md
- architecture.md
- libvideo2x.md
- README.md
- linux.md
- README.md
- windows-qt6.md
- windows.md
- history.md
- README.md
- command-line.md
- container.md
- desktop.md
- README.md
- README.md
- SUMMARY.md
- .gitignore
- book.toml
- avutils.h
- conversions.h
- decoder.h
- encoder.h
- filter_libplacebo.h
- filter_realcugan.h
- filter_realesrgan.h
- fsutils.h
- interpolator_rife.h
- libplacebo.h
- libvideo2x.h
- libvideo2x_export.h
- logger_manager.h
- processor.h
- processor_factory.h
- anime4k-v4-a+a.glsl
- anime4k-v4-a.glsl
- anime4k-v4-b+b.glsl
- anime4k-v4-b.glsl
- anime4k-v4-c+a.glsl
- anime4k-v4-c.glsl
- anime4k-v4.1-gan.glsl
- up2x-no-denoise.bin
- up2x-no-denoise.param
- up2x-conservative.bin
- up2x-conservative.param
- up2x-denoise3x.bin
- up2x-denoise3x.param
- up2x-no-denoise.bin
- up2x-no-denoise.param
- up3x-conservative.bin
- up3x-conservative.param
- up3x-denoise3x.bin
- up3x-denoise3x.param
- up3x-no-denoise.bin
- up3x-no-denoise.param
- up2x-conservative.bin
- up2x-conservative.param
- up2x-denoise1x.bin
- up2x-denoise1x.param
- up2x-denoise2x.bin
- up2x-denoise2x.param
- up2x-denoise3x.bin
- up2x-denoise3x.param
- up2x-no-denoise.bin
- up2x-no-denoise.param
- up3x-conservative.bin
- up3x-conservative.param
- up3x-denoise3x.bin
- up3x-denoise3x.param
- up3x-no-denoise.bin
- up3x-no-denoise.param
- up4x-conservative.bin
- up4x-conservative.param
- up4x-denoise3x.bin
- up4x-denoise3x.param
- up4x-no-denoise.bin
- up4x-no-denoise.param
- realesr-animevideov3-x2.bin
- realesr-animevideov3-x2.param
- realesr-animevideov3-x3.bin
- realesr-animevideov3-x3.param
- realesr-animevideov3-x4.bin
- realesr-animevideov3-x4.param
- realesr-generalv3-wdn-x4.bin
- realesr-generalv3-wdn-x4.param
- realesr-generalv3-x4.bin
- realesr-generalv3-x4.param
- realesrgan-plus-anime-x4.bin
- realesrgan-plus-anime-x4.param
- realesrgan-plus-x4.bin
- realesrgan-plus-x4.param
- contextnet.bin
- contextnet.param
- flownet.bin
- flownet.param
- fusionnet.bin
- fusionnet.param
- contextnet.bin
- contextnet.param
- flownet.bin
- flownet.param
- fusionnet.bin
- fusionnet.param
- contextnet.bin
- contextnet.param
- flownet.bin
- flownet.param
- fusionnet.bin
- fusionnet.param
- contextnet.bin
- contextnet.param
- flownet.bin
- flownet.param
- fusionnet.bin
- fusionnet.param
- contextnet.bin
- contextnet.param
- flownet.bin
- flownet.param
- fusionnet.bin
- fusionnet.param
- contextnet.bin
- contextnet.param
- flownet.bin
- flownet.param
- fusionnet.bin
- fusionnet.param
- contextnet.bin
- contextnet.param
- flownet.bin
- flownet.param
- fusionnet.bin
- fusionnet.param
- contextnet.bin
- contextnet.param
- flownet.bin
- flownet.param
- fusionnet.bin
- fusionnet.param
- contextnet.bin
- contextnet.param
- flownet.bin
- flownet.param
- fusionnet.bin
- fusionnet.param
- flownet.bin
- flownet.param
- flownet.bin
- flownet.param
- flownet.bin
- flownet.param
- flownet.bin
- flownet.param
- flownet.bin
- flownet.param
- video2x.desktop
- video2x.png
- PKGBUILD
- control.ubuntu2204
- control.ubuntu2404
- Dockerfile
- download_merge_anime4k_glsl.py
- avutils.cpp
- conversions.cpp
- decoder.cpp
- encoder.cpp
- filter_libplacebo.cpp
- filter_realcugan.cpp
- filter_realesrgan.cpp
- fsutils.cpp
- interpolator_rife.cpp
- libplacebo.cpp
- libvideo2x.cpp
- logger_manager.cpp
- processor_factory.cpp
- boost
- librealcugan_ncnn_vulkan
- librealesrgan_ncnn_vulkan
- librife_ncnn_vulkan
- ncnn
- spdlog
- argparse.h
- newline_safe_sink.h
- timer.h
- validators.h
- vulkan_utils.h
- argparse.cpp
- newline_safe_sink.cpp
- timer.cpp
- validators.cpp
- video2x.cpp
- vulkan_utils.cpp
- .clang-format
- .gitattributes
- .gitignore
- .gitmodules
- .justfile
- CHANGELOG.md
- CITATION.cff
- CMakeLists.txt
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- NOTICE
- README.md
- SECURITY.md
# Installation Guide
1. Get the code
git clone https://github.com/k4yt3x/video2x
Downloads the entire project code from GitHub to your computer.
cd video2x
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
docker build -f packaging/docker/Dockerfile -t video2x .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 video2x
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. CMake
MediumPrerequisites
mkdir build && cd build
Creates a folder to hold the build output and moves into it.
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
make
Compiles the code based on the generated build configuration to produce an executable.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
// repository documentation
Was this content helpful?
(0 ratings)
