From 27a08fb402711ecce7167025344358496dc8eff1 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Mon, 7 Aug 2023 18:07:21 -0400 Subject: [PATCH] Rename volume adjustment scripts --- .../{analyze-video-volume => analyze-volume} | 18 +++++++++--------- .../bin/{change-video-volume => change-volume} | 10 +++++----- ...normalize-video-volume => normalize-volume} | 14 +++++++------- 3 files changed, 21 insertions(+), 21 deletions(-) rename dotfiles/bin/{analyze-video-volume => analyze-volume} (57%) rename dotfiles/bin/{change-video-volume => change-volume} (81%) rename dotfiles/bin/{normalize-video-volume => normalize-volume} (81%) diff --git a/dotfiles/bin/analyze-video-volume b/dotfiles/bin/analyze-volume similarity index 57% rename from dotfiles/bin/analyze-video-volume rename to dotfiles/bin/analyze-volume index 8c69c5a..74b8656 100644 --- a/dotfiles/bin/analyze-video-volume +++ b/dotfiles/bin/analyze-volume @@ -1,12 +1,12 @@ #!/usr/bin/env bash -# Use this to get a report on the video audio volume. You can use this info -# manually normalize or increase/decrease a video's volume using the -# change-video-volume script, supplying it the volume delta you want. Typically -# you use the delta from the analysis report this script provides, e.g. if the -# max_volume is -5 db then you would call change-video-volume with a value of -# 5. I find that the two pass normalize-video-audio script works better than -# this approach...but it will take longer to run! +# Use this to get a volume report from a video or audio file. You can use this +# info manually normalize or increase/decrease the volume using the +# change-volume script, supplying it the volume delta you want. Typically you +# use the delta from the analysis report this script provides, e.g. if the +# max_volume is -5 db then you would call change-volume with a value of 5. I +# find that the two pass normalize-audio script works better than this +# approach...but it will take longer to run! # # Inspired by https://superuser.com/a/323127 and https://superuser.com/a/1312885 @@ -34,7 +34,7 @@ else fi if [[ $1 == "" ]]; then - printf "${BOLD}${RED}Usage: analyze-video-volume