Added Compression levels for mp3, opus and flac

This commit is contained in:
Nicko98
2021-02-04 01:06:33 +01:00
committed by GitHub
parent cbf75faa58
commit fd8a51d474
2 changed files with 2 additions and 1 deletions

View File

@ -446,7 +446,7 @@ do
compression_level_param="-compression_level ${level}"
fi
# -----
# -----
if [ "${continue}" == "0" ]; then
# This is the main work horse command. This is the primary transcoder.
# This is the primary transcode. All the heavy lifting is here.