aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo.valsorda@gmail.com>2012-07-14 19:43:24 +0200
committerFilippo Valsorda <filippo.valsorda@gmail.com>2012-07-14 19:43:24 +0200
commitb24676ce888c6b597b7e9ca6bb0fca82d71f2ec5 (patch)
tree4d9e6512ac67cdce73f2795d5e865763f407215a /README.md
parentcca4828ac94e6d2e4e1918405d0fcbc8e6ac92d0 (diff)
downloadyoutube-dl-b24676ce888c6b597b7e9ca6bb0fca82d71f2ec5.tar.xz
changed --audio-quality behaviour to support both CBR and VBR
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index f04b96128..34f5bf723 100644
--- a/README.md
+++ b/README.md
@@ -90,8 +90,9 @@ which means you can modify it, redistribute it or use it however you like.
ffmpeg or avconv and ffprobe or avprobe)
--audio-format FORMAT "best", "aac", "vorbis", "mp3", "m4a", or "wav";
best by default
- --audio-quality QUALITY ffmpeg/avconv audio bitrate specification, 128k 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)
-k, --keep-video keeps the video file on disk after the post-
processing; the video is erased by default