summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorrrooij <rderooij685@gmail.com>2015-05-10 11:37:33 +0200
committerrrooij <rderooij685@gmail.com>2015-05-10 12:30:24 +0200
commit5d7468a06e5ac72f431fdc4e006d335fdb1566b1 (patch)
treeae33cbae8d33341a31a96c7d025951ab6d09c1a6 /DOCS
parent9438f811ae5713e59873931d167c8c8472dc12db (diff)
downloadmpv-5d7468a06e5ac72f431fdc4e006d335fdb1566b1.tar.bz2
mpv-5d7468a06e5ac72f431fdc4e006d335fdb1566b1.tar.xz
DOCS/man/opions.rst: Elaborate on --no-video
When --no-video is set, the ytdl-format is set to "bestaudio/best". This wasn't documented in the man page yet.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 0912c113f5..5b94da3476 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -498,6 +498,10 @@ Video
Do not play video. With some demuxers this may not work. In those cases
you can try ``--vo=null`` instead.
+ mpv will try to download the audio only if media is streamed with
+ youtube-dl, because it saves bandwidth. This is done by setting the ytdl_format
+ to "bestaudio/best" in the ytdl_hook.lua script.
+
``--untimed``
Do not sleep when outputting video frames. Useful for benchmarks when used
with ``--no-audio.``