mirror of
https://github.com/levogevo/ffmpeg-av1-builder.git
synced 2026-07-21 21:35:22 +00:00
e55fc0459963142130729d820e69c5b8e3e07f91
ffmpeg-av1-builder
This repository is a simple collection of bash scripts that:
- Install required dependencies using
./scripts/install_deps.sh - Build and install ffmpeg from source using
./scripts/build.sh - 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.
Output after running ./scripts/benchmark.sh is in ./benchmark/results.txt which contains the following values for each encode:
- the time taken
- psnr_hvs
- cambi
- float_ms_ssim
- vmaf
Languages
Shell
100%