mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-03 06:02:51 +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:
parent
c9bd503e7d
commit
a162bafd44
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user