From 29333eedd1e59cd554db96bee49b88aaf23a0524 Mon Sep 17 00:00:00 2001 From: Levon Date: Sat, 13 Jan 2024 17:43:18 -0600 Subject: [PATCH] packages --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4210f86..3334563 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This repository is a simple collection of bash scripts that: 2. Build and install ffmpeg from source using `./scripts/build.sh` 3. Benchmark the different encoders using `./scripts/benchmark.sh` +Scripts have only been tested using Debian/Ubuntu. If not using apt, your dependencies will need to be manually installed. AV1 encode quality is tested against 5 different open source videos using libsvtav1, librav1e, and libaom. Netflix's libvmaf is used to analyze quality of the encodes against the original files.