From 25785851aec706a096e71e78222f6a445d9b00ea Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Thu, 16 Jun 2022 22:54:27 +0900 Subject: [PATCH] =?UTF-8?q?Script=20:=20Exception=F0=9F=94=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/encoding_500kbps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/encoding_500kbps.sh b/scripts/encoding_500kbps.sh index ad127a2..63a0e2f 100755 --- a/scripts/encoding_500kbps.sh +++ b/scripts/encoding_500kbps.sh @@ -22,6 +22,8 @@ walk_dir () { printf "$base_name 's bit rate is $brate_int\n" if [ $brate_int -gt 550000 ]; then HandBrakeCLI -i "$pathname" -o $output_dir/$base_name -Z "General/Very Fast 480p30" --no-two-pass -b 500 + else + echo $pathname >> $output_dir/exceptions.txt fi fi #printf '%s, %s\n' "$base_name" "$output_dir/$base_name"