scripts/mp3_reduce_quality.sh

3 lines
64 B
Bash
Executable File

#!/bin/bash
lame -V9 -h "$1" "$(echo "$1"|sed 's/\.mp3$/_0&/')"