1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-01 00:09:55 +08:00

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.
This commit is contained in:
delulo
2017-10-14 01:09:57 +07:00
committed by GitHub
Unverified
parent c9bd503e7d
commit a162bafd44
+1 -1
View File
@@ -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