From 0c49d43db494f259f3f0a7684e78aab0f713fd17 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 20 Jan 2019 12:56:15 +0100 Subject: [PATCH] change: flactovorbis quiet --- flactovorbis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flactovorbis b/flactovorbis index 21c5319..02d418c 100755 --- a/flactovorbis +++ b/flactovorbis @@ -16,7 +16,7 @@ EncodingFlacToOgg() # stream flac into the ogg vorbis nice --adjustment=10 flac --silent --stdout --decode "$INPUTFILE" \ - | nice --adjustment=15 oggenc -q 6 -o "$OUTPUTFILE" - + | nice --adjustment=15 oggenc -Q -q 6 -o "$OUTPUTFILE" - } main() -- 2.47.3