]> git.ipfire.org Git - ipfire.org.git/commitdiff
index: Increase the quality of the AV1 file
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Jun 2023 17:36:23 +0000 (17:36 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Jun 2023 17:36:23 +0000 (17:36 +0000)
This will take slightly longer to encode.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am

index 3d6ade42014c08dd8919e672525fab9e75f909d0..b69ae8d1190b91bce8f27dcb47c187f5c6202754 100644 (file)
@@ -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 \