summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.``