From 5d7468a06e5ac72f431fdc4e006d335fdb1566b1 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. --- DOCS/man/options.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DOCS') 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.`` -- cgit v1.2.3