From 3d75e4b2897f12975d833233d64a911292df43f7 Mon Sep 17 00:00:00 2001 From: sc-idevops Date: Mon, 17 Mar 2025 20:39:30 -0400 Subject: [PATCH] colorized --- scripts/av1_encode.sh | 2 +- scripts/twitch_av1.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/av1_encode.sh b/scripts/av1_encode.sh index e5d7d86..38be90f 100755 --- a/scripts/av1_encode.sh +++ b/scripts/av1_encode.sh @@ -4,7 +4,7 @@ #test to see if its already been encoded to av1 or else it converts it format=$(ffprobe -v error -select_streams v:0 -show_entries stream=codec_name -of default=nokey=1:noprint_wrappers=1 "$1") rate=26 -echo "Format of file $1 is ---> $format" +echo -e "\033[0;36m >> Format of file $1 is ---> $format \033[0m" if [ "$format" != "av1" ] then diff --git a/scripts/twitch_av1.sh b/scripts/twitch_av1.sh index d3cf6a5..43dded0 100755 --- a/scripts/twitch_av1.sh +++ b/scripts/twitch_av1.sh @@ -4,7 +4,7 @@ #test to see if its already been encoded to av1 or else it converts it format=$(ffprobe -v error -select_streams v:0 -show_entries stream=codec_name -of default=nokey=1:noprint_wrappers=1 $1) rate=29 -echo "Format of file $1 is ---> $format" +echo -e "\033[0;36m >> Format of file $1 is ---> $format \033[0m" if [ "$format" != "av1" ] then