change naming to fix a bug

This commit is contained in:
Ali Furkan Yıldız 2023-01-11 21:11:54 +03:00
parent eab4103865
commit b60827bdf7

View file

@ -97,7 +97,7 @@ foreach (@sinks) {
}
normalize() {
OUTPUTFILE="${2:-n_$(grep -oP '^.+(?=\..+)' <<<"$1").mp4}"
OUTPUTFILE="${2:-$1_n.mp4}"
echo "Saving to $OUTPUTFILE"
# shellcheck disable=SC2086