From: Michael Tremer Date: Tue, 27 Jun 2023 17:36:23 +0000 (+0000) Subject: index: Increase the quality of the AV1 file X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4a7364e2c153a6559f7c890f3558ed7087dea89;p=ipfire.org.git index: Increase the quality of the AV1 file This will take slightly longer to encode. Signed-off-by: Michael Tremer --- 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 \