diff --git a/shell/bash/avt/avt b/shell/bash/avt/avt index 1b7b514..48131d6 100755 --- a/shell/bash/avt/avt +++ b/shell/bash/avt/avt @@ -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