From 7d2062119e696a946f4075b353842bf93f702cda Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 28 Jun 2023 09:31:01 +0000 Subject: [PATCH] index: Further decrease video filesize Signed-off-by: Michael Tremer --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 \ -- 2.47.3