From: Michael Tremer Date: Tue, 27 Jun 2023 17:36:52 +0000 (+0000) Subject: index: Increase the quality of HEVC/H.264 video X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=414f54b1baf502abb0292c91c1048d0cdd000fb8;p=ipfire.org.git index: Increase the quality of HEVC/H.264 video This will also slightly increase the file size. Signed-off-by: Michael Tremer --- 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 \