summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChrisK2 <spam@kalania.de>2014-12-07 22:58:54 +0100
committerAlessandro Ghedini <alessandro@ghedini.me>2014-12-08 00:06:41 +0100
commitb6363c8100409a64d5dbbfda354dfb79db0e5372 (patch)
tree654b2068dd5c2822ce657d23450be774b94836fc
parentdb4cec8a6cd6aaedc8fb764955dea2805aabfafd (diff)
downloadmpv-b6363c8100409a64d5dbbfda354dfb79db0e5372.tar.bz2
mpv-b6363c8100409a64d5dbbfda354dfb79db0e5372.tar.xz
DOCS: Improve documentation of --ytdl-format option
As suggested in #1321
-rw-r--r--DOCS/man/options.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index a9d007813a..5bd41ad08d 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -439,7 +439,10 @@ Program Behavior
Video format/quality that is directly passed to youtube-dl. The possible
values are specific to the website and the video, for a given url the
available formats can be found with the command
- ``youtube-dl --list-formats URL``.
+ ``youtube-dl --list-formats URL``. See youtube-dl's documentation for
+ available aliases. To use experimental DASH support for youtube, use
+ ``bestvideo+bestaudio``.
+ (Default: ``best``)
Video
-----