diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2012-09-27 20:18:29 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2012-09-27 20:18:29 +0200 |
commit | 234e230c8781ed46013a6a26d56c4b1dcbe57e69 (patch) | |
tree | 711b462a8a59d31fbc830d523a029c021742f8ea /youtube-dl.1 | |
parent | 34ae0f9d2019c043f86cb31d37ba30fea9c2faf2 (diff) | |
parent | 3a68d7b467d59e6df4d8473989dcd9edb460dd75 (diff) |
Merge remote-tracking branch 'FiloSottille/vbr'
Conflicts:
youtube-dl
youtube-dl.exe
Diffstat (limited to 'youtube-dl.1')
-rw-r--r-- | youtube-dl.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/youtube-dl.1 b/youtube-dl.1 index 09bb843f4..1220a3a57 100644 --- a/youtube-dl.1 +++ b/youtube-dl.1 @@ -25,6 +25,7 @@ redistribute it or use it however you like. -r,\ --rate-limit\ LIMIT\ \ \ download\ rate\ limit\ (e.g.\ 50k\ or\ 44.6m) -R,\ --retries\ RETRIES\ \ \ \ number\ of\ retries\ (default\ is\ 10) --dump-user-agent\ \ \ \ \ \ \ \ display\ the\ current\ browser\ identification +--user-agent\ None\ \ \ \ \ \ \ \ specify\ a\ custom\ user\ agent --list-extractors\ \ \ \ \ \ \ \ List\ all\ supported\ extractors\ and\ the\ URLs\ they \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ would\ handle \f[] @@ -121,8 +122,9 @@ 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\ (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 \f[] |