summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrrooij <rderooij685@gmail.com>2015-05-10 11:37:33 +0200
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-05-15 10:28:52 +0900
commit33689ba945e796fe9150021df5b43cc0823a16a9 (patch)
tree5a4169f1d6fd4ab43f22677419f9e931861c6f1a
parenta96dceaae26e899a12af756b81dcad0b8efa08f5 (diff)
downloadmpv-33689ba945e796fe9150021df5b43cc0823a16a9.tar.bz2
mpv-33689ba945e796fe9150021df5b43cc0823a16a9.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. (cherry picked from commit 5d7468a06e5ac72f431fdc4e006d335fdb1566b1)
-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 19545c36ce..43d672da13 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.``