colorized
This commit is contained in:
parent
75f5723fc5
commit
3d75e4b289
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue