From: Bastian Dehn Date: Tue, 7 Nov 2017 20:24:22 +0000 (+0100) Subject: change: nice to 10 and 15 X-Git-Tag: v1.0.0^2~97 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=317778437e827fa2ddfccff086fe3007fb728a47;p=albentohandy.git change: nice to 10 and 15 --- diff --git a/flactomp3v2 b/flactomp3v2 index fa3e1bb..8e489db 100755 --- a/flactomp3v2 +++ b/flactomp3v2 @@ -59,7 +59,7 @@ EncodingFlacToMp3() { local readonly OUTPUTFILE="$2" # stream flac into the lame encoder - nice --adjustment=2 flac --silent --stdout --decode "$INPUTFILE" | nice --adjustment=3 lame --silent -b $BITRATE -m $MODE --noreplaygain - "$OUTPUTFILE" + nice --adjustment=10 flac --silent --stdout --decode "$INPUTFILE" | nice --adjustment=15 lame --silent -b $BITRATE -m $MODE --noreplaygain - "$OUTPUTFILE" } main() {