Add a script that removes audio from a video

This commit is contained in:
2023-03-16 12:59:23 -04:00
parent 08a26b6716
commit 4464e4f681
8 changed files with 77 additions and 32 deletions

View File

@@ -27,7 +27,7 @@ else
fi
if [[ $1 == "" || $2 == "" ]]; then
printf "${BOLD}${RED}Format: $0 <compress 1|0> <filename> <optional output name>${NORMAL}\n"
printf "${BOLD}${RED}Usage: $0 <compress 1|0> <filename> <optional output name>${NORMAL}\n"
exit 1
fi