This commit is contained in:
2024-01-13 17:43:18 -06:00
parent e55fc04599
commit 29333eedd1

View File

@@ -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` 2. Build and install ffmpeg from source using `./scripts/build.sh`
3. Benchmark the different encoders using `./scripts/benchmark.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. 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. Netflix's libvmaf is used to analyze quality of the encodes against the original files.