From e390c278732d1c040b27d9683c6b3da24c75af0b Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 7 Jan 2017 20:03:58 +0100 Subject: [PATCH] change: flactomp3 prio niederiger --- flactomp3v2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3