From 6279acd057595576db8e502f965456caf902b8ea Mon Sep 17 00:00:00 2001 From: Levon Date: Mon, 13 May 2024 20:15:23 -0500 Subject: [PATCH] typo --- scripts/recc_encode.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/recc_encode.sh b/scripts/recc_encode.sh index b53fa37..ae97801 100755 --- a/scripts/recc_encode.sh +++ b/scripts/recc_encode.sh @@ -33,7 +33,7 @@ encode() { echo "mkvpropedit \"$OUTPUT\" --add-track-statistics-tags" >> "$ENCODE_FILE" echo "mkvpropedit \"$OUTPUT\" --edit info --set \"title=\"" >> "$ENCODE_FILE" fi - + if [[ "$PRINT_OUT" == "true" ]]; then cat "$ENCODE_FILE" @@ -94,7 +94,7 @@ while getopts "$OPTS" flag; do usage exit 1 fi - GRAIN="film-grain=${OPTARG}::film-grain-denoise=1" + GRAIN="film-grain=${OPTARG}:film-grain-denoise=1:" ;; *) echo "wrong flags given"