From c4a7364e2c153a6559f7c890f3558ed7087dea89 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 27 Jun 2023 17:36:23 +0000 Subject: [PATCH] index: Increase the quality of the AV1 file This will take slightly longer to encode. Signed-off-by: Michael Tremer --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3d6ade42..b69ae8d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1107,7 +1107,7 @@ src/static/videos/firewall@%.av1.mp4: src/static/videos/firewall.mp4 -an \ -c:v libsvtav1 \ -crf 30 \ - -preset veryslow \ + -preset 5 \ -pix_fmt yuv420p \ -movflags +faststart \ -vf scale=$(patsubst src/static/videos/firewall@%.av1.mp4,%,$@):-2,fps=25 \ -- 2.47.3