aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo.valsorda@gmail.com>2012-08-19 23:25:16 +0200
committerFilippo Valsorda <filippo.valsorda@gmail.com>2012-08-19 23:25:16 +0200
commit3a68d7b467d59e6df4d8473989dcd9edb460dd75 (patch)
tree796ee4a66621b2f821b9b2a481f6315f6a270f3b /README.md
parentb24676ce888c6b597b7e9ca6bb0fca82d71f2ec5 (diff)
downloadyoutube-dl-3a68d7b467d59e6df4d8473989dcd9edb460dd75.tar.xz
tweaked the --audio-quality input validation/specification
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 34f5bf723..8a6742d94 100644
--- a/README.md
+++ b/README.md
@@ -91,8 +91,8 @@ which means you can modify it, redistribute it or use it however you like.
--audio-format FORMAT "best", "aac", "vorbis", "mp3", "m4a", or "wav";
best by default
--audio-quality QUALITY ffmpeg/avconv audio quality specification, insert a
- value between 0 (highest) and 9 (lowest) or a
- specific bitrate like 128 (default 5)
+ value between 0 (better) and 9 (worse) for VBR or a
+ specific bitrate like 128K (default 5)
-k, --keep-video keeps the video file on disk after the post-
processing; the video is erased by default