change naming to fix a bug
This commit is contained in:
parent
eab4103865
commit
b60827bdf7
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ foreach (@sinks) {
|
||||||
}
|
}
|
||||||
|
|
||||||
normalize() {
|
normalize() {
|
||||||
OUTPUTFILE="${2:-n_$(grep -oP '^.+(?=\..+)' <<<"$1").mp4}"
|
OUTPUTFILE="${2:-$1_n.mp4}"
|
||||||
echo "Saving to $OUTPUTFILE"
|
echo "Saving to $OUTPUTFILE"
|
||||||
|
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
|
|
Loading…
Reference in a new issue