mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-09 13:43:46 -05:00
Fixed log level on downsize720
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# ##################################################
|
# ##################################################
|
||||||
# My Generic BASH script template
|
# My Generic BASH script template
|
||||||
#
|
#
|
||||||
version="1.1.0" # Sets version variable for this script
|
version="1.1.1" # Sets version variable for this script
|
||||||
#
|
#
|
||||||
scriptTemplateVersion="1.2.0" # Version of scriptTemplate.sh that this script is based on
|
scriptTemplateVersion="1.2.0" # Version of scriptTemplate.sh that this script is based on
|
||||||
#
|
#
|
||||||
@@ -12,6 +12,8 @@ scriptTemplateVersion="1.2.0" # Version of scriptTemplate.sh that this script is
|
|||||||
#
|
#
|
||||||
# * 2015-03-31 - v1.0.0 - First creation
|
# * 2015-03-31 - v1.0.0 - First creation
|
||||||
# * 2015-04-07 - v1.1.0 - Added support for music files
|
# * 2015-04-07 - v1.1.0 - Added support for music files
|
||||||
|
# * 2015-05-26 - v1.1.1 - Fixed log level on downsize720
|
||||||
|
#
|
||||||
# ##################################################
|
# ##################################################
|
||||||
|
|
||||||
# Source Scripting Utilities
|
# Source Scripting Utilities
|
||||||
@@ -351,7 +353,7 @@ convertVideo() {
|
|||||||
if [[ "${videoPreset}" == "1080p" ]]; then
|
if [[ "${videoPreset}" == "1080p" ]]; then
|
||||||
videoSize="hd720" && verbose "videoSize=hd720"
|
videoSize="hd720" && verbose "videoSize=hd720"
|
||||||
else
|
else
|
||||||
warning "Skipping ${f}. It's not 1080p"
|
notice "Skipping ${f}. It's not 1080p"
|
||||||
breakLoop
|
breakLoop
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user