From a162bafd44613e329edb2fb2f99ac0d965a9906c Mon Sep 17 00:00:00 2001 From: delulo Date: Sat, 14 Oct 2017 01:09:57 +0700 Subject: [PATCH] Update README.md "--audio-quality" levels are not like described here (same mistake in the man pages). It's actually the lower the number the lower the quality at least judging by the size of the file that gets produced. I tested this with "--audio-quality" level 1 which produced an audio file that is about 5 times smaller than at "--audio-quality" level 9. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2879aad24..80900b262 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,7 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo "wav"; "best" by default; No effect without -x --audio-quality QUALITY Specify ffmpeg/avconv audio quality, insert - a value between 0 (better) and 9 (worse) + a value between 0 (worse) and 9 (better) for VBR or a specific bitrate like 128K (default 5) --recode-video FORMAT Encode the video to another format if