From 9130288d22ca512cea98ab5cc2df8920490e9394 Mon Sep 17 00:00:00 2001 From: w33b Date: Wed, 1 Oct 2025 20:07:41 +0200 Subject: [PATCH] Add SVT-AV1 stats to Readme.md --- Readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Readme.md b/Readme.md index b03f440..a299da5 100644 --- a/Readme.md +++ b/Readme.md @@ -7,6 +7,7 @@ Automatically upscale and interpolate video files. - [Stats](#stats) - [Real-ESRGAN](#real-esrgan) - [RIFE](#rife) + - [SVT-AV1](#svt-av1) - [Requirements](#requirements) - [Requirements for 1080p, 1080p@48, 4k](#requirements-for-1080p-1080p48-4k) - [Requirements for 4k48fps](#requirements-for-4k48fps) @@ -39,6 +40,14 @@ The `Start.py` file has two options INSIDE, edit in text editor: | :----------: | :----------: | :----: | :----: | :----------: | :----: | :-----: | | 1080p@23.976 | 1080p@47.952 | ~6.6GB | ~4.0GB | 3090 (@360W) | ~60fps | Windows | +#### SVT-AV1 +Settings: CRF 26, Preset 6. See [encodeCDN.py](/utils/encodeCDN.py). + +| Input | RAM | FPS | CPU | OS | +| :-------: | :-----: | :-----: | :-----------------: | :-----: | +| 1920x1080 | ~3.9GB | ~76fps | Ryzen 7900x (@130W) | Windows | +| 3840x2160 | ~12.3GB | ~35fps | Ryzen 7900x (@130W) | Windows | + ## Requirements - **OS**: Windows or Linux - **Python**: >=3.12 (Windows) or Python 3.13 (Linux)