X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=README.md;h=0d0552a47776312154700efe4d2ec941d8414058;hb=aab4fca4225d1d7935154486b72c3edf73ecf77a;hp=859ca663cd31524e201223232d96b6e6ca9de804;hpb=1b91a2e2cfa3b9277205eb9652e5a2f0b40a0016;p=youtube-dl.git diff --git a/README.md b/README.md index 859ca663c..0d0552a47 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ which means you can modify it, redistribute it or use it however you like. -i, --ignore-errors continue on download errors -r, --rate-limit LIMIT download rate limit (e.g. 50k or 44.6m) -R, --retries RETRIES number of retries (default is 10) + --buffer-size SIZE size of download buffer (e.g. 1024 or 16k) (default + is 1024) + --no-resize-buffer do not automatically adjust the buffer size. By + default, the buffer size is automatically resized + from an initial value of SIZE. --dump-user-agent display the current browser identification --list-extractors List all supported extractors and the URLs they would handle @@ -87,10 +92,11 @@ 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) + ffmpeg or avconv and ffprobe or avprobe) --audio-format FORMAT "best", "aac", "vorbis", "mp3", "m4a", or "wav"; best by default - --audio-quality QUALITY ffmpeg audio bitrate specification, 128k by default + --audio-quality QUALITY ffmpeg/avconv 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