From: Bastian Dehn Date: Sun, 12 Jun 2022 14:37:10 +0000 (+0200) Subject: change: nice level encode flac X-Git-Tag: v1.0.0^2~54 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=aa4c43c292bd0df0bbd68570ae5035fd6a823b46;p=albentohandy.git change: nice level encode flac --- diff --git a/albentohandy b/albentohandy index 69aa33f..460e5dd 100755 --- a/albentohandy +++ b/albentohandy @@ -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