summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-11-19 23:33:28 +0100
committerwm4 <wm4@nowhere>2014-11-20 00:17:13 +0100
commitcf8efe32351c745903cc3b3bf0b8bc0f33d5cfd5 (patch)
tree119ee7efcb3e32aa67df965ec497e6e227d56ae7 /DOCS/man
parentbf2eb51d6802824606e72ad2e8ada753bbaaaef1 (diff)
downloadmpv-cf8efe32351c745903cc3b3bf0b8bc0f33d5cfd5.tar.bz2
mpv-cf8efe32351c745903cc3b3bf0b8bc0f33d5cfd5.tar.xz
options: add --ytdl-format option for youtube-dl format
It's passed with the '--format' option to youtube-dl. If it isn't set, we don't pass '--format best' so that youtube-dl can use the options from its configuration file. Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/options.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index b10db21a75..226259b2c2 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -435,6 +435,12 @@ Program Behavior
(Note: this is the replacement for the now removed libquvi support.)
+``--ytdl-format=<best|worst|mp4|webm|...>``
+ 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``.
+
Video
-----