From 5d7318ec32f838c8779a803a6b92693843424a92 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 18 Jan 2026 07:03:42 -0700 Subject: [PATCH] Add note for which bitrate is used by default. --- files/scripts/compress_audio.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/scripts/compress_audio.sh b/files/scripts/compress_audio.sh index c332edf..b381ecf 100755 --- a/files/scripts/compress_audio.sh +++ b/files/scripts/compress_audio.sh @@ -36,7 +36,8 @@ function usage() { Compress audio to mp3. Can handle folders and work recursively. Parameters: - -q QUALITY : Integer for the maximum length of either media dimension. + -q QUALITY : Integer for audio bitrate to transcode to. + Defaults to 256k. No lower than 192k suggested. -l LOCATION : The specific media or folder which needs compressed. -r : Recursively shrink media based on the location passed. -f : Force the media to be shrunk even if a file already exists for it.