]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
change: flactomp3 prio niederiger
authorBastian Dehn <hhaalo@arcor.de>
Sat, 7 Jan 2017 19:03:58 +0000 (20:03 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 7 Jan 2017 19:03:58 +0000 (20:03 +0100)
flactomp3v2.sh

index d47fe9dfbdab15cc186f9897eca6398e077afc53..43b7cc154e2455f6d8c39c7111b5ffe3f0d53005 100755 (executable)
@@ -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