Skip to content

Commit 6bf0ee5

Browse files
committed
docs(readme): add hardware requirements
Signed-off-by: k4yt3x <i@k4yt3x.com>
1 parent 4668556 commit 6bf0ee5

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,30 @@ Version 6.0.0 is a complete rewrite of this project in C/C++. It:
2727
- genuinely works this time, with much less hassle compared to the 5.0.0 beta;
2828
- is blazing fast, thanks to the new optimized pipeline and the efficiency of C/C++;
2929
- is cross-platform, available now for both Windows and Linux;
30-
- offers significantly better output quality with Anime4K v4, RealESRGAN, RealCUGAN, and RIFE;
30+
- offers significantly better output quality with Anime4K v4, Real-ESRGAN, Real-CUGAN, and RIFE;
3131
- supports two modes: filtering (upscaling) and frame interpolation;
3232
- supports Anime4K v4 and all custom MPV-compatible GLSL shaders;
33-
- supports RealESRGAN, RealCUGAN, and RIFE (all models) via ncnn and Vulkan;
33+
- supports Real-ESRGAN, Real-CUGAN, and RIFE (all models) via ncnn and Vulkan;
3434
- requires zero additional disk space during processing, just space for the final output.
3535

3636
</details>
3737

3838
![6.4.0-screenshot](https://github.com/user-attachments/assets/9b1cc8a7-2903-4d2c-80a2-8d81f007e45b)
3939

40+
## 🖥️ Hardware Requirements
41+
42+
Your system must meet the minimum hardware requirements below to run Video2X.
43+
44+
- **CPU**
45+
- The precompiled binaries require CPUs with AVX2 support.
46+
- **Intel**: Haswell (Q2 2013) or newer
47+
- **AMD**: Excavator (Q2 2015) or newer
48+
- **GPU**
49+
- The GPU must support Vulkan.
50+
- **NVIDIA**: Kepler (GTX 600 series, Q2 2012) or newer
51+
- **AMD**: GCN 1.0 (Radeon HD 7000 series, Q1 2012) or newer
52+
- **Intel**: HD Graphics 4000 (Q2 2012) or newer
53+
4054
## [🪟 Install on Windows](https://docs.video2x.org/installing/windows-qt6.html)
4155

4256
**[Download the Latest Windows Installer Executable (6.4.0)](https://github.com/k4yt3x/video2x/releases/download/6.4.0/video2x-qt6-windows-amd64-installer.exe)**

0 commit comments

Comments
 (0)