diff options
author | Joshua Drake <joshua.ellis.drake@gmail.com> | 2022-10-10 17:34:26 -0500 |
---|---|---|
committer | Joshua Drake <joshua.ellis.drake@gmail.com> | 2022-10-10 17:34:26 -0500 |
commit | c618f7dbc1b0f464c9bf7e6cdb2c13872e91d7cf (patch) | |
tree | b2bb4194896acd9d346d92dd23fd0db1eca0ad28 /audioconversion.sh | |
parent | e6b4fb8dff83ccda2d1b6980e3aa2077e43b623c (diff) |
Bitrate is now correct.
Diffstat (limited to 'audioconversion.sh')
-rw-r--r-- | audioconversion.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audioconversion.sh b/audioconversion.sh index 4b53cd1..b4e1e87 100644 --- a/audioconversion.sh +++ b/audioconversion.sh @@ -34,7 +34,7 @@ do then echo "$2${dir#$1} already contains converted files!" else - track2track -t mp3 -j 20 -d "$2${dir#$1}" "$dir"/*.flac "$dir"/*.wav "$dir"/*.mp4 "$dir"/*.m4a "$dir"/*.wv "$dir"/*.ape + track2track -t mp3 -q extreme -j 20 -d "$2${dir#$1}" "$dir"/*.flac "$dir"/*.wav "$dir"/*.mp4 "$dir"/*.m4a "$dir"/*.wv "$dir"/*.ape fi done fi |