aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2011-12-08 21:39:13 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2011-12-08 21:39:13 +0100
commit561504fffaec8a141a5bdd20ca0a418795d38835 (patch)
treed43b01801b09fbc5486c8388ed7d2c9edcdbda9a /README.md
parent23e6b8adc8197da4cfaa831c08f3c2e627bbabdd (diff)
downloadyoutube-dl-561504fffaec8a141a5bdd20ca0a418795d38835.tar.xz
Release 2011.12.082011.12.08
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8e0b6e794..27a1bfe40 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,8 @@ which means you can modify it, redistribute it or use it however you like.
### Video Format Options:
-f, --format FORMAT video format code
--all-formats download all available video formats
+ --prefer-free-formats prefer free video formats unless a specific one is
+ requested
--max-quality FORMAT highest quality format to download
-F, --list-formats list all available formats (currently youtube only)
@@ -81,7 +83,8 @@ which means you can modify it, redistribute it or use it however you like.
### Post-processing Options:
--extract-audio convert video files to audio-only files (requires
ffmpeg and ffprobe)
- --audio-format FORMAT "best", "aac", "vorbis" or "mp3"; best by default
+ --audio-format FORMAT "best", "aac", "vorbis", "mp3", or "m4a"; best by
+ default
--audio-quality QUALITY ffmpeg audio bitrate specification, 128k by default
-k, --keep-video keeps the video file on disk after the post-
processing; the video is erased by default