From 14bd1c79fdd30fbb44f0456ec221189800cf7bd1 Mon Sep 17 00:00:00 2001 From: Levon Gevorgyan Date: Thu, 4 Jul 2024 10:49:44 -0500 Subject: [PATCH] sharpness 2 --- scripts/recc_encode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/recc_encode.sh b/scripts/recc_encode.sh index a518075..d91e002 100755 --- a/scripts/recc_encode.sh +++ b/scripts/recc_encode.sh @@ -18,7 +18,7 @@ encode() { echo -e '#!/bin/bash\n' > "$ENCODE_FILE" echo "export OUTPUT=\"$OUTPUT\"" >> "$ENCODE_FILE" - SVT_PARAMS="${GRAIN}tune=3:enable-overlays=1:scd=1:enable-hdr=1:fast-decode=1:enable-variance-boost=1:enable-qm=1:qm-min=0:qm-max=15" + SVT_PARAMS="${GRAIN}sharpness=2:tune=3:enable-overlays=1:scd=1:enable-hdr=1:fast-decode=1:enable-variance-boost=1:enable-qm=1:qm-min=0:qm-max=15" echo "export SVT_PARAMS=\"$SVT_PARAMS\"" >> "$ENCODE_FILE" UNMAP=$(unmap_streams "$INPUT")