From aa4c43c292bd0df0bbd68570ae5035fd6a823b46 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 12 Jun 2022 16:37:10 +0200 Subject: [PATCH] change: nice level encode flac --- albentohandy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.3