]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
change: nice level encode flac
authorBastian Dehn <hhaalo@arcor.de>
Sun, 12 Jun 2022 14:37:10 +0000 (16:37 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 12 Jun 2022 14:37:10 +0000 (16:37 +0200)
albentohandy

index 69aa33ff9fde125887162f80b30a83c8d1cb1b10..460e5dd8e77e03055f62c545c807b988b9f47e3f 100755 (executable)
@@ -159,7 +159,8 @@ ReEncodeFlac()
 
        nice --adjustment=10 flac --totally-silent --stdout --decode \
                $replaygainapply $INPUTFILE \
-               | flac --silent --output-name=$INPUTFILE-tmp -
+               | nice --adjustment=15 flac --silent \
+               --output-name=$INPUTFILE-tmp -
 
        metaflac --import-tags-from=$INPUTFILE-meta $INPUTFILE-tmp