From 414f54b1baf502abb0292c91c1048d0cdd000fb8 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 27 Jun 2023 17:36:52 +0000 Subject: [PATCH] index: Increase the quality of HEVC/H.264 video This will also slightly increase the file size. Signed-off-by: Michael Tremer --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index b69ae8d1..5f6d8013 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1121,7 +1121,7 @@ src/static/videos/firewall@%.hevc.mp4: src/static/videos/firewall.mp4 -map_metadata -1 \ -an \ -c:v libx265 \ - -crf 22 \ + -crf 20 \ -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 24 \ + -crf 22 \ -preset veryslow \ -profile:v main \ -pix_fmt yuv420p \ -- 2.47.3