]> git.ipfire.org Git - ipfire.org.git/commitdiff
index: Further decrease video filesize
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 Jun 2023 09:31:01 +0000 (09:31 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 Jun 2023 09:31:01 +0000 (09:31 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am

index 5f6d8013d835eaee9f0e691cac5cdbca2e15d3d9..72175b689e20f8671c1dbfc03ff5a6cdb1f4b012 100644 (file)
@@ -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 \