From: Michael Tremer Date: Wed, 28 Jun 2023 09:31:01 +0000 (+0000) Subject: index: Further decrease video filesize X-Git-Url: http://git.ipfire.org/?p=ipfire.org.git;a=commitdiff_plain;h=7d2062119e696a946f4075b353842bf93f702cda index: Further decrease video filesize Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 5f6d8013..72175b68 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1106,7 +1106,7 @@ src/static/videos/firewall@%.av1.mp4: src/static/videos/firewall.mp4 -map_metadata -1 \ -an \ -c:v libsvtav1 \ - -crf 30 \ + -crf 31 \ -preset 5 \ -pix_fmt yuv420p \ -movflags +faststart \ @@ -1121,7 +1121,7 @@ src/static/videos/firewall@%.hevc.mp4: src/static/videos/firewall.mp4 -map_metadata -1 \ -an \ -c:v libx265 \ - -crf 20 \ + -crf 25 \ -preset veryslow \ -pix_fmt yuv420p \ -movflags +faststart \ @@ -1137,7 +1137,7 @@ src/static/videos/firewall@%.h264.mp4: src/static/videos/firewall.mp4 -map_metadata -1 \ -an \ -c:v libx264 \ - -crf 22 \ + -crf 27 \ -preset veryslow \ -profile:v main \ -pix_fmt yuv420p \