From 33689ba945e796fe9150021df5b43cc0823a16a9 Mon Sep 17 00:00:00 2001 From: rrooij Date: Sun, 10 May 2015 11:37:33 +0200 Subject: 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) --- DOCS/man/options.rst | 4 ++++ 1 file changed, 4 insertions(+) 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.`` -- cgit v1.2.3