From: Bastian Dehn Date: Sun, 20 Jan 2019 11:56:15 +0000 (+0100) Subject: change: flactovorbis quiet X-Git-Tag: v1.0.0^2~78^2~4 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=0c49d43db494f259f3f0a7684e78aab0f713fd17;p=albentohandy.git change: flactovorbis quiet --- 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()