From: Bastian Dehn Date: Sat, 7 Jan 2017 19:03:58 +0000 (+0100) Subject: change: flactomp3 prio niederiger X-Git-Tag: v1.0.0^2~120 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=e390c278732d1c040b27d9683c6b3da24c75af0b;p=albentohandy.git change: flactomp3 prio niederiger --- diff --git a/flactomp3v2.sh b/flactomp3v2.sh index d47fe9d..43b7cc1 100755 --- a/flactomp3v2.sh +++ b/flactomp3v2.sh @@ -44,7 +44,7 @@ eyed3Command+=" --no-tagging-time-frame \ \"$OUTPUTFILE\" > /dev/null 2>&1" # stream flac into the lame encoder -flac -s -c -d "$INPUTFILE" | lame --silent -b $BITRATE -m $MODE --noreplaygain - "$OUTPUTFILE" +nice -n2 flac -s -c -d "$INPUTFILE" | nice -n3 lame --silent -b $BITRATE -m $MODE --noreplaygain - "$OUTPUTFILE" eval $eyed3Command exit 0