]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
change: flactovorbis quiet
authorBastian Dehn <hhaalo@arcor.de>
Sun, 20 Jan 2019 11:56:15 +0000 (12:56 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 20 Jan 2019 11:56:15 +0000 (12:56 +0100)
flactovorbis

index 21c53199a9466830962fb014c780c024d63b5795..02d418c399cf0714c4d721e05ebf6f5675ed9174 100755 (executable)
@@ -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()