From 920cfd4f32d2d91aeee7581c75f59f5b170e4d98 Mon Sep 17 00:00:00 2001 From: Levon Date: Sat, 13 Jan 2024 17:40:48 -0600 Subject: [PATCH] shorten --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97d72fb..f9cb262 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ This repository is a simple collection of bash scripts that: -1. Install required dependencies for all other scripts using `./scripts/install_deps.sh` +1. Install required dependencies using `./scripts/install_deps.sh` 2. Build and install ffmpeg from source using `./scripts/build.sh` -3. Benchmark the different encoders against a set of open source videos using `./scripts/benchmark.sh` +3. Benchmark the different encoders using `./scripts/benchmark.sh` 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.